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

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

The text is from its open source code.

Method

PolylineOptionsnewInstance()
creates a new instance of options
voidsetIcons(JsArray sequence)
Set the icons to be rendered along the polyline.
voidsetMap(MapWidget mapWidget)
sets Map on which to display Polyline.
voidsetPath(MVCArray path)
sets The ordered sequence of coordinates of the Polyline.
voidsetPath(JsArray path)
sets The ordered sequence of coordinates of the Polyline.
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.