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 |
---|---|
MapCircle |
MapCircle.setCenter(GeoCoordinate center)
Sets the center for this
MapCircle to a specified
GeoCoordinate . |
MapCircle |
MapCircle.setFillColor(int argbColor)
Sets a fill color for this
MapCircle using an ARGB (Alpha/Red/Green/Blue) integer
color value. |
MapCircle |
MapCircle.setLineColor(int argbColor)
Sets a border line color for this
MapCircle , using an ARGB (Alpha/Red/Green/Blue)
integer color value. |
MapCircle |
MapCircle.setLineWidth(int width)
Sets a border line width, in pixels, for this
MapCircle , an int value within
the [0..100] range. |
MapCircle |
MapCircle.setRadius(double radius)
Sets a radius for this
MapCircle , in meters. |