Click or drag to resize

IAsyncDirectionsHandler Interface

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Handles updates to the Directions object.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public interface IAsyncDirectionsHandler

The IAsyncDirectionsHandler type exposes the following members.

Methods
  NameDescription
Public methodOnDirectionsAppended
Fires when new directions are appended to the Directions object.
Public methodOnDirectionsClearUncommitted
Fires when uncommitted directions are backed out.
Public methodOnDirectionsCommitted
Fires when new directions are committed.
Public methodOnDirectionsCompleted
Fires when all directions have been generated.
Top
See Also