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