amay077 / Xamarin.Forms.GoogleMaps

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

Add URL property to the Pins #761

Open imsagarchopra opened 3 years ago

imsagarchopra commented 3 years ago

SUMMARY

It would be great if we add the "URL" property to the Pin class. So that it will enable users to add the Hyperlinks as well with the labels in the information box when you click on the pin.

DETAILS

Currently Pin class has only few properties like Label, Address, Type etc. What if user wants to add a hyperlink in the label , clicking on which will redirect to some other page.

Adding a Url property and a way to display it in the Information box will help.