This repository was archived by the owner on Aug 8, 2023. It is now read-only.
Mapbox return target 0 inside onFinish when use moveCamera #10314
Labels
Android
Mapbox Maps SDK for Android
Originally ticketed in Mapbox Java by @PhanVanLinh
Here is my function to move to a specific place then add a marker
Logcat
You will see that the target inside
onFinish
is[latitude=0.0, longitude=0.0, altitude=0.0]
, I think it should be[latitude=16.0667433, longitude=108.2138483, altitude=0.0]
.Because if I use
animateCamera
oreaseCamera
, it will return[latitude=16.0667433, longitude=108.2138483, altitude=0.0]
The text was updated successfully, but these errors were encountered: