AccuracyIndicatorType

public enum AccuracyIndicatorType : Int

Types of accuracy indicator rendered around the current location marker.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Accuracy represented as a circle. The circle size reflects the current accuracy value.

    Declaration

    Swift

    case circle
  • No accuracy indicator will be rendered on the map.

    Declaration

    Swift

    case none