Follow us on GitHub

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

Packages that use Polygon
com.google.gwt.maps.client.events.overlaycomplete   
com.google.gwt.maps.client.events.overlaycomplete.polygon   
com.google.gwt.maps.client.overlays   
 

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

Methods in com.google.gwt.maps.client.events.overlaycomplete that return Polygon
 Polygon OverlayCompleteMapEvent.getPolygon()
           
 

Uses of Polygon in com.google.gwt.maps.client.events.overlaycomplete.polygon
 

Methods in com.google.gwt.maps.client.events.overlaycomplete.polygon that return Polygon
 Polygon PolygonCompleteMapEvent.getPolygon()
           
 

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

Methods in com.google.gwt.maps.client.overlays that return Polygon
static Polygon Polygon.newInstance(PolygonOptions options)
          Create a polygon using the passed PolygonOptions, which specify the polygon's path, the stroke style for the polygon's edges, and the fill style for the polygon's interior regions.
 



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.