Google Maps FleetEngine V1 Client - Class BillingPlatformIdentifier (0.1.3)

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

A set of values that indicate upon which platform the request was issued.

Protobuf type maps.fleetengine.v1.BillingPlatformIdentifier

Namespace

Google \ Maps \ FleetEngine \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

BILLING_PLATFORM_IDENTIFIER_UNSPECIFIED

Value: 0

Default. Used for unspecified platforms.

Generated from protobuf enum BILLING_PLATFORM_IDENTIFIER_UNSPECIFIED = 0;

SERVER

Value: 1

The platform is a client server.

Generated from protobuf enum SERVER = 1;

WEB

Value: 2

The platform is a web browser.

Generated from protobuf enum WEB = 2;

ANDROID

Value: 3

The platform is an Android mobile device.

Generated from protobuf enum ANDROID = 3;

IOS

Value: 4

The platform is an IOS mobile device.

Generated from protobuf enum IOS = 4;

OTHERS

Value: 5

Other platforms that are not listed in this enumeration.

Generated from protobuf enum OTHERS = 5;