Select to view content in your preferred language

map does not show

534
2
04-19-2022 08:19 PM
Vernonlee
Emerging Contributor

i'm new arcgis.

I have two question.

first, i can not find ArcGISTiledMapServiceLayer class in 

arcgis-android:100.13.0

 second. i replace use ArcGISTiledLayer and map does not show

arcgisdemo.png

 any can help me thanks

 

0 Kudos
2 Replies
RamaChintapalli
Esri Contributor

Hi,
Here is a sample that works with ArcGISTiledLayer from a URL,
https://github.com/Esri/arcgis-runtime-samples-android/tree/main/java/arcgis-tiled-layer-url

Additionally, you can check the loadStatus and loadError of the layer in case of layer not loading to debug the failure.

Thanks
Rama

0 Kudos
Vernonlee
Emerging Contributor

Hi, 

I got err log:

No data tile ETag couldn't be retrieved
ArcGIS.TileCache: EsriServiceException:8,204,36: Response Code=:403

ArcGIS.TileCache: EsriServiceException:8,204,36: Response Code=:403

ArcGIS.TileCache: EsriServiceException:8,204,36: Response Code=:403

ArcGIS.TileCache: EsriServiceException:8,204,36: Response Code=:403

0 Kudos