Click or drag to resize

IRouteCalculator Interface

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The IRouteCalculator interface enables users to use their own routing engine with other GeoBase facilities.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public interface IRouteCalculator : IDisposable

The IRouteCalculator type exposes the following members.

Properties
  NameDescription
Public propertyDirections
Returns a GeoBase Directions object. DirectionsFactory exists to serve the purpose of constructing these Directions.
Public propertyMessagesBundle
The MessagesBundle, allowing for internationalization of route calculations.
Public propertyVehicleSpec
Set/Get the Vehicle specifications as required for route calculation.
Top
Methods
  NameDescription
Public methodCancelRouteCalculation
Cancels the route calculation.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodRecalculateRoute
Do the work of recalculating the route.
Public methodUpdatePosition
Updates the Position details (location, signal quality, speed and heading) of the vehicle.
Top
See Also