SchemaGeoCircle constructor

SchemaGeoCircle({
  1. SchemaGeoCoordinates? geoMidpoint,
  2. dynamic geoRadius,
  3. dynamic address,
  4. dynamic addressCountry,
  5. String? box,
  6. String? circle,
  7. dynamic elevation,
  8. String? line,
  9. String? polygon,
  10. String? postalCode,
  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 SchemaGeoCircle

Implementation

SchemaGeoCircle({
  this.geoMidpoint,
  this.geoRadius,
  this.address,
  this.addressCountry,
  this.box,
  this.circle,
  this.elevation,
  this.line,
  this.polygon,
  this.postalCode,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});