Here is another one using _currentLat=
and _currentLng=
.
[Open map on current location HERE() and adjust zoom level](https://community.appsheet.com/t/open-map-on-current-location-here-and-adjust-zoom-level/38996) Tips & Tricks ?
There is no way to jump to the current location in a map, like we have in google maps. [image] I found a workaround, using an Action. [image] Here is the Expression: LINKTOVIEW(“Your_Map_View”) &“&_currentLat=”&(LAT(HERE())) &“&_currentLng=”&(LONG(HERE())) &“&_zoom=17” This will open your Map view centered to your location. You can adjust the zoom level as you need it. From 0 to 21. Nothing else is needed, no User Settings, no Virtual Column. This action can be placed in a Detail / Deck…