Ankur Khandelwal
Ankur Khandelwal
Just a note : this will not be included in 10.5.0-beta.1 cc @evil159 @macdrevx
will add changelog once https://github.com/mapbox/mapbox-maps-android/pull/1623 is merged.
As discussed offline, this pr will be merged with v10.9-beta.1
we are keeping catching `Exceptions` as it is as native catches `java.lang.error` and not `java.lang.exception`.
@VincentJoshuaET Could you let us know how are you using locationComponent and which style are you referring to ? we have an example that uses same code [here](https://github.com/mapbox/mapbox-maps-android/blob/main/app/src/main/java/com/mapbox/maps/testapp/examples/LocationTrackingActivity.kt#L80-L83) for reference.
@bmvbab have you got any solution to this problem?
@BryanJonesRichardson , the symbol layer `icon-image` does not support feature state, but `circle-radius` of circleLayer does supports feature state property, and that's why you can see the result with circle-radius...
@alexviet if you are looking for clusteringOptions using PointAnnotations, maybe this example might help https://github.com/mapbox/mapbox-maps-android/blob/main/app/src/main/java/com/mapbox/maps/testapp/examples/markersandcallouts/PointAnnotationClusterActivity.kt#L62-L72
@alexviet Yes you can defenitely add ViewAnnotations with PointAnnotations, see the example here https://github.com/mapbox/mapbox-maps-android/blob/main/app/src/main/java/com/mapbox/maps/testapp/examples/markersandcallouts/ViewAnnotationWithPointAnnotationActivity.kt. At the time of pointAnnotationManager, you can specify config that takes cluster property. Hope this helps.
hi @purdyk , this is an expected behaviour. all coordinate bounds calculations are done using a single world copy. crossing antimeridian is treated as another copy of the world.