Click or drag to resize

ReachableAreaWithinTimeSpan Method

Verizon Connect Logo
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
)

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: ReachableArea
A ReachableArea that is within the specified travel time from the starting location.
See Also