moveToLocation method

void moveToLocation(
  1. LatLng latLng
)

Moves the camera to the provided location and updates other UI features to match the location.

Implementation

void moveToLocation(LatLng latLng) {
  reverseGeocodeLatLng(latLng);

  getNearbyPlaces(latLng);
}