Reference documentation and code samples for the Google Maps FleetEngine V1 Client class TripView.
Selector for different sets of Trip fields in a GetTrip response. See
AIP-157 for context. Additional views are
likely to be added.
Protobuf type maps.fleetengine.v1.TripView
Namespace
Google \ Maps \ FleetEngine \ V1
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
TRIP_VIEW_UNSPECIFIED
Value: 0
The default value. For backwards-compatibility, the API will default to an
SDK view. To ensure stability and support, customers are
advised to select a TripView other than SDK.
Generated from protobuf enum TRIP_VIEW_UNSPECIFIED = 0;
SDK
Value: 1
Includes fields that may not be interpretable or supportable using
publicly available libraries.
Generated from protobuf enum SDK = 1;
JOURNEY_SHARING_V1S
Value: 2
Trip fields are populated for the Journey Sharing use case. This view is
intended for server-to-server communications.
Generated from protobuf enum JOURNEY_SHARING_V1S = 2;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Maps FleetEngine V1 Client - Class TripView (0.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.1 (latest)](/php/docs/reference/maps-fleetengine/latest/V1.TripView)\n- [0.4.0](/php/docs/reference/maps-fleetengine/0.4.0/V1.TripView)\n- [0.3.1](/php/docs/reference/maps-fleetengine/0.3.1/V1.TripView)\n- [0.2.0](/php/docs/reference/maps-fleetengine/0.2.0/V1.TripView)\n- [0.1.6](/php/docs/reference/maps-fleetengine/0.1.6/V1.TripView) \nReference documentation and code samples for the Google Maps FleetEngine V1 Client class TripView.\n\nSelector for different sets of Trip fields in a `GetTrip` response. See\n[AIP-157](https://google.aip.dev/157) for context. Additional views are\nlikely to be added.\n\nProtobuf type `maps.fleetengine.v1.TripView`\n\nNamespace\n---------\n\nGoogle \\\\ Maps \\\\ FleetEngine \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### TRIP_VIEW_UNSPECIFIED\n\n Value: 0\n\nThe default value. For backwards-compatibility, the API will default to an\nSDK view. To ensure stability and support, customers are\nadvised to select a `TripView` other than `SDK`.\n\nGenerated from protobuf enum `TRIP_VIEW_UNSPECIFIED = 0;`\n\n### SDK\n\n Value: 1\n\nIncludes fields that may not be interpretable or supportable using\npublicly available libraries.\n\nGenerated from protobuf enum `SDK = 1;`\n\n### JOURNEY_SHARING_V1S\n\n Value: 2\n\nTrip fields are populated for the Journey Sharing use case. This view is\nintended for server-to-server communications.\n\nGenerated from protobuf enum `JOURNEY_SHARING_V1S = 2;`"]]