Documentation
class Qattribution a b where #
attribution :: a -> b -> IO String #
class QcalculateRoute a b where #
calculateRoute :: a -> b -> IO (QGeoRouteReply ()) #
class QchildCategories a b where #
childCategories :: a -> b -> IO [QPlaceCategory ()] #
class QchildCategoryIds a b where #
childCategoryIds :: a -> b -> IO [String] #
class QcompatiblePlace a b where #
compatiblePlace :: a -> b -> IO (QPlace ()) #
content :: a -> b -> IO [(Int, QPlaceContent ())] #
class Qcoordinate a b where #
coordinate :: a -> b -> IO (QGeoCoordinate ()) #
geocode :: a -> b -> IO (QGeoCodeReply ()) #
class QgetPlaceContent a b where #
getPlaceContent :: a -> b -> IO (QPlaceContentReply ()) #
class QgetPlaceDetails a b where #
getPlaceDetails :: a -> b -> IO (QPlaceDetailsReply ()) #
class QinitializeCategories a b where #
initializeCategories :: a -> b -> IO (QPlaceReply ()) #
class QlastKnownPosition a b where #
lastKnownPosition :: a -> b -> IO (QGeoPositionInfo ()) #
class QmanagerName a b where #
managerName :: a -> b -> IO String #
class QmanagerVersion a b where #
managerVersion :: a -> b -> IO Int #
class QmatchingPlaces a b where #
matchingPlaces :: a -> b -> IO (QPlaceMatchReply ()) #
class QminimumUpdateInterval a b where #
minimumUpdateInterval :: a -> b -> IO Int #
class QnextPageRequest a b c | a -> c where #
nextPageRequest :: a -> b -> c #
class QparentCategoryId a b where #
parentCategoryId :: a -> b -> IO String #
class QpositionInfoSource a b where #
positionInfoSource :: a -> b -> IO (QGeoPositionInfoSource ()) #
class QpreviousPageRequest a b c | a -> c where #
previousPageRequest :: a -> b -> c #
class QremovePlace a b where #
removePlace :: a -> b -> IO (QPlaceIdReply ()) #
class QreverseGeocode a b where #
reverseGeocode :: a -> b -> IO (QGeoCodeReply ()) #
class QsaveCategory a b where #
saveCategory :: a -> b -> IO (QPlaceIdReply ()) #
class QsavePlace a b where #
savePlace :: a -> b -> IO (QPlaceIdReply ()) #
class QsearchSuggestions a b where #
searchSuggestions :: a -> b -> IO (QPlaceSearchSuggestionReply ()) #
class QsetAttribution a b where #
setAttribution :: a -> b -> IO () #
class QsetCoordinate a b where #
setCoordinate :: a -> b -> IO () #
class QsetLocales a b where #
setLocales :: a -> b -> IO () #
class QsetMeasurementSystem a b where #
setMeasurementSystem :: a -> b -> IO () #
class QsetNextPageRequest a b where #
setNextPageRequest :: a -> b -> IO () #
class QsetPlaceId a b where #
setPlaceId :: a -> b -> IO () #
class QsetPlaces a b where #
class QsetPreferredPositioningMethods a b where #
setPreferredPositioningMethods :: a -> b -> IO () #
class QsetPreviousPageRequest a b where #
setPreviousPageRequest :: a -> b -> IO () #
class QsetResults a b where #
setResults :: a -> b -> IO () #
class QsetSupplier a b where #
setSupplier :: a -> b -> IO () #
class QsetTravelTime a b where #
setTravelTime :: a -> b -> IO () #
class QsourceName a b where #
sourceName :: a -> b -> IO String #
class QstartUpdates a b where #
startUpdates :: a -> b -> IO () #
class QstopUpdates a b where #
stopUpdates :: a -> b -> IO () #
supplier :: a -> b -> IO (QPlaceSupplier ()) #
class QsupportedFeatureTypes a b where #
supportedFeatureTypes :: a -> b -> IO FeatureTypes #
class QsupportedFeatureWeights a b where #
supportedFeatureWeights :: a -> b -> IO FeatureWeights #
class QsupportedManeuverDetails a b where #
supportedManeuverDetails :: a -> b -> IO ManeuverDetails #
class QsupportedPositioningMethods a b where #
supportedPositioningMethods :: a -> b -> IO PositioningMethods #
class QsupportedRouteOptimizations a b where #
supportedRouteOptimizations :: a -> b -> IO RouteOptimizations #
class QsupportedSegmentDetails a b where #
supportedSegmentDetails :: a -> b -> IO SegmentDetails #
class QsupportedTravelModes a b where #
supportedTravelModes :: a -> b -> IO TravelModes #
class QtravelTime a b where #
travelTime :: a -> b -> IO Int #
class QupdateRoute a b where #
updateRoute :: a -> b -> IO (QGeoRouteReply ()) #