Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Text.HTML5.MetaData.Schema.GeoCircle
- data GeoCircle = GeoCircle {
- geoMidpoint :: GeoMidpoint
- geoRadius :: GeoRadius
- address :: Address
- addressCountry :: AddressCountry
- box :: Box
- circle :: Circle
- elevation :: Elevation
- line :: Line
- polygon :: Polygon
- postalCode :: PostalCode
- additionalType :: AdditionalType
- alternateName :: AlternateName
- description :: Description
- image :: Image
- mainEntityOfPage :: MainEntityOfPage
- name :: Name
- potentialAction :: PotentialAction
- sameAs :: SameAs
- url :: Url
Documentation
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
.
id
- GeoCircle
label
- Geo Circle
comment
- 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 thegeoMidpoint
property, or more approximately usingaddress
,postalCode
. ancestors
Thing
,Intangible
,StructuredValue
,GeoShape
subtypes
supertypes
GeoShape
url
- http://schema.org/GeoCircle
Constructors
GeoCircle | |
Fields
|