GeoPoint Union Method MapAround Documentation
Computes a union 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> Union(
	IGeography other
)

Parameters

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

Return Value

A collection of geographies that represents the union
See Also