public class EncodedPolylineBean extends Object implements Serializable
Constructor and Description |
---|
EncodedPolylineBean() |
EncodedPolylineBean(String points,
String levels,
int length) |
Modifier and Type | Method and Description |
---|---|
int |
getLength()
The number of points in the string
|
String |
getLevels()
Levels describes which points should be shown at various zoom levels.
|
String |
getLevels(int defaultLevel) |
String |
getPoints()
The encoded points of the polyline.
|
void |
setLength(int length) |
void |
setLevels(String levels) |
void |
setPoints(String points) |
public String getPoints()
public void setPoints(String points)
public String getLevels()
public String getLevels(int defaultLevel)
public void setLevels(String levels)
public int getLength()
public void setLength(int length)
Copyright © 2018. All rights reserved.