=LatLongToAddressWS takes a latitude/longitude and returns the address.
Returns a -1 if the lat/long format is invalid.
Syntax
=LatLongtoAddressWS(LatLong)
Arguments
Argument | Description | Required? | Values |
LatLong | A latitude/longitude for which you want to retrieve an address. | yes | A lat/long in degrees minutes seconds direction format or decimal degrees format. Examples: 0401750N,0742131W 40.297222N,74.358611W 40.297222,-74.358611 |