public class Polyline extends Object
Modifier and Type | Field and Description |
---|---|
int |
color
The color of the polyline.
|
List<IGeoPoint> |
points
The points of the polyline.
|
float |
width
The width of the polyline.
|
Constructor and Description |
---|
Polyline() |
Modifier and Type | Method and Description |
---|---|
Polyline |
color(int aColor)
The color of the polyline.
|
Polyline |
points(IGeoPoint... aPoints)
The points of the polyline.
|
Polyline |
points(List<IGeoPoint> aPoints)
The points of the polyline.
|
Polyline |
width(float aWidth)
The width of the polyline.
|
public int color
public float width
public Polyline color(int aColor)
public Polyline width(float aWidth)
public Polyline points(List<IGeoPoint> aPoints)
Copyright © 2015. All Rights Reserved.