Google Map as the Basemap, when update Android Target to Android Pie(9.0), it dosen't display .But if the target is 8.0, it's ok.

804
2
Jump to solution
09-05-2019 07:53 PM
ensucao
New Contributor

Xamarin Form Version 4.2

ArcGIS Runtime For Xamarin Version 100.6

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
dotMorten_esri
Esri Notable Contributor

The Runtime API doesn't support Google Maps basemap, as their licensing restricts it from being used like that.

However I believe once you go to Android 9, it's by default required to use HTTPS instead of HTTP sources, so check your URIs aren't using unsecured HTTP.

Also it's always good to check the load error on a layer and/or map to investigate why something isn't loading.

View solution in original post

2 Replies
dotMorten_esri
Esri Notable Contributor

The Runtime API doesn't support Google Maps basemap, as their licensing restricts it from being used like that.

However I believe once you go to Android 9, it's by default required to use HTTPS instead of HTTP sources, so check your URIs aren't using unsecured HTTP.

Also it's always good to check the load error on a layer and/or map to investigate why something isn't loading.

ensucao
New Contributor

thanks, it works.

0 Kudos