LocationInfo constructor

LocationInfo({
  1. LatLng? latLng,
})

Implementation

LocationInfo({
  this.latLng,
});