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 |
---|---|
void |
MapView.setMapMarkerDragListener(MapMarker.OnDragListener listener)
Sets a
MapMarker.OnDragListener to be invoked whenever any MapMarker added
onto a Map that is attached to this MapView is dragged. |
void |
MapFragment.setMapMarkerDragListener(MapMarker.OnDragListener listener)
Sets a
MapMarker.OnDragListener to be invoked whenever any MapMarker on a
Map that is attached to this fragment is dragged. |