MapContextSetMemoryManagementOptionsCallback typedef

MapContextSetMemoryManagementOptionsCallback = void Function(MapContextMemoryManagementResult result)

Callback to handle the memory management result.

Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.

  • result The memory management result.

Implementation

typedef MapContextSetMemoryManagementOptionsCallback = void Function(MapContextMemoryManagementResult result);