|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.geometrylib |
|---|
| Methods in com.google.gwt.maps.client.geometrylib with parameters of type Polygon | |
|---|---|
static boolean |
PolyUtils.containsLocation(LatLng point,
Polygon polygon)
Computes whether the given point lies inside the specified polygon. |
static boolean |
PolyUtils.isLocationOnEdge(LatLng point,
Polygon polygon)
Computes whether the given point lies on or near to a polyline, or the edge of a polygon, within a specified tolerance. |
static boolean |
PolyUtils.isLocationOnEdge(LatLng point,
Polygon polygon,
double tolerance)
Computes whether the given point lies on or near to a polyline, or the edge of a polygon, within a specified tolerance. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||