GeoPoint FromPlanarPoint Method MapAround Documentation
Creates an instance of the MapAround.Geography.GeoPoint for the planar point that is Plate-Caree projection.

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

public static GeoPoint FromPlanarPoint(
	ICoordinate point,
	bool convertFromDegrees
)

Parameters

point
Type: MapAround.Geometry ICoordinate
A planar point
convertFromDegrees
Type: System Boolean
A value indicating whether the angular coordinates should be converted from degrees to radians

Return Value

A geopoint
See Also