ReachableAreaWithinDistance Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Computes the reachable area within a given distance.
Namespace:
Telogis.GeoBase.Routing.ReachableArea
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static ReachableArea WithinDistance(
LatLon start,
double maxDistance,
DistanceUnit unit,
RoutingStrategy strategy
)
Public Shared Function WithinDistance (
start As LatLon,
maxDistance As Double,
unit As DistanceUnit,
strategy As RoutingStrategy
) As ReachableArea
Parameters
- start
- Type: Telogis.GeoBaseLatLon
The location to start from. - maxDistance
- Type: SystemDouble
The maximum travel distance from start. - unit
- Type: Telogis.GeoBaseDistanceUnit
The unit maxDistance is given in. - strategy
- Type: Telogis.GeoBase.RoutingRoutingStrategy
The strategy used to conduct the routing algorithm.
Return Value
Type:
ReachableAreaA ReachableArea that is within the specified travel distance from the starting location.
See Also