dapriett / nativescript-google-maps-sdk

Cross Platform Google Maps SDK for Nativescript
MIT License
244 stars 164 forks source link

[ios] Using setViewPort does not center map #378

Open PeterStaev opened 4 years ago

PeterStaev commented 4 years ago

I'm getting a route from Google's REST API and using the coords of the route as bounds for the map. But this does not center the map correctly. From what I see this is because iOS code does not use the GMSCameraUpdate in the setViewPort function.