Click or drag to resize

Telogis.GeoBase.Routing.ReachableArea Namespace

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The Telogis.GeoBase.Routing.ReachableArea namespace defines classes that support computing all links within a given time or distance of a specified point.

The computation of reachable areas is handled by the ReachableArea class, which is constructed for a specific query (a given time or distance from a specified point using a specified routing strategy). Methods calculate different ways to describe the reachable area. The ReachableAreaProgress delegate allows you to supply a callback that is called periodically during calculations to provide feedback about progress.

Classes
  ClassDescription
Public classReachableArea
A class to calculate all links that can be reached within a given time or distance limit.
Delegates
  DelegateDescription
Public delegateReachableAreaProgress
A delegate that is called as progress is made on the polygon computations of a ReachableArea.