MPINavigatable

public protocol MPINavigatable : Decodable, Encodable

MPINavigatable represents where users can navigate:

Note

MPINode, MPILocation, MPIPolygon, MPIVortex all conform to protocol MPINavigatable
  • id

    id of theMPINavigatable object

    Declaration

    Swift

    var id: String { get }
  • Get the type of MPINavigatable

    Declaration

    Swift

    var navigatableType: String { get }