{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.GeoCircle where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A GeoCircle is a GeoShape representing a circular geographic area. As it is a GeoShape it provides the simple textual property 'circle', but also allows the combination of postalCode alongside geoRadius. The center of the circle can be indicated via the 'geoMidpoint' property, or more approximately using 'address', 'postalCode'. data GeoCircle instance Show GeoCircle instance Read GeoCircle instance Eq GeoCircle instance Typeable GeoCircle instance MetaData GeoCircle