addDestinationArrivalListener
Adds a DestinationArrivalListener. The listener is notified of arrival to the destination whenever ArrivalDetectionEngine successfully detects it.
The listener is invoked on the main/UI thread.
Parameters
listener
The DestinationArrivalListener to add.
Throws
if the instance of TomTomNavigation is closed.
if the same listener has already been added.