Optional
imageSpecifies the file format to return. Valid values are either jpeg or png. JPEG files don't support transparency, therefore they aren't recommended for overlay tiles. If you don't specify an imageFormat, then the best format for the tile is chosen automatically.
Optional
languageAn IETF language tag that specifies the language used to display information on the tiles. For example, en-US specifies the English language as spoken in the United States.
Optional
layerAn array of values that specifies the layer types added to the map. Valid values are:
Optional
mapThe type of base map. This value can be one of the following: roadmap, satellite, terrain
Optional
overlayA boolean value that specifies whether layerTypes should be rendered as a separate overlay (when true),
or combined with the base imagery (when false). When true, the base map isn't displayed.
If you haven't defined any layerTypes this value is ignored.
If you defined layerTypes and overlay is true
, you get transparent Google 2D Tiles ("png").
In this case you can display two or more raster layers on top of each other.
Google 2D Tiles layer containing satellite data for example. You must configure such overlay raster layers
with LayerType.STATIC or LayerType.DYNAMIC. Those are the layer types that you can place on top of
LayerType.BASE layers.
Optional
regionA Common Locale Data Repository region identifier (two uppercase letters) that represents the physical location of the user. For example, US.
Optional
scaleScales-up the size of map elements (such as road labels), while retaining the tile size and coverage area of the default tile. Increasing the scale also reduces the number of labels on the map, which reduces clutter.
Optional
stylesAn array of JSON style objects that specify the appearance and detail level of map features such as roads, parks, and built-up areas. Styling is used to customize the standard Google base map. The styles parameter is valid only if the map type is roadmap. For the complete style syntax, see the Style Reference.
Since
2024.0