Documentation
class QqGeoManeuver x1 where #
qGeoManeuver :: x1 -> IO (QGeoManeuver ()) #
Instances
QqGeoManeuver () # | |
Defined in Qtc.Location.QGeoManeuver qGeoManeuver :: () -> IO (QGeoManeuver ()) # | |
QqGeoManeuver (QGeoManeuver t1) # | |
Defined in Qtc.Location.QGeoManeuver qGeoManeuver :: QGeoManeuver t1 -> IO (QGeoManeuver ()) # |
class QqGeoManeuver_nf x1 where #
qGeoManeuver_nf :: x1 -> IO (QGeoManeuver ()) #
Instances
QqGeoManeuver_nf () # | |
Defined in Qtc.Location.QGeoManeuver qGeoManeuver_nf :: () -> IO (QGeoManeuver ()) # | |
QqGeoManeuver_nf (QGeoManeuver t1) # | |
Defined in Qtc.Location.QGeoManeuver qGeoManeuver_nf :: QGeoManeuver t1 -> IO (QGeoManeuver ()) # |
distanceToNextInstruction :: QGeoManeuver a -> () -> IO Double #
instructionText :: QGeoManeuver a -> () -> IO String #
setDistanceToNextInstruction :: QGeoManeuver a -> Double -> IO () #
setInstructionText :: QGeoManeuver a -> String -> IO () #
setTimeToNextInstruction :: QGeoManeuver a -> Int -> IO () #
setWaypoint :: QGeoManeuver a -> QGeoCoordinate t1 -> IO () #
timeToNextInstruction :: QGeoManeuver a -> () -> IO Int #
waypoint :: QGeoManeuver a -> () -> IO (QGeoCoordinate ()) #
qGeoManeuver_delete :: QGeoManeuver a -> IO () #