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 346 forks source link

ItemSource Pins Binded from ViewModel #608

Open lumisoftusa opened 5 years ago

lumisoftusa commented 5 years ago

SUMMARY

DETAILS

1) ItemSource Pins Binded from ViewModel 2) Custom Marker (LikeWise ContentView)

// How to use of your requested feature

PLATFORMS

amay077 commented 5 years ago
  1. ItemSource Pins Binded from ViewModel

I received https://github.com/amay077/Xamarin.Forms.GoogleMaps/pull/521 and now reviewing. I'll merge it soon.

  1. Custom Marker (LikeWise ContentView)

You can use BindingPin listed below.

https://github.com/amay077/Xamarin.Forms.GoogleMaps/blob/master/XFGoogleMapSample/XFGoogleMapSample/BindingPinViewPage.xaml.cs#L22-L30

BurakOgutken commented 5 years ago

hello bindingview doesnt work over 500 pins how can i use ? do you have any idea @amay077