LocationInFo constructor

LocationInFo(
  1. String placeId,
  2. String name,
  3. String type,
  4. String distance,
  5. String address,
  6. LatLng latLng,
)

Implementation

LocationInFo(this.placeId, this.name, this.type, this.distance, this.address, this.latLng);