I have an app that is used for communicating emergency procedures and one of them is the location to go when the building is evacuated (fire alarm, etc.). The position is pretty specific (an intersection in a residential neighbourhood), so the map, even in “Near” position, isn’t super clear from a user perspective. If the zoom level could be set manually when the map is added (basically zoom in or out to position and then save that position for display in the app), then I think it would be more effective.
My workaround is to screenshot the location on Google Maps at my desired zoom level, and add it as an image in Glide. Unfortunately, I can’t give an image the action to open a link, otherwise I would just give it the URL to Google Maps so that it behaves the same way as the Map component.