Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Text.HTML5.MetaData.Schema.GeoCoordinates
- data GeoCoordinates = GeoCoordinates {
- address :: Address
- addressCountry :: AddressCountry
- elevation :: Elevation
- latitude :: Latitude
- longitude :: Longitude
- postalCode :: PostalCode
- additionalType :: AdditionalType
- alternateName :: AlternateName
- description :: Description
- image :: Image
- mainEntityOfPage :: MainEntityOfPage
- name :: Name
- potentialAction :: PotentialAction
- sameAs :: SameAs
- url :: Url
Documentation
data GeoCoordinates Source
The geographic coordinates of a place or event.
id
- GeoCoordinates
label
- Geo Coordinates
comment
- The geographic coordinates of a place or event.
ancestors
Thing
,Intangible
,StructuredValue
subtypes
supertypes
StructuredValue
url
- http://schema.org/GeoCoordinates
Constructors
GeoCoordinates | |
Fields
|