mapbox-maps-flutter
mapbox-maps-flutter copied to clipboard
How can I get the position of the clicked polylineAnnotation
final manager = await mapboxMap.annotations.createPolylineAnnotationManager(); manager.addOnPolylineAnnotationClickListener(_LineAnnotationClickListener((an) { // How can i get the position of clicked event }));
@evil159 can you help me ? thanks very much.