Select to view content in your preferred language

Aerial View Map

630
1
Jump to solution
11-17-2012 12:45 AM
PrasannaRaghavendar
Occasional Contributor
Hi,

I have to display the aerial view.
I tried to use the Bing map.
http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/ve_layer.html
But I came to know that I will need a map key in order to use a Bing Map.
What map could I use then?

Regards
Prasanna
0 Kudos
1 Solution

Accepted Solutions
PrasannaRaghavendar
Occasional Contributor
I solved it by adding a layer on to the map.
 var tiledMapServiceLayer = new esri.layers.ArcGISTiledMapServiceLayer("http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer");     map.addLayer(tiledMapServiceLayer);


Thanks
Prasanna

View solution in original post

0 Kudos
1 Reply
PrasannaRaghavendar
Occasional Contributor
I solved it by adding a layer on to the map.
 var tiledMapServiceLayer = new esri.layers.ArcGISTiledMapServiceLayer("http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer");     map.addLayer(tiledMapServiceLayer);


Thanks
Prasanna
0 Kudos