ArcGIS Runtime SDK for iOS
100.15
|
Methods for managing route tracker changes.
Instance Methods | |
(BOOL) | - readyStatusOfSpeechEngineForRouteTracker: |
(void) | - routeTracker:didGenerateNewVoiceGuidance: |
(void) | - routeTracker:didUpdateTrackingStatus: |
(void) | - routeTracker:rerouteDidCompleteWithTrackingStatus:error: |
(void) | - routeTrackerRerouteDidStart: |
|
optional |
Asks the delegate to return the ready status of the speech engine.
It is not guaranteed this will be called on the main thread.
routeTracker | The route tracker requesting this information. |
YES
, the speech engine is ready. If NO
, the speech engine is not ready.
|
optional |
Tells the delegate that the route tracker has a new voice guidance available.
routeTracker | The route tracker object informing the delegate of this impending event. |
voiceGuidance | The new voice guidance object that was generated. |
|
optional |
Tells the delegate that the route tracker has updated it's tracking status.
routeTracker | The route tracker object informing the delegate of this impending event. |
trackingStatus | The latest tracking status. |
|
optional |
Tells the delegate that the route tracker completed re-routing.
routeTracker | The route tracker object informing the delegate of this impending event. |
trackingStatus | The tracking status after the re-route completed. |
error | The error if the re-route failed. |
|
optional |
Tells the delegate that the route tracker started re-routing.
routeTracker | The route tracker object informing the delegate of this impending event. |