MPIPathNode

public struct MPIPathNode : Codable

MPIPathNode contains the id of the node and the id of the map of the adjacent nodes of the MPINode

  • id of the adjacent node

    Declaration

    Swift

    public let node: String
  • map

    id of the map of the adjacent node

    Declaration

    Swift

    public let map: String