Java com.google.gwt.maps.client.overlays Polygon fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.overlays Polygon fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.overlays Polygon.

The text is from its open source code.

Method

MVCArraygetPath()
Retrieves the first path.
MVCArray>getPaths()
Retrieves the paths for this polygon.
PolygonnewInstance(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.