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