Select to view content in your preferred language

display marker on All world map not just for particular country using javascript API

624
1
02-29-2012 10:52 PM
pravinugalmugale
New Contributor
Hi,

I have to plot marker on arcGIS map with javascript API . I have tried address geocoding and reverse geocoding example BUT it is displaying marker for US only. I have changed the server url to all world url BUT it is not working.

Please help me.

Thanks
Pravin
0 Kudos
1 Reply
KellyHutchins
Esri Frequent Contributor
Take a look at the following sample from the help:

http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/locator_details.html

If I enter a non-US address like: 33, quai d'Orsay, 75007 PARIS  it is located since this sample is using the World Locator service which supports many (but not all) countries.
0 Kudos