MPLocationProperty

@interface MPLocationProperty : NSObject

Creates a location property, holding a type identifier and a value

  • Undocumented

    Declaration

    Objective-C

    @interface MPLocationProperty : NSObject
  • Undocumented

    Declaration

    Objective-C

    @interface MPLocationProperty : NSObject
  • Initialization that takes a type identifier and a value

    Declaration

    Objective-C

    - (id)initWithValue:(NSObject *)value andType:(NSString *)type;

    Swift

    init!(value: NSObject!, andType type: String!)