ArcGIS Android Issue
Hi Thanks for awesome map.I have couple of questions.
1. navigate-route
I can see for online map routing, sample app is using this url.
https://sampleserver6.arcgisonline.com/arcgis/rest/services/NetworkAnalysis/SanDiego/NAServer/Route
and it is working fine, But when I start adding different start and stop point, It is not working. When I read doc It says "Create a RouteTask using a URL to an online route service."
This is what I got from stack exchange.
https://gis.stackexchange.com/questions/55076/how-to-get-route-between-two-lat-long-using-arcgis-map-in-android
Now my question is how can I generate similar Network Analyst Service URL for my purpose?. some steps would be appreciated.
2. arcgis-runtime-samples-android
I can see we are using mmpk to load map and route between two point and it is working fine, Question is how can I generate mmpk that has map,navigation?. Some steps would be appreciated.