Does Android/iOS arcgis support mix arcgis map layer with Google map layer?

2410
1
11-14-2012 06:12 PM
tomsonxu
New Contributor
Any information? I can't find samples about it.

Thanks
0 Kudos
1 Reply
wangzhifang
Occasional Contributor
Any information? I can't find samples about it.

Thanks

Technically speaking, YES.
1. You could derived from tiledlayer/tiledmapservicelayer and override its geturl method to load tiles of google maps.
2. You could using 3rd party application which already providing ArcGIS REST service from google maps, just like Portable Basemap Server, https://geopbs.codeplex.com/

However, google has restrictions of loading tiles without using its map api, FYI.
0 Kudos