Table of Contents

Class GeoLocation

Namespace
Dynamicweb.Security.SystemTools
Assembly
Dynamicweb.Core.dll

Represents geo location with two coordinates

public class GeoLocation
Inheritance
GeoLocation
Inherited Members

Constructors

GeoLocation(double, double)

Creates new GeoLocation instance

public GeoLocation(double latitude, double longitude)

Parameters

latitude double

Latitude

longitude double

Longitude

Fields

Latitude

Geo latitude

public double Latitude

Field Value

double

Longitude

Geo longitude

public double Longitude

Field Value

double
To top