MPSolution

@interface MPSolution

The solution model holds data about the buildings and floors in a solution, plus additional meta-data.

  • Undocumented

    Declaration

    Objective-C

    @interface MPSolution
  • Undocumented

    Declaration

    Objective-C

    @interface MPSolution
  • Undocumented

    Declaration

    Objective-C

    @interface MPSolution
  • Array of types in this solution.

    Declaration

    Objective-C

    @property (assign, readwrite, atomic) NSArray<MPType> *types;

    Swift

    var types: [Any]! { get set }
  • Get a URL for a given type.

    Declaration

    Objective-C

    - (NSString *)getTypeUrl:(NSString *)arg;

    Swift

    func getTypeUrl(_ arg: String!) -> String!