Package | Description |
---|---|
com.here.android.mpa.mapping |
The mapping
package provides classes, interfaces, and enumerations that display an
interactive map, and related functionality that allows your application
to create and add map content.
|
Modifier and Type | Method and Description |
---|---|
MapPolyline |
MapPolyline.setLineColor(int color)
Sets a line color for this
MapPolyline , using an ARGB (Alpha/Red/Green/Blue) integer
color value. |
MapPolyline |
MapPolyline.setLineWidth(int width)
Sets a line width, in pixels, for this
MapPolyline , an int value within the
[0..100] range. |