MPIBlueDotPositionUpdate

public struct MPIBlueDotPositionUpdate : Codable

MPIBlueDotPositionUpdate gives the current position update of the blue dot.

  • Position of the current blue dot

    Declaration

    Swift

    public let position: MPIPosition?
  • map

    Map where the current blue dot is at

    Declaration

    Swift

    public let map: MPIMap?
  • Nearest node of the current blue dot

    Declaration

    Swift

    public let nearestNode: MPINode?
  • Bearing of the current blue dot

    Declaration

    Swift

    public let bearing: Double?