Uses of Class
com.google.gwt.maps.client.drawinglib.OverlayType

Packages that use OverlayType
com.google.gwt.maps.client.drawinglib   
com.google.gwt.maps.client.events.overlaycomplete   
com.google.gwt.maps.client.events.overlaycomplete.marker   
 

Uses of OverlayType in com.google.gwt.maps.client.drawinglib
 

Methods in com.google.gwt.maps.client.drawinglib that return OverlayType
static OverlayType OverlayType.fromValue(String type)
           
 OverlayType DrawingManager.getDrawingMode()
          Returns the DrawingManager's drawing mode.
 OverlayType[] DrawingControlOptions.getDrawingModes()
          The drawing modes to display in the drawing control, in the order in which they are to be displayed.
static OverlayType OverlayType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OverlayType[] OverlayType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.gwt.maps.client.drawinglib with parameters of type OverlayType
 void DrawingManagerOptions.setDrawingMode(OverlayType drawingMode)
          The DrawingManager's drawing mode, which defines the type of overlay to be added on the map.
 void DrawingManager.setDrawingMode(OverlayType drawingMode)
          Changes the DrawingManager's drawing mode, which defines the type of overlay to be added on the map.
 void DrawingControlOptions.setDrawingModes(OverlayType... overlayTypes)
          The drawing modes to display in the drawing control, in the order in which they are to be displayed.
 

Uses of OverlayType in com.google.gwt.maps.client.events.overlaycomplete
 

Methods in com.google.gwt.maps.client.events.overlaycomplete that return OverlayType
 OverlayType OverlayCompleteMapEvent.getOverlayType()
           
 

Uses of OverlayType in com.google.gwt.maps.client.events.overlaycomplete.marker
 

Methods in com.google.gwt.maps.client.events.overlaycomplete.marker that return OverlayType
 OverlayType MarkerCompleteMapEvent.getOverlayType()
           
 



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