TextUsageOptions
public struct TextUsageOptions : Hashable
Specify whether the text should be used when generating notification.
-
An option whether street name should be used when generating notification. Defaults to
LocalizedTextPreference.useAlways.Declaration
Swift
public var streetName: LocalizedTextPreference -
An option whether road number should be used when generating notification. Defaults to
LocalizedTextPreference.useAlways.Declaration
Swift
public var roadNumber: LocalizedTextPreference -
An option whether signpost direction should be used when generating notification. Defaults to
LocalizedTextPreference.useAlways.Declaration
Swift
public var signpostDirection: LocalizedTextPreference -
Creates a new instance.
Declaration
Swift
public init(streetName: LocalizedTextPreference = LocalizedTextPreference.useAlways, roadNumber: LocalizedTextPreference = LocalizedTextPreference.useAlways, signpostDirection: LocalizedTextPreference = LocalizedTextPreference.useAlways)