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