public interface Marker extends Annotation, MapPoint
| Modifier and Type | Method and Description |
|---|---|
boolean |
canShowBalloon() |
void |
canShowBalloon(boolean allow)
Setter for permission to show balloon
|
void |
deselect()
Mark the marker as a deselected
|
MarkerAnchor |
getAnchor() |
int |
getIconHeight() |
int |
getIconWidth() |
Optional<? extends MarkerBalloon> |
getMarkerBalloon() |
boolean |
isDecal()
Is marker is attached to the map.
|
boolean |
isDraggable()
Indicates whether marker should be draggable or not.
|
boolean |
isSelected()
Marker is marked as a selected
|
void |
markAsDraggable()
Makes the marker draggable.
|
void |
select()
Mark the marker as a selected
|
void |
setSelectedListener(OnMarkerSelectedListener selectedListener)
Set behavior for selected marker
|
boolean |
shouldCluster()
Indicates whether marker should clustered or not.
|
void |
unmarkAsDraggable()
Makes the marker not draggable.
|
getId, getTaggetPositionboolean isSelected()
void select()
void deselect()
@NonNull Optional<? extends MarkerBalloon> getMarkerBalloon()
int getIconWidth()
int getIconHeight()
@NonNull MarkerAnchor getAnchor()
boolean canShowBalloon()
void canShowBalloon(boolean allow)
allow - showing balloonvoid setSelectedListener(OnMarkerSelectedListener selectedListener)
selectedListener - boolean isDecal()
boolean shouldCluster()
boolean isDraggable()
void markAsDraggable()
void unmarkAsDraggable()