Interface MarkerClickedListener
public interface MarkerClickedListener
Interface for notifications when the user double-clicks in the marker margin
-
Method Summary
Modifier and TypeMethodDescriptionvoidmarkerDoubleClicked(MarkerLocation location) Notification that the user double-clicked in the marker margin
-
Method Details
-
markerDoubleClicked
Notification that the user double-clicked in the marker margin- Parameters:
location- the MarkerLocation where the user double-clicked
-