DirectionInformationUsageOption
public enum DirectionInformationUsageOption : UInt32, CaseIterable, Codable
Indicates the option of direction information included in the notification.
-
No direction information is included in the notification. Example: ‘Now turn left to join the highway.’.
Declaration
Swift
case none -
Road information (either street name or road number based on the maneuver action) is included in the notification, if available. Street name is included mainly for non-highway-related maneuver, whilst road number is included in case of highway-related maneuver. Example: ‘Now turn left to join the I-83 South.’.
Declaration
Swift
case roadInformationOnly -
Both Road information (either street name or road number based on the maneuver action) and signpost direction are included in the notification, or either one, if available. Street name is included mainly for non-highway-related maneuver, whilst road number is included in case of highway-related maneuver. Example: ‘Now turn left to join the I-83 South towards Baltimore.’.
Declaration
Swift
case roadInformationAndSignpostDirection