Qtc.Classes.Location

Documentation

class Qattribution a b where #

Methods

attribution :: a -> b -> IO String #

class QcalculateRoute a b where #

Methods

calculateRoute :: a -> b -> IO (QGeoRouteReply ()) #

class QchildCategories a b where #

Methods

childCategories :: a -> b -> IO [QPlaceCategory ()] #

class QchildCategoryIds a b where #

Methods

childCategoryIds :: a -> b -> IO [String] #

class QcompatiblePlace a b where #

Methods

compatiblePlace :: a -> b -> IO (QPlace ()) #

class Qcontent a b where #

Methods

content :: a -> b -> IO [(Int, QPlaceContent ())] #

class Qcoordinate a b where #

Methods

coordinate :: a -> b -> IO (QGeoCoordinate ()) #

class Qgeocode a b where #

Methods

geocode :: a -> b -> IO (QGeoCodeReply ()) #

class QgetPlaceContent a b where #

Methods

getPlaceContent :: a -> b -> IO (QPlaceContentReply ()) #

class QgetPlaceDetails a b where #

Methods

getPlaceDetails :: a -> b -> IO (QPlaceDetailsReply ()) #

class QinitializeCategories a b where #

Methods

initializeCategories :: a -> b -> IO (QPlaceReply ()) #

class QlastKnownPosition a b where #

Methods

lastKnownPosition :: a -> b -> IO (QGeoPositionInfo ()) #

class Qlimit a b where #

Methods

limit :: a -> b -> IO Int #

class Qlocales a b where #

Methods

locales :: a -> b -> IO [QLocale ()] #

class QmanagerName a b where #

Methods

managerName :: a -> b -> IO String #

class QmanagerVersion a b where #

Methods

managerVersion :: a -> b -> IO Int #

class QmatchingPlaces a b where #

Methods

matchingPlaces :: a -> b -> IO (QPlaceMatchReply ()) #

class QminimumUpdateInterval a b where #

Methods

minimumUpdateInterval :: a -> b -> IO Int #

class QnextPageRequest a b c | a -> c where #

Methods

nextPageRequest :: a -> b -> c #

class QparentCategoryId a b where #

Methods

parentCategoryId :: a -> b -> IO String #

class Qplace a b where #

Methods

place :: a -> b -> IO (QPlace ()) #

class QplaceId a b where #

Methods

placeId :: a -> b -> IO String #

class Qplaces a b where #

Methods

places :: a -> b -> IO [QPlace ()] #

class QpositionInfoSource a b where #

Methods

positionInfoSource :: a -> b -> IO (QGeoPositionInfoSource ()) #

class QpreviousPageRequest a b c | a -> c where #

Methods

previousPageRequest :: a -> b -> c #

class QremovePlace a b where #

Methods

removePlace :: a -> b -> IO (QPlaceIdReply ()) #

class QreverseGeocode a b where #

Methods

reverseGeocode :: a -> b -> IO (QGeoCodeReply ()) #

class QsaveCategory a b where #

Methods

saveCategory :: a -> b -> IO (QPlaceIdReply ()) #

class QsavePlace a b where #

Methods

savePlace :: a -> b -> IO (QPlaceIdReply ()) #

class QsearchSuggestions a b where #

Methods

searchSuggestions :: a -> b -> IO (QPlaceSearchSuggestionReply ()) #

class QsetAttribution a b where #

Methods

setAttribution :: a -> b -> IO () #

class QsetCoordinate a b where #

Methods

setCoordinate :: a -> b -> IO () #

class QsetLimit a b where #

Methods

setLimit :: a -> b -> IO () #

class QsetLocales a b where #

Methods

setLocales :: a -> b -> IO () #

class QsetMeasurementSystem a b where #

Methods

setMeasurementSystem :: a -> b -> IO () #

class QsetNextPageRequest a b where #

Methods

setNextPageRequest :: a -> b -> IO () #

class QsetPlace a b where #

Methods

setPlace :: a -> b -> IO () #

class QsetPlaceId a b where #

Methods

setPlaceId :: a -> b -> IO () #

class QsetPlaces a b where #

Methods

setPlaces :: a -> b -> IO () #

class QsetPreferredPositioningMethods a b where #

Methods

setPreferredPositioningMethods :: a -> b -> IO () #

class QsetPreviousPageRequest a b where #

Methods

setPreviousPageRequest :: a -> b -> IO () #

class QsetResults a b where #

Methods

setResults :: a -> b -> IO () #

class QsetSupplier a b where #

Methods

setSupplier :: a -> b -> IO () #

class QsetTravelTime a b where #

Methods

setTravelTime :: a -> b -> IO () #

class QsourceName a b where #

Methods

sourceName :: a -> b -> IO String #

class QstartUpdates a b where #

Methods

startUpdates :: a -> b -> IO () #

class QstopUpdates a b where #

Methods

stopUpdates :: a -> b -> IO () #

class Qsupplier a b where #

Methods

supplier :: a -> b -> IO (QPlaceSupplier ()) #

class QsupportedFeatureTypes a b where #

Methods

supportedFeatureTypes :: a -> b -> IO FeatureTypes #

class QsupportedFeatureWeights a b where #

class QsupportedSegmentDetails a b where #

class QsupportedTravelModes a b where #

Methods

supportedTravelModes :: a -> b -> IO TravelModes #

class QtravelTime a b where #

Methods

travelTime :: a -> b -> IO Int #

class QupdateRoute a b where #

Methods

updateRoute :: a -> b -> IO (QGeoRouteReply ()) #