openweathermap-0.2.0: Access data at OpenWeatherMap
Web.OpenWeatherMap.Types.Location
data Location Source #
Various way to specify location.
Constructors
City name.
Geographic coordinates: latitude and longitude.
Defined in Web.OpenWeatherMap.Types.Location
Associated Types
type Client m (Location :> api) :: Type #
Methods
clientWithRoute :: Proxy m -> Proxy (Location :> api) -> Request -> Client m (Location :> api) #
hoistClientMonad :: Proxy m -> Proxy (Location :> api) -> (forall x. mon x -> mon' x) -> Client mon (Location :> api) -> Client mon' (Location :> api) #