com.amazon.geo.mapsv2.AmazonMap.OnMapLongClickListener |
Class Overview
Interface for receiving callbacks when the user performs a long click on
the map. Callbacks always occur on the main thread.
Summary
Public Methods |
abstract
void
|
onMapLongClick(LatLng point)
Called when the user performs a long click on the map.
|
Public Methods
public
abstract
void
onMapLongClick
(LatLng point)
Called when the user performs a long click on the map. This method
is not called if a map overlay such as a Marker
intercepts the event.
Parameters
point |
A LatLng representing the geographic
location the user clicked.
|