Urgent:Display the InfoWindow at the specified location

483
1
04-10-2011 11:58 PM
Sophialim
New Contributor
anyone know how to use show(point, placement?) for infowindow cause in the API reference it has a code snippets:
map.infoWindow.show(location,esri.dijit.InfoWindow.ANCHOR_UPPERRIGHT);

the url is : http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi_start.htm

the location is how to declare it? must we have var location and declare a coordinate to it or what?

cause what i want is Display the InfoWindow at the specified location, so that when drag the map it don't move

can show some examples??
0 Kudos
1 Reply
HugoAhlenius
Occasional Contributor
You have probably solved this already, but the location here is a esri.geometry.point, for instance.
0 Kudos