Function
| Comments
|
CloseToAddress(object, address, distance[, unit])
| Returns True if the object lies within the specified distance of the address;
otherwise returns False.
|
CloseToZip(object, zip, distance[, unit])
| Returns True if the object lies within the specified distance of the zip code
centroid; otherwise returns False.
|
DistanceToAddress(object, address[, unit])
| Returns the distance between the object and the address in the specified units.
|
DistanceToZip(object, zip[, unit])
| Returns the distance between the object and the zip code centroid in the
specified units.
|
LocateAddressLat(address)
| Returns the latitude of the address.
|
LocateAddressLon(address)
| Returns the longitude of the address.
|
LocateZipLat(zip)
| Returns the latitude of the zip code centroid.
|
LocateZipLon(zip)
| Returns the longitude of the zip code centroid.
|