On-demand Rides and Deliveries Solution is currently available only to select partners. Contact sales to learn more.

FleetEngineServiceType

Stay organized with collections Save and categorize content based on your preferences.
public abstract @interface FleetEngineServiceType implements Annotation

Types of Fleet Engine OnePlatform services.

Constant Summary

int TERMINAL_POINT_SERVICE Fleet Engine service used to access terminal point information.
int TRIP_SERVICE Fleet Engine service used to access trip information.
int UNKNOWN_SERVICE Unknown Fleet Engine service.
int VEHICLE_SERVICE Fleet Engine service used to access vehicle information.

Inherited Method Summary

Constants

public static final int TERMINAL_POINT_SERVICE

Fleet Engine service used to access terminal point information.

Constant Value: 1

public static final int TRIP_SERVICE

Fleet Engine service used to access trip information.

Constant Value: 2

public static final int UNKNOWN_SERVICE

Unknown Fleet Engine service.

Constant Value: 0

public static final int VEHICLE_SERVICE

Fleet Engine service used to access vehicle information.

Constant Value: 3