Click or drag to resize

MultiPolygonDistanceTo Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the shortest distance from a specified point to this multi-polygon.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override double DistanceTo(
	LatLon location,
	DistanceUnit units
)

Parameters

location
Type: Telogis.GeoBaseLatLon
The specified point.
units
Type: Telogis.GeoBaseDistanceUnit
The units of the result.

Return Value

Type: Double
The shortest distance.
See Also