GeoPoint Intersection Method MapAround Documentation
Computes an intersection of this geography with another.

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

public ICollection<IGeography> Intersection(
	IGeography other
)

Parameters

other
Type: MapAround.Geography IGeography
The instance of MapAround.Geometry.IGeography to compute the intersection

Return Value

A collection of geographies that represents the intersection
See Also