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

Example usage for Java com.google.gwt.maps.client.overlays PolygonOptions 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 PolygonOptions.

The text is from its open source code.

Method

PolygonOptionsnewInstance()
voidsetFillColor(String fillColor)
The fill color.
voidsetFillOpacity(double fillOpacity)
The fill opacity between 0.0 and 1.0
voidsetMap(MapWidget mapWidget)
Renders the Polygone on the map
voidsetPaths(MVCArray paths)
The ordered sequence of coordinates that designates a closed loop.
voidsetPaths(JsArray paths)
The ordered sequence of coordinates that designates a closed loop.
voidsetStrokeColor(String strokeColor)
sets The stroke color.
voidsetStrokeOpacity(double strokeOpacity)
sets The stroke opacity between 0.0 and 1.0
voidsetStrokeWeight(int strokeWeight)
sets The stroke width in pixels.