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

Text showing instead of map #674

Closed stesvis closed 4 years ago

stesvis commented 4 years ago

VERSIONS

PLATFORMS

ACTUAL BEHAVIOR

Instead of the map now it just shows the text Xamarin.Forms.GoogleMaps

ACTUAL SCREENSHOTS/STACKTRACE

Screenshot_20191105_115422_com veloguide mobile prod

// paste stacktrace

EXPECTED BEHAVIOR

It should display the map, like it used to do before v3.3.0

HOW TO REPRODUCE

  1. Add a map control in xaml
<maps:Map InitialCameraUpdate="-23.68, -46.87, 13, 30, 60" VerticalOptions="FillAndExpand" />

Am i missing something, some settings, extra packages?

almirvuk commented 4 years ago

Same here, worked fine in the previous version? Any news about this?

almirvuk commented 4 years ago

It seems that this is connected to this issue. https://github.com/amay077/Xamarin.Forms.GoogleMaps/issues/655

SoftecsulKleverton commented 4 years ago

I solved this after installing Xamarin.GooglePlayServices.Maps on the Android Project.

Hope it works for you too :)