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 | Class and Description |
---|---|
static class |
MapGesture.OnGestureListener.OnGestureListenerAdapter
Default implementation for the OnGestureListener interface.
|
Modifier and Type | Method and Description |
---|---|
void |
MapGesture.addOnGestureListener(MapGesture.OnGestureListener listener)
Adds a
MapGesture.OnGestureListener to listen for map gesture events. |
void |
MapGesture.removeOnGestureListener(MapGesture.OnGestureListener listener)
Removes an existing
MapGesture.OnGestureListener . |