Reference documentation and code samples for the Google Maps FleetEngine V1 Client class Platform.
The platform of the calling SDK.
Protobuf type maps.fleetengine.v1.RequestHeader.Platform
Namespace
Google \ Maps \ FleetEngine \ V1 \ RequestHeaderMethods
static::name
value
mixed
static::value
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;