Interface InfoBubble

Index

Methods

Methods

public close()

Closes the infobubble

public getPosition(): LatLng

Returns the position of the InfoBubble

Returns

LatLng

public isOpen(): boolean

Checks if the infobubble is currently open

Returns

boolean

public open(map: Map, marker: Marker)

Opens the infobubble

map

The google map object

marker

The marker used for anchoring the infobubble to

Parameters