onTap method

dynamic onTap(
  1. LatLng latLng
)

Implementation

onTap(LatLng latLng) {
  setLocation(latLng);
}