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 |
---|---|
MapMarker |
MapMarker.setAnchorPoint(android.graphics.PointF anchor)
Sets an anchor point for this
MapMarker . |
MapMarker |
MapMarker.setCoordinate(GeoCoordinate coordinate)
Sets a map
GeoCoordinate for this MapMarker . |
MapMarker |
MapMarker.setDescription(java.lang.String description)
Sets the description text.
|
MapMarker |
MapMarker.setDraggable(boolean isDraggable)
Sets whether this marker is draggable or not.
|
MapMarker |
MapMarker.setIcon(Image icon)
Sets an icon image for this
MapMarker . |
MapMarker |
MapMarker.setTitle(java.lang.String title)
Sets a title to be used by the default info bubble.
|
Modifier and Type | Method and Description |
---|---|
android.view.View |
Map.InfoBubbleAdapter.getInfoBubble(MapMarker marker)
Provide a custom info bubble for the marker.
|
android.view.View |
Map.InfoBubbleAdapter.getInfoBubbleContents(MapMarker marker)
Provide custom contents for the info bubble.
|
void |
MapMarker.OnDragListener.onMarkerDrag(MapMarker marker)
Called repeatedly while a marker is being dragged.
|
void |
MapMarker.OnDragListener.onMarkerDragEnd(MapMarker marker)
Called when a marker has finished being dragged.
|
void |
MapMarker.OnDragListener.onMarkerDragStart(MapMarker marker)
Called when a marker starts being dragged.
|