Skip to content

Commit

Permalink
Add MapScaleMode to Navigation branch (#622)
Browse files Browse the repository at this point in the history
* Add MapScaleMode to Navigation branch


Signed-off-by: Wonsuk Lee <wonsuk.lee@etri.re.kr>
  • Loading branch information
wonsuk73 authored Jun 27, 2023
1 parent 9481aef commit 0a23647
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions spec/Cabin/Infotainment.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,17 @@ Navigation.GuidanceVoice:
description: Navigation guidance state that was selected.
comment: ETC indicates a voice alternative not covered by the explicitly listed alternatives.

Navigation.Map:
type: branch
description: All map actions

Navigation.Map.IsAutoScaleModeUsed:
datatype: boolean
type: actuator
description: Used to select auto-scaling mode. This feature dynamically adjusts the zoom level of the map to provide an optimal view based on the current speed of the vehicle
comment: If true, then auto-scaling mode is used.
If false, then manual-scaling mode is used.

HMI:
type: branch
description: HMI related signals
Expand Down

0 comments on commit 0a23647

Please sign in to comment.