I'm adding a marker to the map within the onReady Event of my map.
Problem:
- after adding a marker to the map, the app centers to the added Marker at android ==> ok
- after adding a marker to the map, the app centers to Stonehenge at iOS ==> NOT ok
Funny part is, that the marker is at the map and at the defined position. Only the map is not centered to the marker (and no, i'm not testing the app at Stonehenge ;) )
Tested with Device (iPhone 13).
How can i center my map to given lat / lon coordinates?
As i could not find any documentation this might be a problem at my side.