LocationInfo constructor

LocationInfo({
  1. required LatLng latLng,
})

Implementation

LocationInfo({required this.latLng});