Welcome
Guest
, you are in:
<root>
EnterpriseLibrary
FDOT Security STS
FDOT_Application_Model
GisFramework
•
Login
FDOT Wiki
GisFramework
¶
Gis Framework
Fdot Wiki
Random Page
All Pages
Categories
Search the wiki
»
Back
GetLocationAddressCommand
Modified on Monday, 03 June 2013 02:02 PM
by 156.75.200.241
Categorized as
Uncategorized
A command that gets an address based on a point. {toc} ==CommandVerb== "address" ==Parameters== {| class="tablesorter" ! Name !! Type !! Description |- | Geometry || Geometry || The geometry for the point. |} ==Code Sample== (((@@ javascript FDOT.Map.executeCommand('address', {X:31.1,Y:-84.2} function (r) { //Do Something });@@))) ==Returns== <pre> |_Success (true/false) |_Message |_Result |_Street |_City |_State |_Zip </pre> ==Usage== (((@@ FDOT.Map.selectPoint(function (geometry) { FDOT.Map.executeCommand("address", geometry, function (returnValue) { var address = returnValue.Result; console.log(address.Street); console.log(address.City); console.log(address.State); console.log(address.Zip); }); });@@))) ==See Also== {incoming}
Meta Keywords:
Meta Description:
Change Comment:
Any Questions or Comments? Email
GIS Framework Development Team
Some of the icons created by
FamFamFam
.