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 |
---|---|
MapGesture |
MapView.getMapGesture()
Gets the
MapGesture representing the current gesture handler for the MapView . |
MapGesture |
MapFragment.getMapGesture()
Returns the
MapGesture object representing the current gesture handler for the
MapFragment . |
MapGesture |
MapGesture.setAllGesturesEnabled(boolean enabled)
Sets all possible kinds of gesture interaction to be either enabled or disabled for the
MapGesture . |
MapGesture |
MapGesture.setAutoSnapToNorthEnabled(boolean enabled)
Sets whether map automatically rotates to the north if previous rotation did not exceed
certain small amount of degrees starting from north.
|
MapGesture |
MapGesture.setDoubleTapEnabled(boolean enabled)
Sets whether double-tap interactions are enabled or disabled for this
MapGesture . |
MapGesture |
MapGesture.setFixedMapCenterOnMapRotateZoom(boolean lock)
Sets whether the transform center is applied during multitouch gestures.
|
MapGesture |
MapGesture.setKineticFlickEnabled(boolean enabled)
Sets whether flick-to-scroll (with kinetic momentum) interactions are enabled for this
MapGesture . |
MapGesture |
MapGesture.setLongPressEnabled(boolean enabled)
Sets whether long-press interactions are enabled or disabled for this
MapGesture . |
MapGesture |
MapGesture.setPanningEnabled(boolean enabled)
Sets panning interactions to be either enabled or disabled for this
MapGesture . |
MapGesture |
MapGesture.setPinchEnabled(boolean enabled)
Sets whether pinch interactions are enabled or disabled for this
MapGesture . |
MapGesture |
MapGesture.setRotateEnabled(boolean enabled)
Sets whether two-finger rotate interactions are enabled for this
MapGesture . |
MapGesture |
MapGesture.setSingleTapEnabled(boolean enabled)
Sets whether single-tap interactions are enabled or disabled for this
MapGesture . |
MapGesture |
MapGesture.setTiltEnabled(boolean enabled)
Sets whether tilt interactions are enabled or disabled for this
MapGesture . |
MapGesture |
MapGesture.setTwoFingerPanningEnabled(boolean enable)
Sets whether the two-finger panning interaction is enabled for this
MapGesture . |
MapGesture |
MapGesture.setTwoFingerTapEnabled(boolean enabled)
Sets whether two-finger tap gestures are enabled or disabled for this
MapGesture . |