MobileForms Toolkit Documentation

eRouteOptimization Enumeration

Defines the route calculation preference for the GeoRoute request.

public enum eRouteOptimization

Members

Member Name Description
MinimizeTimeThe route is calculated to minimize the time. Traffic information is not used.
MinimizeDistanceThe route is calculated to minimize the distance. Traffic information is not used.
MinimizeTimeWithTraficInfoThe route is calculated to minimize the time and uses current traffic information.

Requirements

Namespace: Resco.Location.Services.GeoRoute

Assembly: Resco.Location.CF3 (in Resco.Location.CF3.dll)

See Also

Resco.Location.Services.GeoRoute Namespace