[Solved] Google maps on thunkable

Good afternoon, I would like to know how I could show the user’s current location on the map as soon as the map loads

You could use the location sensor block with the on map ready block to set the map to the user’s current location.

1 Like

Thanks!