public static interface

AmazonMap.OnMapClickListener

com.amazon.geo.mapsv2.AmazonMap.OnMapClickListener

Class Overview

Interface for receiving callbacks when the map is clicked. Callbacks always occur on the main thread.

Summary

Public Methods
abstract void onMapClick(LatLng point)
Called when the user clicks the map.

Public Methods

public abstract void onMapClick (LatLng point)

Called when the user clicks 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.