how to add trails in arcgis world street map in android

4111
0
12-30-2014 03:42 PM
kuldeepdwivedi
New Contributor

Hi guys

I am using arcgis map in one of my android app. I am using World_Street_Map (MapServer) to show my current location. it is working nice. at same time i want to display on trail in same map at some different location. trail is giving by another url- OCParksApp/mtnBike (MobileServer)

i am using following fragment of code to achieve this-

ArcGISTiledMapServiceLayer trailLayer = new ArcGISTiledMapServiceLayer(

  "OCParksApp/mtnBike (MobileServer) "

  );

  mMapView.addLayer(trailLayer);

but it shows nothing

if any one can help me for this.it urgent . i will be very thankfull . please guys

Tags (2)
0 Kudos
0 Replies