MTrackLogObserver Class Reference

class MTrackLogObserver

Track log Observer interface class for receiving track-log events.

Member Functions Documentation

GPSFixQualityChanged(TPositionSatelliteInfo &, TBool &)

voidGPSFixQualityChanged(TPositionSatelliteInfo &aFixQuality,
TBool &aTrackingActive
)[pure virtual]

Called to notify the observer that the GPS fix quality has changed.

Parameters

TPositionSatelliteInfo & aFixQuality
TBool & aTrackingActive

TrackLogStarted(TInt)

voidTrackLogStarted(TIntaError)[pure virtual]

Called to notify the observer that the Track-log recording has started.

Parameters

TInt aError

TrackLogStopped(TInt)

voidTrackLogStopped(TIntaError)[pure virtual]

Called to notify the observer that the Track-log recording was stopped.

Parameters

TInt aError