Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IBaseMapConfig

All the needed values for creating a map are defined by the IBaseMapConfig interface.

Hierarchy

  • IBaseMapConfig

Index

Properties

Optional center

center: LatLng | LatLngLiteral

Initial map position.

Optional debug

debug: boolean

If debug mode is enable.

Optional disableDefaultUI

disableDefaultUI: boolean

Disabling Google Maps default GUI.

Optional heading

heading: number

Initial heading angle.

Optional keyboardShortcuts

keyboardShortcuts: boolean

Show keyboars shortcuts label.

Optional mapId

mapId: string

If needed, a mapId for a custom Google Maps vector map.

Optional showTraffic

showTraffic: boolean

If traffic layer is enabled.

Optional tilt

tilt: number

Initial tilt angle.

Optional zoom

zoom: number

Initial zoom number.

Generated using TypeDoc