public class InfoWindow extends JavascriptObject
Modifier and Type | Field and Description |
---|---|
static String |
INFO_WINDOW_TYPE |
jsObject, objectCounter, peerRegistry, runtime, variableName
Constructor and Description |
---|
InfoWindow() |
InfoWindow(InfoWindowOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getContent() |
LatLong |
getPosition() |
int |
getZIndex() |
void |
open(GoogleMap map) |
void |
open(GoogleMap map,
Marker marker) |
void |
setContent(String content) |
void |
setOptions(InfoWindowOptions options) |
void |
setPosition(LatLong position) |
void |
setZIndex(int index) |
checkBoolean, checkInteger, checkUndefined, getJSObject, getNextVariableName, getProperty, getProperty, getVariableName, invokeJavascript, invokeJavascript, invokeJavascriptReturnValue, invokeJavascriptReturnValue, isMemberDefined, setProperty, setProperty, setProperty
public static final String INFO_WINDOW_TYPE
public InfoWindow()
public InfoWindow(InfoWindowOptions options)
public void close()
public String getContent()
public LatLong getPosition()
public int getZIndex()
public void open(GoogleMap map)
public void setContent(String content)
public void setOptions(InfoWindowOptions options)
public void setPosition(LatLong position)
public void setZIndex(int index)
Copyright © 2016. All Rights Reserved.