SchemaGeospatialGeometry constructor
SchemaGeospatialGeometry({
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
- dynamic geoContains,
- dynamic geoCoveredBy,
- dynamic geoCovers,
- dynamic geoCrosses,
- dynamic geoDisjoint,
- dynamic geoEquals,
- dynamic geoIntersects,
- dynamic geoOverlaps,
- dynamic geoTouches,
- 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,
});