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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.maps.jsio.client.JSFlyweightWrapper
JSFlyweightWrapper.Util
 
Field Summary
static MarkerImpl impl
           
 
Method Summary
 void closeInfoWindow(Marker marker)
           
 com.google.gwt.core.client.JavaScriptObject construct(LatLng point)
           
 com.google.gwt.core.client.JavaScriptObject construct(LatLng point, MarkerOptions options)
           
 void disableDragging(Marker marker)
           
 boolean draggable(Marker marker)
           
 boolean draggingEnabled(Marker marker)
           
 void enableDragging(Marker marker)
           
 Icon getIcon(Marker marker)
           
 LatLng getLatLng(Marker marker)
           
 LatLng getPoint(Marker marker)
          Deprecated. 
 java.lang.String getTitle(Marker marker)
           
 void hide(Marker marker)
           
 boolean isHidden(Marker marker)
           
 void openInfoWindow(Marker marker, com.google.gwt.core.client.JavaScriptObject content, com.google.gwt.core.client.JavaScriptObject options)
           
 void openInfoWindowTabs(Marker marker, com.google.gwt.core.client.JavaScriptObject content, com.google.gwt.core.client.JavaScriptObject options)
           
 void setImage(Marker marker, java.lang.String url)
           
 void setLatLng(Marker marker, LatLng point)
           
 void setPoint(Marker marker, LatLng point)
          Deprecated. 
 void show(Marker marker)
           
 void showMapBlowup(Marker marker)
           
 void showMapBlowup(Marker marker, com.google.gwt.core.client.JavaScriptObject options)
           
 

Field Detail

impl

static final MarkerImpl impl
Method Detail

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)