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

Map suddenly stops showing #586

Closed rubenc57 closed 5 years ago

rubenc57 commented 5 years ago

VERSIONS

PLATFORMS

ACTUAL BEHAVIOR

It was showing a map correctly But suddenly it stops working

ACTUAL SCREENSHOTS/STACKTRACE

error_image

EXPECTED BEHAVIOR

It should show the map

rubenc57 commented 5 years ago

I Have updated to

VERSIONS Xamarin.Forms.GoogleMaps - 3.0.4 Xamarin.Forms - 3.3.0.967583

and the same result, no map showing...

rubenc57 commented 5 years ago

Now is crashing I receive theses errors: Unhandled Exception:

Java.Lang.SecurityException: my location requires permission ACCESS_FINE_LOCATION or ACCESS_COARSE_LOCATION occurred

Even though I have those permissions set

amay077 commented 5 years ago

Could you try our sample apps?

https://github.com/amay077/Xamarin.Forms.GoogleMaps/tree/master/XFGoogleMapSample

rubenc57 commented 5 years ago

Ok, it turned out to be my api key It is working now