I hope I’m missing something simple here. It’s been a while since I’ve played around with Google Maps.
I have a project where I get the phone’s current location using the location sensor and then feed the lat/lon data to a Google Map. And actually, I’ve even simplified that process by just storing hard-coded lat/lon values in a local database and retrieving them.
The event for this is a Data Viewer List item click. Either way, though, the Google Map appears completely zoomed out. It shows the map marker and my location and I can manually zoom in (pinch) to see them better. But if I click the DVL item a second time, it then zooms in correctly (Map1’s Zoom = 4).
It seems like I have the timing off somehow. Do I need a wait block? Should the Zoom value be set before the onMapReady event? Some other way?