PointOfInterest constructor

PointOfInterest({
  1. LatLng? latLng,
  2. String? name,
  3. String? placeId,
})

Implementation

PointOfInterest({
  this.latLng,
  this.name,
  this.placeId,
});