Package | Description |
---|---|
org.osmdroid.api |
Modifier and Type | Method and Description |
---|---|
Polyline |
Polyline.color(int aColor)
The color of the polyline.
|
Polyline |
Polyline.points(IGeoPoint... aPoints)
The points of the polyline.
|
Polyline |
Polyline.points(List<IGeoPoint> aPoints)
The points of the polyline.
|
Polyline |
Polyline.width(float aWidth)
The width of the polyline.
|
Modifier and Type | Method and Description |
---|---|
int |
IMap.addPolyline(Polyline polyline)
Add a polyline.
|
Copyright © 2014. All Rights Reserved.