| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Text.HTML5.MetaData.Schema.GeoShape
- data GeoShape = GeoShape {
- 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
The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points.
id- GeoShape
label- Geo Shape
comment- The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points.
ancestorsThing,Intangible,StructuredValuesubtypesGeoCirclesupertypesStructuredValueurl- http://schema.org/GeoShape
Constructors
| GeoShape | |
Fields
| |