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

How can I get the position of the clicked polylineAnnotation

Open lantah-1 opened this issue 5 months ago • 6 comments

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.

lantah-1 avatar Sep 20 '24 09:09 lantah-1