GeoPoint SymmetricDifference Method MapAround Documentation
Computes a symmetric difference 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> SymmetricDifference(
	IGeography other
)

Parameters

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

Return Value

A collection of geographies that represents the symmetric difference
See Also