Module: Google::Maps::FleetEngine::V1::RequestHeader::Platform
- Defined in:
- proto_docs/google/maps/fleetengine/v1/header.rb
Overview
The platform of the calling SDK.
Constant Summary collapse
- PLATFORM_UNSPECIFIED =
The default value. This value is used if the platform is omitted.
0
- ANDROID =
The request is coming from Android.
1
- IOS =
The request is coming from iOS.
2
- WEB =
The request is coming from the web.
3