Google Maps FleetEngine V1 Client - Class TripView (0.1.2)

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;