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

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

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

Methods in com.google.gwt.maps.client.overlays that return MarkerShapeType
static MarkerShapeType MarkerShapeType.fromValue(String type)
          convert a String value to enum Type
 MarkerShapeType MarkerShape.getType()
          gets gets Describes the shape's type and can be circle, poly or rect.
static MarkerShapeType MarkerShapeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MarkerShapeType[] MarkerShapeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.gwt.maps.client.overlays with parameters of type MarkerShapeType
 void MarkerShape.setType(MarkerShapeType type)
          sets Describes the shape's type and can be circle, poly or rect.
 



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