IndicatorStyle Enumeration Reference
- Last UpdatedJun 10, 2025
- 1 minute read
public enum IndicatorStyle : UInt32, CaseIterable, Codable
The predefined styles for the location indicator which are pedestrian and navigation mode.
-
The location is indicated using a green dot with a small arrow indicating the north-up direction of the device. If the position is outdated it is shown in grey. This should be preferred for pedestrian use cases.
Declaration
Swift
case pedestrian
-
The location is indicated using a triangular green arrow which indicates the direction into which the user is moving. This should be preferred for vehicle navigation use cases.
Declaration
Swift
case navigation