NOTICE: Google Maps Platform gaming services is deprecated as of October 18, 2021. Current users will have continued access until December 31, 2022. During this time, we will continue to provide support and fixes to major bugs and outages. See the Gaming Services Transition Guide for resources to help you plan the next steps for your projects.

Package google.maps.unity

Index

ClientInfo

Client information.

Fields
application_id

string

Application ID, such as the package name on Android and the bundle identifier on iOS platforms.

application_version

string

Application version number, such as "1.2.3". The exact format is application-dependent.

platform

Platform

Platform where the application is running.

operating_system

string

Operating system name and version as reported by the OS. For example, "Mac OS X 10.10.4". The exact format is platform-dependent.

api_client

string

API client name and version. For example, the SDK calling the API. The exact format is up to the client.

device_model

string

Device model as reported by the device. The exact format is platform-dependent.

language_code

string

Language code (in BCP-47 format) indicating the UI language of the client. Examples are "en", "en-US" or "ja-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.

operating_system_build

string

Build number/version of the operating system. e.g., the contents of android.os.Build.ID in Android, or the contents of sysctl "kern.osversion" in iOS.

Platform

Platform enum.

Enums
PLATFORM_UNSPECIFIED Unspecified or unknown OS.
EDITOR Development environment.
MAC_OS macOS.
WINDOWS Windows.
LINUX Linux
ANDROID Android
IOS iOS
WEB_GL WebGL.