Enum RequestHeader.Types.Platform
The platform of the calling SDK.
Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public enum RequestHeader.Types.Platform
Fields
Name | Description |
---|---|
Android | The request is coming from Android. |
Ios | The request is coming from iOS. |
Unspecified | The default value. This value is used if the platform is omitted. |
Web | The request is coming from the web. |