dapriett / nativescript-google-maps-sdk

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

onCameraMove event not updating zoom level of the map continuously #430

Open dimitriospafos opened 3 years ago

dimitriospafos commented 3 years ago

Hi,

Seems like while zooming in on the map, the onCameraMove event updates the map's zoom level on the first invoked event only. If you keep your fingers on the map and keep zooming in/out the event that gets triggered always has the same zoom level as the first invoked event.

e.g As long as I keep my fingers on the map and keep zooming in and out the correct zoom level is only on the first invoked event afterwards its always same until I release my fingers from the map.

Screen Shot 2020-09-12 at 11 40 16 AM