GeoGetAddress
This method returns an address converted from the longitude and latitude geo-coordinates. This extension only works with the Map control.
Group: Server Extensions
Syntax:
bValue = PromptID.Server.GeoGetAddress(sLat, sLng, sAddrs)
bValue: (Boolean) True returns a value if successful; False if it fails
sLat: (String) is the Latitude of the address
sLng: (String) is the Longitude of the address
sAddrs: (String) is the address converted from the Latitude and Longitude
Example:
sLat = “38.575764”
sLng = “121.478851”
mMapArea.Server.GeoGetAddress(sLat,sLng,sAddrs)
Version Supported: RFgen 5.1 and newer.