What code enables the map to automatically take our current location?

Hello there,

From the Google Maps documentation: you can search the place with a WebViewer.

For example, if I want to search "pizza seattle wa", I use:

https://www.google.com/maps/search/?api=1&query=pizza+seattle+wa

As Aarush pointed out, you can use a LocationSensor to track the location, then use this.

1 Like