MultiPolygonDistanceTo Method | |
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
)
Public Overrides Function DistanceTo (
location As LatLon,
units As DistanceUnit
) As Double
Parameters
- location
- Type: Telogis.GeoBaseLatLon
The specified point. - units
- Type: Telogis.GeoBaseDistanceUnit
The units of the result.
Return Value
Type:
DoubleThe shortest distance.
See Also