CustomPoi

public protocol CustomPoi

Object that represents a custom POI saved by the user

  • Name of the custom poi.

    Declaration

    Swift

    func getName() -> String?
  • Unique identifier of the custom poi.

    Declaration

    Swift

    func getId() -> Int
  • Optional description of the custom poi.

    Declaration

    Swift

    func getDescription() -> String?
  • Level identifier of the custom poi.

    Declaration

    Swift

    func getLevelId() -> Int
  • Building identifier of the custom poi.

    Declaration

    Swift

    func getBuildingId() -> Int
  • Method that creates a map of an instance of CustomPoi with all its attributes.

    Declaration

    Swift

    func toMap() -> [String : Any]