Place constructor

Place(
  1. int placeId,
  2. String name,
  3. String address,
  4. Object score,
  5. String type,
  6. String license,
  7. GeoCoord centroid,
  8. Geometry geometry,
  9. List<String> tags,
)

Implementation

Place(this.placeId, this.name, this.address, this.score, this.type,
    this.license, this.centroid, this.geometry, this.tags);