amay077 / Xamarin.Forms.GoogleMaps

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

How can I use the default pins from google maps? #759

Closed flesarradu closed 2 years ago

flesarradu commented 3 years ago

SUMMARY

I want to use the default pins from google maps.

DETAILS

I am developing a Xamarin Forms Mobile App and I am using the Google Maps API to show a map on my app. I want to use the basic markers that are representing global places on the map, but the PinClicked event works just for the pins that were added by code, it does not work for the map default pins. Can you help me? Thank you very much!

PLATFORMS