SchemaGeospatialGeometry constructor

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

Create a new instance of SchemaGeospatialGeometry

Implementation

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