-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zooming in on Android #1
Comments
Figured out the correct way to do it: var cuf = new com.google.android.gms.maps.CameraUpdateFactory.newLatLngZoom(latLng,14);
gMap.animateCamera(cuf,1000,null); |
dapriett
pushed a commit
that referenced
this issue
Mar 15, 2016
dapriett
pushed a commit
that referenced
this issue
Dec 19, 2019
Attache IOS delegate (and cleanup), Fix emit level selected event (ios and android)
febriarief
pushed a commit
to febriarief/esolution-nativescript-google-maps-sdk
that referenced
this issue
Nov 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
How can we zoom in on a map instance on Android? I tried this but it didn't work:
The text was updated successfully, but these errors were encountered: