Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • OverlayViewSafe
    • ClusterIcon

Index

Constructors

constructor

Methods

addListener

  • addListener(eventName: string, handler: function): MapsEventListener
  • Parameters

    • eventName: string
    • handler: function
        • (args: any[]): void
        • Parameters

          • Rest args: any[]

          Returns void

    Returns MapsEventListener

bindTo

  • bindTo(key: string, target: MVCObject, targetKey: string, noNotify: boolean): void
  • Parameters

    • key: string
    • target: MVCObject
    • Optional targetKey: string
    • Optional noNotify: boolean

    Returns void

changed

  • changed(key: string): void
  • Parameters

    • key: string

    Returns void

draw

  • draw(): void

get

  • get(key: string): any
  • Parameters

    • key: string

    Returns any

getMap

  • getMap(): Map | StreetViewPanorama
  • Returns Map | StreetViewPanorama

getPanes

  • getPanes(): MapPanes
  • Returns MapPanes

getProjection

  • getProjection(): MapCanvasProjection
  • Returns MapCanvasProjection

hide

  • hide(): void

notify

  • notify(key: string): void
  • Parameters

    • key: string

    Returns void

onAdd

  • onAdd(): void

onRemove

  • onRemove(): void

set

  • set(key: string, value: any): void
  • Parameters

    • key: string
    • value: any

    Returns void

setCenter

  • setCenter(center: LatLng): void

setMap

  • setMap(map: Map | StreetViewPanorama | null): void
  • Parameters

    • map: Map | StreetViewPanorama | null

    Returns void

setValues

  • setValues(values: any): void
  • Parameters

    • values: any

    Returns void

show

  • show(): void

unbind

  • unbind(key: string): void
  • Parameters

    • key: string

    Returns void

unbindAll

  • unbindAll(): void
  • Returns void

Generated using TypeDoc