Google Maps FleetEngine Delivery V1 Client - Class Platform (0.1.1)

Reference documentation and code samples for the Google Maps FleetEngine Delivery V1 Client class Platform.

The platform of the calling SDK.

Protobuf type maps.fleetengine.delivery.v1.DeliveryRequestHeader.Platform

Namespace

Google \ Maps \ FleetEngine \ Delivery \ V1 \ DeliveryRequestHeader

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PLATFORM_UNSPECIFIED

Value: 0

The default value. This value is used if the platform is omitted.

Generated from protobuf enum PLATFORM_UNSPECIFIED = 0;

ANDROID

Value: 1

The request is coming from Android.

Generated from protobuf enum ANDROID = 1;

IOS

Value: 2

The request is coming from iOS.

Generated from protobuf enum IOS = 2;

WEB

Value: 3

The request is coming from the web.

Generated from protobuf enum WEB = 3;