SafetyLocationCountOptions

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
sealed class SafetyLocationCountOptions

Determines how many safety locations are made visible from the beginning of the route.

Inheritors

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object All : SafetyLocationCountOptions

All locations are visible.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class NumberOfLocations(val count: Int) : SafetyLocationCountOptions

A specified number of locations are visible.