GeoPoint Constructor MapAround Documentation
Initializes a new instance of the GeoPoint.

Namespace: MapAround.Geography
Assembly: MapAround.Core (in MapAround.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public GeoPoint(
	double l,
	double phi
)

Parameters

l
Type: System Double
A longitude value in radians
phi
Type: System Double
A latitude value in radians
See Also