Uses of Class
com.google.gwt.maps.client.overlays.MarkerShape

Packages that use MarkerShape
com.google.gwt.maps.client.overlays   
 

Uses of MarkerShape in com.google.gwt.maps.client.overlays
 

Methods in com.google.gwt.maps.client.overlays that return MarkerShape
 MarkerShape MarkerOptions.getShape()
          gets Image map region definition used for drag/click.
 MarkerShape Marker.getShape()
          get Shape
static MarkerShape MarkerShape.newInstance()
          creates This object defines the marker shape to use in determination of a marker's clickable region.
 

Methods in com.google.gwt.maps.client.overlays with parameters of type MarkerShape
 void MarkerOptions.setShape(MarkerShape shape)
          sets Image map region definition used for drag/click.
 void Marker.setShape(MarkerShape shape)
          set Shape
 



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.