| 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 thegeoMidpointproperty, or more approximately usingaddress,postalCode. ancestorsThing,Intangible,StructuredValue,GeoShapesubtypessupertypesGeoShapeurl- http://schema.org/GeoCircle
Constructors
| GeoCircle | |
Fields
| |