Select to view content in your preferred language

offline routing with osm map in arcgis in android

3164
1
10-10-2015 02:16 AM
BaharAzartoos
Deactivated User

I want to use osm map and I want to have  offline routing in my android application .

what should I do ? can you help me?

0 Kudos
1 Reply
EricBader
Honored Contributor

For the OSM tiles offline, you'd need to obtain the tiles yourself somehow and then implement your own tile handler, in much the same way that this sample here does it: Local MBTiles | ArcGIS for Developers

For the offline routing, you can take your network dataset and side-load it to your device and use the RouteTask API to find routes, as described in this section of the guide: Finding a Route—ArcGIS Runtime SDK for Android | ArcGIS for Developers

I hope this is helpful to you.