Other Classes
The following classes are available globally.
-
Undocumented
See moreDeclaration
Objective-C
@interface MBMMapMemoryBudget : NSObject - (nonnull instancetype)initWithValue:(nonnull id)value; + (nonnull instancetype)fromMapMemoryBudgetInMegabytes:(nonnull MBMMapMemoryBudgetInMegabytes *)value; + (nonnull instancetype)fromMapMemoryBudgetInTiles:(nonnull MBMMapMemoryBudgetInTiles *)value; - (BOOL)isMapMemoryBudgetInMegabytes; - (BOOL)isMapMemoryBudgetInTiles; - (nonnull MBMMapMemoryBudgetInMegabytes *)getMapMemoryBudgetInMegabytes; - (nonnull MBMMapMemoryBudgetInTiles *)getMapMemoryBudgetInTiles; @property (nonatomic, nonnull) id value; @property (nonatomic, readonly) MBMMapMemoryBudgetType type; @end
Swift
class MapMemoryBudget : NSObject
-
Map memory budget in megabytes.
See moreDeclaration
Objective-C
@interface MBMMapMemoryBudgetInMegabytes : NSObject
Swift
class MapMemoryBudgetInMegabytes : NSObject
-
Map memory budget in tiles.
See moreDeclaration
Objective-C
@interface MBMMapMemoryBudgetInTiles : NSObject
Swift
class MapMemoryBudgetInTiles : NSObject
-
Geometry for querying rendered features.
See moreDeclaration
Objective-C
@interface MBMRenderedQueryGeometry : NSObject
Swift
class RenderedQueryGeometry : NSObject
-
Various options needed for displaying view annotation.
See moreDeclaration
Objective-C
@interface MBMViewAnnotationOptions : NSObject
Swift
class ViewAnnotationOptions : NSObject
-
Read-only data that is needed to correctly position the single view annotation on screen. Used inside ViewAnnotationPositionsUpdateListener callback to notify the listener about the visible view annotations’ position updates.
See moreDeclaration
Objective-C
@interface MBMViewAnnotationPositionDescriptor : NSObject
Swift
class ViewAnnotationPositionDescriptor : NSObject