com.google.gwt.maps.client.impl
Interface MarkerImpl
- All Superinterfaces:
- JSFlyweightWrapper
public interface MarkerImpl
- extends JSFlyweightWrapper
Wrapper for the GMarker object in the Maps API using JSIO.
impl
static final MarkerImpl impl
closeInfoWindow
void closeInfoWindow(Marker marker)
construct
@Constructor(value="$wnd.GMarker")
com.google.gwt.core.client.JavaScriptObject construct(LatLng point)
construct
@Constructor(value="$wnd.GMarker")
com.google.gwt.core.client.JavaScriptObject construct(LatLng point,
MarkerOptions options)
disableDragging
void disableDragging(Marker marker)
draggable
boolean draggable(Marker marker)
draggingEnabled
boolean draggingEnabled(Marker marker)
enableDragging
void enableDragging(Marker marker)
getIcon
Icon getIcon(Marker marker)
getLatLng
LatLng getLatLng(Marker marker)
getPoint
@Deprecated
LatLng getPoint(Marker marker)
- Deprecated.
getTitle
java.lang.String getTitle(Marker marker)
hide
void hide(Marker marker)
isHidden
boolean isHidden(Marker marker)
openInfoWindow
void openInfoWindow(Marker marker,
com.google.gwt.core.client.JavaScriptObject content,
com.google.gwt.core.client.JavaScriptObject options)
openInfoWindowTabs
void openInfoWindowTabs(Marker marker,
com.google.gwt.core.client.JavaScriptObject content,
com.google.gwt.core.client.JavaScriptObject options)
setImage
void setImage(Marker marker,
java.lang.String url)
setLatLng
void setLatLng(Marker marker,
LatLng point)
setPoint
@Deprecated
void setPoint(Marker marker,
LatLng point)
- Deprecated.
show
void show(Marker marker)
showMapBlowup
void showMapBlowup(Marker marker)
showMapBlowup
void showMapBlowup(Marker marker,
com.google.gwt.core.client.JavaScriptObject options)