GuidanceEngine class

[This documentation is preliminary and is subject to change.]

TBD

Syntax

public sealed class GuidanceEngine
Public NotInheritable Class GuidanceEngine
public ref class GuidanceEngine sealed 

Attributes

[MarshalingBehavior(Agile)]

[Threading(Both)]

[Version]

[WebHostHidden()]

Members

The GuidanceEngine class has these types of members:

  • Events
  • Methods
  • Properties

Events

The GuidanceEngine class has these events.

Event Description
DestinationReachedEvent TBD
GpsLostEvent TBD
GpsRestoredEvent TBD
GuidanceUpdatedEvent TBD
HideLaneInfo TBD
RerouteBeginEvent TBD
RerouteEndEvent TBD
RerouteFailedEvent TBD
ShowLaneInfo TBD

 

Methods

The GuidanceEngine class has these methods. It also inherits methods from the Object class.

Method Description
Clear TBD
Create TBD
Navigate(GuidanceRoute) TBD
Navigate(MapRoute) TBD
Pause TBD
Repeat TBD
Resume TBD
SetVoiceSkin TBD
Simulate(GuidanceRoute,Int32) TBD
Simulate(MapRoute,Int32) TBD
StartTracking TBD
Stop TBD
UserLocationClear TBD
UserLocationUpdate(Geocoordinate) TBD
UserLocationUpdate(Geocoordinate,BasicGeoposition) TBD

 

Properties

The GuidanceEngine class has these properties.

Property Access type Description

AudioOutputEvents

Read/write TBD

DistanceUnit

Read/write TBD

 

Remarks

TODO: Document how the developer can obtain this class object, and add or update retriever elements as necessary.

Requirements (device family)

Device family

Universal

API contract

windows.foundation.universalapicontract, introduced version 1.0

Namespace

Windows.Services.Maps.Guidance Windows::Services::Maps::Guidance [C++]

Metadata

windows.foundation.universalapicontract.winmd

See also

Object