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 |
---|---|
MapPolygon |
MapPolygon.setFillColor(int color)
Sets a fill color for this
MapPolygon , using an ARGB (Alpha/Red/Green/Blue) integer
color value. |
MapPolygon |
MapPolygon.setGeoPolygon(GeoPolygon polygon)
Changes the
GeoPolygon rendered by this MapPolygon . |
MapPolygon |
MapPolygon.setLineColor(int color)
Sets a border line color for this
MapPolygon , using an ARGB (Alpha/Red/Green/Blue)
integer color value. |
MapPolygon |
MapPolygon.setLineWidth(int width)
Sets a border line width, in pixels, for this
MapPolygon , an int value within
the [0..100] range. |