Click or drag to resize

ReachableAreaWithinDistance 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 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
)

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