GeoPoint ToPlanarPoint Method MapAround Documentation
Gets a planar point that is a result of simple Plate-Caree projection of this geopoint.

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

public PointD ToPlanarPoint(
	bool convertToDegrees
)

Parameters

convertToDegrees
Type: System Boolean
A value indicating whether an anglular coordinates should be converted to degrees

Return Value

A planar point
See Also