Class RouteTracker.NewVoiceGuidanceEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.navigation.RouteTracker.NewVoiceGuidanceEvent
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- RouteTracker
public static final class RouteTracker.NewVoiceGuidanceEvent extends java.util.EventObjectThe new voice guidance event.- Since:
- 100.6.0
- See Also:
RouteTracker.NewVoiceGuidanceListener,VoiceGuidance, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NewVoiceGuidanceEvent(RouteTracker routeTracker, VoiceGuidance voiceGuidance)Creates new instance of the event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RouteTrackergetSource()Gets theRouteTrackerthat raised the event.VoiceGuidancegetVoiceGuidance()Gets the voice guidance.
-
-
-
Constructor Detail
-
NewVoiceGuidanceEvent
public NewVoiceGuidanceEvent(RouteTracker routeTracker, VoiceGuidance voiceGuidance)
Creates new instance of the event.- Parameters:
routeTracker- the object which fired the eventvoiceGuidance- the voice guidance- Since:
- 100.6.0
-
-
Method Detail
-
getSource
public RouteTracker getSource()
Gets theRouteTrackerthat raised the event.- Overrides:
getSourcein classjava.util.EventObject- Returns:
- the
RouteTracker. - Since:
- 100.6.0
-
getVoiceGuidance
public VoiceGuidance getVoiceGuidance()
Gets the voice guidance.- Returns:
- the voice guidance
- Since:
- 100.6.0
-
-