OsmAnd
|
Classes | |
class | VoiceCommandPending |
Public Member Functions | |
VoiceRouter (RoutingHelper router, CommandPlayer player) | |
void | setPlayer (CommandPlayer player) |
CommandPlayer | getPlayer () |
void | setMute (boolean mute) |
boolean | isMute () |
void | updateAppMode () |
void | gpsLocationLost () |
void | newRouteIsCalculated (boolean updateRoute, boolean suppressTurnPrompt) |
void | arrivedDestinationPoint () |
void | onApplicationTerminate (Context ctx) |
Protected Member Functions | |
CommandBuilder | getNewCommandPlayerToPlay () |
void | updateStatus (Location currentLocation, boolean makeUturnWhenPossible) |
Protected Attributes | |
float | DEFAULT_SPEED = 12 |
int | PREPARE_LONG_DISTANCE = 3000 |
int | PREPARE_LONG_DISTANCE_END = 2000 |
int | PREPARE_DISTANCE = 0 |
int | PREPARE_DISTANCE_END = 0 |
int | TURN_IN_DISTANCE = 0 |
int | TURN_IN_DISTANCE_END = 0 |
int | TURN_DISTANCE = 0 |
VoiceCommandPending | pendingCommand = null |
net.osmand.plus.routing.VoiceRouter.VoiceRouter | ( | RoutingHelper | router, |
CommandPlayer | player | ||
) |
boolean net.osmand.plus.routing.VoiceRouter.isMute | ( | ) |
void net.osmand.plus.routing.VoiceRouter.newRouteIsCalculated | ( | boolean | updateRoute, |
boolean | suppressTurnPrompt | ||
) |
void net.osmand.plus.routing.VoiceRouter.onApplicationTerminate | ( | Context | ctx | ) |
void net.osmand.plus.routing.VoiceRouter.setMute | ( | boolean | mute | ) |
void net.osmand.plus.routing.VoiceRouter.setPlayer | ( | CommandPlayer | player | ) |
void net.osmand.plus.routing.VoiceRouter.updateStatus | ( | Location | currentLocation, |
boolean | makeUturnWhenPossible | ||
) | [protected] |
Updates status of voice guidance
currentLocation |
float net.osmand.plus.routing.VoiceRouter.DEFAULT_SPEED = 12 [protected] |
VoiceCommandPending net.osmand.plus.routing.VoiceRouter.pendingCommand = null [protected] |
int net.osmand.plus.routing.VoiceRouter.PREPARE_DISTANCE = 0 [protected] |
int net.osmand.plus.routing.VoiceRouter.PREPARE_DISTANCE_END = 0 [protected] |
int net.osmand.plus.routing.VoiceRouter.PREPARE_LONG_DISTANCE = 3000 [protected] |
int net.osmand.plus.routing.VoiceRouter.PREPARE_LONG_DISTANCE_END = 2000 [protected] |
int net.osmand.plus.routing.VoiceRouter.TURN_DISTANCE = 0 [protected] |
int net.osmand.plus.routing.VoiceRouter.TURN_IN_DISTANCE = 0 [protected] |
int net.osmand.plus.routing.VoiceRouter.TURN_IN_DISTANCE_END = 0 [protected] |