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