FleetEngineServiceType
Stay organized with collections
Save and categorize content based on your preferences.
Types of Fleet Engine OnePlatform services.
Inherited Method Summary
From interface java.lang.annotation.Annotation
abstract Class<? extends Annotation>
|
annotationType()
|
abstract boolean |
|
abstract int |
hashCode()
|
abstract String
|
toString()
|
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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eFleetEngineServiceType\u003c/code\u003e is an annotation that defines types of Fleet Engine OnePlatform services.\u003c/p\u003e\n"],["\u003cp\u003eIt includes four service types: \u003ccode\u003eTERMINAL_POINT_SERVICE\u003c/code\u003e, \u003ccode\u003eTRIP_SERVICE\u003c/code\u003e, \u003ccode\u003eUNKNOWN_SERVICE\u003c/code\u003e, and \u003ccode\u003eVEHICLE_SERVICE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eEach service type is represented by an integer constant and provides access to specific information within Fleet Engine.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this annotation to specify which Fleet Engine service they need to interact with.\u003c/p\u003e\n"]]],[],null,["# FleetEngineServiceType\n\npublic abstract @interface **FleetEngineServiceType** implements [Annotation](//developer.android.com/reference/java/lang/annotation/Annotation.html) \nTypes of Fleet Engine OnePlatform services. \n\n### Constant Summary\n\n|-----|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------|\n| int | [TERMINAL_POINT_SERVICE](/maps/documentation/mobility/journey-sharing/on-demand/reference/consumer_2/android/reference/com/google/android/libraries/mapsplatform/transportation/consumer/auth/FleetEngineServiceType#TERMINAL_POINT_SERVICE) | Fleet Engine service used to access terminal point information. |\n| int | [TRIP_SERVICE](/maps/documentation/mobility/journey-sharing/on-demand/reference/consumer_2/android/reference/com/google/android/libraries/mapsplatform/transportation/consumer/auth/FleetEngineServiceType#TRIP_SERVICE) | Fleet Engine service used to access trip information. |\n| int | [UNKNOWN_SERVICE](/maps/documentation/mobility/journey-sharing/on-demand/reference/consumer_2/android/reference/com/google/android/libraries/mapsplatform/transportation/consumer/auth/FleetEngineServiceType#UNKNOWN_SERVICE) | Unknown Fleet Engine service. |\n| int | [VEHICLE_SERVICE](/maps/documentation/mobility/journey-sharing/on-demand/reference/consumer_2/android/reference/com/google/android/libraries/mapsplatform/transportation/consumer/auth/FleetEngineServiceType#VEHICLE_SERVICE) | Fleet Engine service used to access vehicle information. |\n\n### Inherited Method Summary\n\nFrom interface java.lang.annotation.Annotation \n\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| abstract [Class](//developer.android.com/reference/java/lang/Class.html)\\\u003c? extends [Annotation](//developer.android.com/reference/java/lang/annotation/Annotation.html)\\\u003e | annotationType() |\n| abstract boolean | equals([Object](//developer.android.com/reference/java/lang/Object.html) arg0) |\n| abstract int | hashCode() |\n| abstract [String](//developer.android.com/reference/java/lang/String.html) | toString() |\n\nConstants\n---------\n\n#### public static final int\n**TERMINAL_POINT_SERVICE**\n\nFleet Engine service used to access terminal point information. \nConstant Value: 1 \n\n#### public static final int\n**TRIP_SERVICE**\n\nFleet Engine service used to access trip information. \nConstant Value: 2 \n\n#### public static final int\n**UNKNOWN_SERVICE**\n\nUnknown Fleet Engine service. \nConstant Value: 0 \n\n#### public static final int\n**VEHICLE_SERVICE**\n\nFleet Engine service used to access vehicle information. \nConstant Value: 3"]]