fivenine-zurich/UnifiedMaps

VisibleRegionChanged event & command

Closed this issue · 1 comments

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.

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?