mapbox-maps-flutter icon indicating copy to clipboard operation
mapbox-maps-flutter copied to clipboard

Interactive, thoroughly customizable maps for Flutter powered by Mapbox Maps SDK

Results 273 mapbox-maps-flutter issues
Sort by recently updated
recently updated
newest added

Getting different annotation id from android and iOS.

lets say I have this coordinates lat: 39, lon: -9. How can I draw something like this? ![image](https://github.com/mapbox/mapbox-maps-flutter/assets/135765222/6084152e-0543-43d9-89a8-7aeab5df581f) or this: ![image](https://github.com/mapbox/mapbox-maps-flutter/assets/135765222/436e1fa8-6ca1-4670-8b7d-d0f8f4c74d73)

We are using the following scripts to get current user location from mapbox ``` Future getPuckPosition() async { Layer? layer; if (Platform.isAndroid) { layer = await getLayer("mapbox-location-indicator-layer"); } else {...

I'm trying to get my location from the map to avoid using external libraries like `geolocator`, but I can't find any option nor listener for the user location. At the...

enhancement

If we are creating annotations on the map based on our own data, how are we supposed to map the created annotation to our data and vice versa? For example,...

Version mapbox_maps_flutter: ^0.5.1 is being used. Flutter version 3.16.2 Is there any way to combine Markers and Clusters in the way that they know that each other exists on the...

Hi, I am porting my Flutter app from 'mapbox_gl' to this official library day by day and found that there is no similar implementation of Tracking modes as found in...

No implementation found for void com.mapbox.common.MapboxOptionsImpl.setAccessToken(java.lang.String) (tried Java_com_mapbox_common_MapboxOptionsImpl_setAccessToken and Java_com_mapbox_common_MapboxOptionsImpl_setAccessToken__Ljava_lang_String_2) - is the library loaded, e.g. System.loadLibrary? 2024-02-01 09:08:43.024 27242-27371 flutter com.mapbox.maps.flutter.example E [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(java.lang.UnsatisfiedLinkError: No implementation found...

### **Environment** Flutter version: 3.13.0 mapbox_maps_flutter version: 1.0.0-beta.3 Device: Samsung Galaxy A53 OS: Android 14 ### **Steps to Reproduce** Call `getStyleImage(imageId)` or `hasStyleImage(imageId)` methods from StyleManager ### **Expected Behavior** These...

i want to use ScreenBox to queryfeatures i was using onTapListener to know where the user taps on the screen, unfortunately it seems there is a bug and ScreeCoordinates are...