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.EventObject
The 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 RouteTracker
getSource()
Gets theRouteTracker
that raised the event.VoiceGuidance
getVoiceGuidance()
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 theRouteTracker
that raised the event.- Overrides:
getSource
in 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
-
-