MBMMapMemoryBudgetInMegabytes


@interface MBMMapMemoryBudgetInMegabytes : NSObject

Map memory budget in megabytes.

  • Unavailable

    Undocumented

    Declaration

    Objective-C

    - (nonnull instancetype)init NS_UNAVAILABLE;
  • Unavailable

    Undocumented

    Declaration

    Objective-C

    + (nonnull instancetype)new NS_UNAVAILABLE;
  • Undocumented

    Declaration

    Objective-C

    - (nonnull instancetype)initWithSize:(uint64_t)size;

    Swift

    init(size: UInt64)
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, readonly) uint64_t size

    Swift

    var size: UInt64 { get }
  • Undocumented

    Declaration

    Objective-C

    - (BOOL)isEqualToMapMemoryBudgetInMegabytes:(nonnull MBMMapMemoryBudgetInMegabytes *)other;

    Swift

    func isEqualToMapMemoryBudget(_ other: MapMemoryBudgetInMegabytes) -> Bool