GeoPoint Buffer Method MapAround Documentation
Builds a buffer for this geometry.

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

public IGeography Buffer(
	double angleDistance,
	int pointsPerCircle,
	bool allowParallels
)

Parameters

angleDistance
Type: System Double
The angle distance of the buffer in radians
pointsPerCircle
Type: System Int32
The number of points in a polygon approximating a circle of a point object buffer
allowParallels
Type: System Boolean
The value indicating whether the parallel computing will be used when possible

Return Value

A geography that represents a buffer
See Also