GeoFencePoint(Double, Double) Constructor

Initialize point with defined Latitude and Longitude

Definition

Namespace: CoordinateSharp
Assembly: CoordinateSharp (in CoordinateSharp.dll) Version: 2.21.1.1
XMLNS for XAML: Not mapped to an xmlns.
C#
public Point(
	double lat,
	double lng
)

Parameters

lat  Double
Latitude (signed)
lng  Double
Longitude (signed)

See Also