MultiPointFeatureDistanceTo Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
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
Destination LatLon. - units
- Type: Telogis.GeoBaseDistanceUnit
Unit that measurement is returned in.
Return Value
Type:
DoubleThe distance between the two
points in the specified distance units.
Remarks See Also