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

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

The text is from its open source code.

Constructor

Method

voidaddPolylineCancelLineHandler(final PolylineCancelLineHandler handler)
This event is fired when the polyline is being edited and the edit is canceled.
voidaddPolylineClickHandler(final PolylineClickHandler handler)
This event is fired when the polyline is clicked.
voidaddPolylineEndLineHandler(final PolylineEndLineHandler handler)
This event is fired when the polyline is being edited and the edit is completed.
voidaddPolylineLineUpdatedHandler(final PolylineLineUpdatedHandler handler)
This event is fired when the polyline has a vertex inserted.
voidaddPolylineMouseOutHandler(final PolylineMouseOutHandler handler)
This event is fired when the mouse moves out of a polyline.
voidaddPolylineMouseOverHandler(final PolylineMouseOverHandler handler)
This event is fired when the mouse moves over a polyline.
voidaddPolylineRemoveHandler(final PolylineRemoveHandler handler)
This event is fired when the polyline is removed from the map, using com.google.gwt.maps.client.MapWidget#removeOverlay or com.google.gwt.maps.client.MapWidget#clearOverlays .
PolylinefromEncoded(String color, int weight, double opacity, String encodedPoints, int zoomFactor, String encodedLevels, int numLevels)
Create a polyline from an encoded string.
PolylinefromEncoded(EncodedPolyline polyline)
Create a polyline from an encoded string.
LatLngBoundsgetBounds()
Returns the bounds for this polyline.
doublegetLength()
Returns the length (in meters) of the polyline along the surface of a spherical Earth.
intgetVertexCount()
Returns the number of vertices in the polyline.
voidsetDrawingEnabled()
Allows a user to construct (or modify) a GPolyline object by clicking on additional points on the map.
voidsetStrokeStyle(PolyStyleOptions style)
Changes the style of the polyline.