Click or drag to resize
VisitorMethodsGetCurrentDistance Method
Returns current distance (in kilometers) from specified location (based on Geo IP).

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static Object GetCurrentDistance(
	params Object[] parameters
)

Parameters

parameters
Type: SystemObject
Latitude of the place; Longitude of the place;

Return Value

Type: Object
See Also