GeoLocationDistance Method |
Returns distance in kilometers between current location and location specified by coordinates.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax public double Distance(
double latitude,
double longitude
)
Parameters
- latitude
- Type: SystemDouble
Latitude - longitude
- Type: SystemDouble
Longitude
Return Value
Type:
DoubleSee Also