amay077 / Xamarin.Forms.GoogleMaps

Map library for Xamarin.Forms using Google maps API
https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/
MIT License
546 stars 347 forks source link

Location ID Number For Map Pins #523

Closed BillyMartin1964 closed 6 years ago

BillyMartin1964 commented 6 years ago

Could you please add an ID property of type int to the map pins so that we can identify which location pin is being manipulated? It would make it so much easier. Thank you.

amay077 commented 6 years ago

Sorry I can not provide it. Because original Google Maps SDK does not have marker.Id.

(Android's maker.getId() is not settable(auto generated string).)

Alternately, you can use Pin.Tag property.