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 |
---|---|
MapObject.Type |
MapCircle.getType() |
MapObject.Type |
MapMarker.getType() |
MapObject.Type |
MapRoute.getType() |
MapObject.Type |
MapPolyline.getType() |
abstract MapObject.Type |
MapObject.getType()
Returns the type of object that this
MapObject represents. |
MapObject.Type |
MapContainer.getType() |
MapObject.Type |
MapPolygon.getType() |
static MapObject.Type |
MapObject.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapObject.Type[] |
MapObject.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|