Click or drag to resize
GeoLocationDistance Method
Returns distance in kilometers between current location and location specified by coordinates.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax
C#
public double Distance(
	double latitude,
	double longitude
)

Parameters

latitude
Type: SystemDouble
Latitude
longitude
Type: SystemDouble
Longitude

Return Value

Type: Double
See Also