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

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

The text is from its open source code.

Subclass

com.google.gwt.maps.client.overlays.Polyline has subclasses.
Click this link to see all its subclasses.

Method

HandlerRegistrationaddClickHandler(ClickMapHandler handler)
This event is fired when the DOM click event is fired on the Polyline.
MVCArraygetPath()
Retrieves the first path.
PolylinenewInstance(PolylineOptions options)
Create a polyline using the passed PolylineOptions, which specify both the path of the polyline and the stroke style to use when drawing the polyline.
voidsetMap(MapWidget mapWidget)
Renders this shape on the specified map.