-
Undocumented
See moreDeclaration
Objective-C
@protocol MBMMapClient /** * A callback that notifies the client that the map contains updated information, and thus requires a new render to be scheduled. * * Note: this callback might be invoked from different threads and it blocks rendering, so * clients shall avoid performing any extra operations in this callback. */ - (void)scheduleRepaint; - (void)scheduleTaskForTask:(nonnull MBMTask)task; @endSwift
protocol MapClient -
Interface for providing MTKView to the map renderer.
See moreDeclaration
Objective-C
@protocol MBMMetalViewProviderSwift
protocol MBMMetalViewProvider -
Undocumented
Declaration
Objective-C
NS_SWIFT_NAME(Task) typedef void (^MBMTask)()Swift
typealias Task = () -> Void
Map embedding Reference