Options
All
  • Public
  • Public/Protected
  • All
Menu

This class is used to create a MapType that renders image tiles.

Hierarchy

  • ImageMapTypeOptions

Index

Properties

alt?: null | string

Alt text to display when this MapType's button is hovered over in the MapTypeControl.

getTileUrl?: null | ((a: google.maps.Point, b: number) => null | string)

Returns a string (URL) for given tile coordinate (x, y) and zoom level.

maxZoom?: null | number

The maximum zoom level for the map when displaying this MapType.

minZoom?: null | number

The minimum zoom level for the map when displaying this MapType. Optional.

name?: null | string

Name to display in the MapTypeControl.

opacity?: null | number

The opacity to apply to the tiles. The opacity should be specified as a float value between 0 and 1.0, where 0 is fully transparent and 1 is fully opaque.

tileSize?: null | Size

The tile size.

Generated using TypeDoc