TD.Data.Venue
data Venue Source #
Constructors
Describes a venue
Fields
Venue location; as defined by the sender
Venue name; as defined by the sender
Venue address; as defined by the sender
Provider of the venue database; as defined by the sender. Currently, only "foursquare" and "gplaces" (Google Places) need to be supported
Identifier of the venue in the provider database; as defined by the sender
Type of the venue in the provider database; as defined by the sender
Defined in TD.Data.Venue
Methods
parseJSON :: Value -> Parser Venue #
parseJSONList :: Value -> Parser [Venue] #
toJSON :: Venue -> Value #
toEncoding :: Venue -> Encoding #
toJSONList :: [Venue] -> Value #
toEncodingList :: [Venue] -> Encoding #
showsPrec :: Int -> Venue -> ShowS #
show :: Venue -> String #
showList :: [Venue] -> ShowS #
(==) :: Venue -> Venue -> Bool #
(/=) :: Venue -> Venue -> Bool #
shortShow :: Venue -> String Source #
defaultVenue :: Venue Source #