-
Notifications
You must be signed in to change notification settings - Fork 916
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
can't access to camera.target #112
Comments
What do you get from
? |
I recreated your case and found out that it perfectly works on iOS, but not on Android
The problem is that the Json is different, for Android the keyvalue pair is lat/lang: (cord, cord) A different solution could be to call the getCameraPosition function after the Camera_change Event triggers.
|
Sorry, it seems like a bug. |
This bug will be fixed in the next release |
I am still not able to use map.getCameraPosition(function(camera) { I am using your latest version. Please help! |
I can't access to the lat lng position when CAMERA_CHANGE, any idea ? thanks in advance
The text was updated successfully, but these errors were encountered: