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 ()) #
Methods
content :: a -> b -> IO [(Int, QPlaceContent ())] #
class Qcoordinate a b where #
Methods
coordinate :: a -> b -> IO (QGeoCoordinate ()) #
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 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 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 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 QsetPlaceId a b where #
Methods
setPlaceId :: a -> b -> IO () #
class QsetPlaces a b where #
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 () #
Methods
supplier :: a -> b -> IO (QPlaceSupplier ()) #
class QsupportedFeatureTypes a b where #
Methods
supportedFeatureTypes :: a -> b -> IO FeatureTypes #
class QsupportedFeatureWeights a b where #
Methods
supportedFeatureWeights :: a -> b -> IO FeatureWeights #
class QsupportedManeuverDetails a b where #
Methods
supportedManeuverDetails :: a -> b -> IO ManeuverDetails #
class QsupportedPositioningMethods a b where #
Methods
supportedPositioningMethods :: a -> b -> IO PositioningMethods #
class QsupportedRouteOptimizations a b where #
Methods
supportedRouteOptimizations :: a -> b -> IO RouteOptimizations #
class QsupportedSegmentDetails a b where #
Methods
supportedSegmentDetails :: a -> b -> IO SegmentDetails #
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 ()) #