Reference documentation and code samples for the Google Maps FleetEngine V1 Client class SdkType.
Possible types of SDK.
Protobuf type maps.fleetengine.v1.RequestHeader.SdkType
Namespace
Google \ Maps \ FleetEngine \ V1 \ RequestHeaderMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SDK_TYPE_UNSPECIFIED
Value: 0
The default value. This value is used if the sdk_type
is omitted.
Generated from protobuf enum SDK_TYPE_UNSPECIFIED = 0;
CONSUMER
Value: 1
The calling SDK is Consumer.
Generated from protobuf enum CONSUMER = 1;
DRIVER
Value: 2
The calling SDK is Driver.
Generated from protobuf enum DRIVER = 2;
JAVASCRIPT
Value: 3
The calling SDK is JavaScript.
Generated from protobuf enum JAVASCRIPT = 3;