fivenine-zurich / UnifiedMaps

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

GoogleMaps Obsolete IOnCameraChangeListener #87

Closed veryhumble closed 6 years ago

veryhumble commented 6 years ago

UnifiedMap currently uses GoogleMap.IOnCameraChangeListener on Android. This is an Obsolete interface.

Phenek commented 6 years ago

It will be GoogleMap.IOnCameraIdleListener instead