Show / Hide Table of Contents

Enum VoiceGuidanceType

Type of voice guidance notification.

Namespace: Esri.ArcGISRuntime.Navigation
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum VoiceGuidanceType

Fields

Name Description
ApproachingDestination

Approaching destination.

Guidance notifications of this type are sent when approaching a destination. For example:

  • "In 200 feet, the destination is ahead."
  • "You have arrived at 1099 East Hospitality Lane on your right."

ApproachingManeuver

Approaching maneuver.

Guidance notifications of this type are sent between maneuvers. For example:

  • After passing the previous maneuver ("In a half mile, Turn right on North Eureka Street")
  • 20-30 seconds before next maneuver ("Turn right on North Eureka Street")
  • 9-10 seconds before next maneuver ("Turn right")

AtManeuver

At maneuver.

Can be used to notify user with a sound (e.g. beep) when at maneuver. Guidance notifications of this type have no text.

Applies to

TargetVersions
.NET Standard 2.0100.6 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.6 - 200.8
Xamarin.Android100.6 - 100.15
Xamarin.iOS100.6 - 100.15
UWP100.6 - 200.8
In This Article
Back to top Copyright © 2022 Esri.