SYSSPATIAL.SphericalDistance ( lat1, lon1, lat2, lon2 )
Syntax Elements
- lat1, lon1
- The latitude and longitude of the first point on the planet.
The data type of lat1 and lon1 is FLOAT.
- lat2, lon2
- The latitude and longitude of the second point on the planet.
The data type of lat2 and lon2 is FLOAT.