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

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

The text is from its open source code.

Method

EncodedPolylinenewInstance(String points, int zoomFactor, String levels, int numLevels, String color, int weight, double opacity)
Create a new encoded polyline.
EncodedPolylinenewInstance()
Create a new encoded polyline.
EncodedPolylinenewInstance(String points, int zoomFactor, String levels, int numLevels)
Create a new encoded polyline.
voidsetColor(String colorIn)
Sets the color of the Polyline .
voidsetLevels(String levelsIn)
Sets the zoom level groups for this polyline.
voidsetNumLevels(int numLevelsIn)
Set the number of zoom levels in the string passed to #setLevels(String) .
voidsetOpacity(double opacityIn)
Sets the opacity of the polyline.
voidsetPoints(String pointsIn)
Set the list of encoded latitude and longitude coordinates.
voidsetWeight(int weightIn)
Sets the weight of the polyline.
voidsetZoomFactor(int zoomFactorIn)
Sets the magnification between adjacent sets of zoom levels in the encoded levels string.