SafetyLocationCountOptions
public enum SafetyLocationCountOptions
Enum representing options for the number of safety locations to display at the start of the route.
Important
This is a Public Preview API. It may be changed or removed at any time.Indicates that all safety locations should be displayed from the start of the route.
Declaration
Swift
case all
Specifies the exact number of safety locations to be displayed from the start of the route.
Declaration
Swift
case numberOfLocations(count: UInt)