public static interface MapView.MapClickEventListener
A listener for receiving map click events from the MapView
Modifier and Type | Method and Description |
---|---|
boolean |
onLocationButtonClick()
Called when the user clicks the Location button.
|
boolean |
onLongPress()
Called when the user long presses on the map.
|
boolean |
onMapClick()
Called when the user clicks on the map, but not on a control or Marker.
|
boolean |
onOverviewButtonClick()
Called when the user clicks the Overview button.
|
boolean onLocationButtonClick()
Called when the user clicks the Location button.
boolean onOverviewButtonClick()
Called when the user clicks the Overview button. Note that the overview button is in the upper left corner of the map and only appears if there is a map without a building that is the default map. This is not associated with the overview button in directions.
boolean onMapClick()
Called when the user clicks on the map, but not on a control or Marker. In most cases this should be an indicator that the user is trying to dismiss the active UI.
boolean onLongPress()
Called when the user long presses on the map.