SchemaGeospatialGeometry constructor

SchemaGeospatialGeometry({
  1. String? additionalType,
  2. String? alternateName,
  3. dynamic description,
  4. String? disambiguatingDescription,
  5. dynamic identifier,
  6. dynamic image,
  7. dynamic mainEntityOfPage,
  8. String? name,
  9. dynamic owner,
  10. SchemaAction? potentialAction,
  11. String? sameAs,
  12. dynamic subjectOf,
  13. String? url,
  14. dynamic geoContains,
  15. dynamic geoCoveredBy,
  16. dynamic geoCovers,
  17. dynamic geoCrosses,
  18. dynamic geoDisjoint,
  19. dynamic geoEquals,
  20. dynamic geoIntersects,
  21. dynamic geoOverlaps,
  22. dynamic geoTouches,
  23. dynamic geoWithin,
})

Create a new instance of SchemaGeospatialGeometry

Implementation

SchemaGeospatialGeometry({
  super.additionalType,
  super.alternateName,
  super.description,
  super.disambiguatingDescription,
  super.identifier,
  super.image,
  super.mainEntityOfPage,
  super.name,
  super.owner,
  super.potentialAction,
  super.sameAs,
  super.subjectOf,
  super.url,
  this.geoContains,
  this.geoCoveredBy,
  this.geoCovers,
  this.geoCrosses,
  this.geoDisjoint,
  this.geoEquals,
  this.geoIntersects,
  this.geoOverlaps,
  this.geoTouches,
  this.geoWithin,
});