LocalizedText

A localized text string

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

Properties

Name Type Description
text string The localized text value
languageCode string BCP-47 language code of the text
View JSON Schema on GitHub

JSON Schema

google-maps-places-localized-text-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LocalizedText",
  "type": "object",
  "description": "A localized text string",
  "properties": {
    "text": {
      "type": "string",
      "description": "The localized text value"
    },
    "languageCode": {
      "type": "string",
      "description": "BCP-47 language code of the text"
    }
  }
}