Click or drag to resize
GeoLocation Constructor (Double, Double)
Basic constructor.

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

Parameters

latitude
Type: SystemDouble
longitude
Type: SystemDouble
See Also