mapbox-xamarin-forms
mapbox-xamarin-forms copied to clipboard
Markerview not work (Xamarin.Forms) in Android
trafficstars
When Pin clicked , How to show custom info window View on Marker Click???.......... Polygons and polyline can not work for different longitude and latitude. How can I solve this Issue???.....
Hi @NaiyaPatel2598 ,
MarkerView is being rebuilt from ground-up, and it doesn't support custom view at the moment.
To handle PIN click event, it's a bit tricky.
Please check out sample PluginSymbolListener and read more on Mapbox relevant document.
Cheers.
Thank you!