MapContextSetMemoryManagementOptionsCallback typedef

MapContextSetMemoryManagementOptionsCallback = void Function(MapContextMemoryManagementResult result)

Callback to handle the memory management result.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process.

  • result The memory management result.

Implementation

typedef MapContextSetMemoryManagementOptionsCallback = void Function(MapContextMemoryManagementResult result);