DincaAndrei
DincaAndrei
Trying to use Update() method on a polygon annotations leads to annotation being removed. Following error observed in logs: [maps-android\AnnotationManagerImpl]: Can't update annotation: com.mapbox.maps.plugin.annotation.generated.PolygonAnnotation@f450df5, the annotation isn't an active annotation.
Similar to RasterDemSource, add support for RasterSource (https://docs.mapbox.com/help/glossary/raster/)
Besides CameraOptions for moving camera to a certain Center point, would be nice to expose a way for fitting some coordinate bounds. Android native skd has the following method defined:...
Trying to hide/show MapboxLayer doesn't work. I've checked HandleSourcesChanged method from MapboxViewHandler and there doesn't seem to be a logic that listens for changes to that property. As a workaround...