MilestoneStatusListener (API Reference)
Package com.here.sdk.navigation
Interface MilestoneStatusListener
public interface MilestoneStatusListener
This interface should be
implemented in order to receive notifications from this class about the
arrival at each Milestone or missing it.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonMilestoneStatusUpdated(Milestone milestone, MilestoneStatus status) Called when a milestone status has been changed.
-
Method Details