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

Unable to activate instance of type Java.Lang.Runnable #731

Open dalton5 opened 3 years ago

dalton5 commented 3 years ago

Hi,

Everytime I use AnimateCamera(newBoundsArea, TimeSpan.FromSeconds(3)); I have the error

System.NotSupportedException: 'Unable to activate instance of type Java.Lang.Runnable from native handle 0xffbf463c (key_handle 0x1c1d651).'

How can I fix it? I use Xamarin.Forms.GoogleMaps 3.3.0.

image