fivenine-zurich / UnifiedMaps

A platform independent map implementation for Xamarin.Forms
MIT License
35 stars 12 forks source link

VisibleRegionChanged event & command #67

Closed DanielD closed 6 years ago

DanielD commented 6 years ago

Trying to use the VisibleRegionChangedCommand and it's not firing in iOS, though I haven't tried with Android yet. I didn't see any code that fires this event. Is this working? If not, is there a work around? I am trying to load pins for a visible region because the 1300 pins I have crash iOS when all loaded at once.

veryhumble commented 6 years ago

Hi Daniel,

I updated the Sample App with a VisibleRegionCommand implementation. We are using the event in our App in Production and it works for us on iOS and Android.

Maybe you could share more detail on you implementaion?