public class GuidanceEstimatedArrivalViewPresenter extends BaseGuidancePresenter
GuidanceEstimatedArrivalViewData instances during guidance and notifies it's
listeners about that.| Constructor and Description |
|---|
GuidanceEstimatedArrivalViewPresenter(com.here.android.mpa.guidance.NavigationManager navigationManager)
Constructs a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(GuidanceEstimatedArrivalViewListener listener)
|
protected void |
handlePositionUpdate() |
void |
removeListener(GuidanceEstimatedArrivalViewListener listener)
Remove a
GuidanceEstimatedArrivalViewListener. |
disableSpeedWarnings, enableSpeedWarnings, getAfterNextManeuver, getDestinationDistance, getEta, getNextManeuver, getNextManeuverDistance, getRoute, getTimeToArrival, handleGpsLost, handleGpsRestore, handleManeuverEvent, handleNewInstructionEvent, handleRerouteBegin, handleRerouteEnd, handleRerouteFailed, handleSpeedExceeded, handleSpeedExceededEnd, pause, resume, setRoutepublic GuidanceEstimatedArrivalViewPresenter(com.here.android.mpa.guidance.NavigationManager navigationManager)
navigationManager - a NavigationManager to be used for guidance handling.protected void handlePositionUpdate()
handlePositionUpdate in class BaseGuidancePresenterpublic void addListener(GuidanceEstimatedArrivalViewListener listener)
listener - the listener to add to the list of listeners.public void removeListener(GuidanceEstimatedArrivalViewListener listener)
GuidanceEstimatedArrivalViewListener.listener - the listener to remove from the list of listeners.