public static interface TomtomMapCallback.OnMapClickListener
Modifier and Type | Method and Description |
---|---|
void |
onMapClick(LatLng latLng)
Called when the user clicks on the map.
|
void onMapClick(@NonNull LatLng latLng)
latLng
- The latitude on the ground that was clicked.