Class MapLibreNativeC

java.lang.Object
org.maplibre.nativeffi.internal.c.MapLibreNativeC$shared
org.maplibre.nativeffi.internal.c.MapLibreNativeC

public class MapLibreNativeC extends MapLibreNativeC$shared
  • Field Details

    • mln_offline_region_id

      public static final ValueLayout.OfLong mln_offline_region_id
      typedef int64_t mln_offline_region_id
      
    • mln_offline_operation_id

      public static final ValueLayout.OfLong mln_offline_operation_id
      typedef uint64_t mln_offline_operation_id
      
  • Method Details

    • MLN_STATUS_OK

      public static int MLN_STATUS_OK()
      enum mln_status.MLN_STATUS_OK = 0
      
    • MLN_STATUS_INVALID_ARGUMENT

      public static int MLN_STATUS_INVALID_ARGUMENT()
      enum mln_status.MLN_STATUS_INVALID_ARGUMENT = -1
      
    • MLN_STATUS_INVALID_STATE

      public static int MLN_STATUS_INVALID_STATE()
      enum mln_status.MLN_STATUS_INVALID_STATE = -2
      
    • MLN_STATUS_WRONG_THREAD

      public static int MLN_STATUS_WRONG_THREAD()
      enum mln_status.MLN_STATUS_WRONG_THREAD = -3
      
    • MLN_STATUS_UNSUPPORTED

      public static int MLN_STATUS_UNSUPPORTED()
      enum mln_status.MLN_STATUS_UNSUPPORTED = -4
      
    • MLN_STATUS_NATIVE_ERROR

      public static int MLN_STATUS_NATIVE_ERROR()
      enum mln_status.MLN_STATUS_NATIVE_ERROR = -5
      
    • MLN_RENDER_BACKEND_FLAG_METAL

      public static int MLN_RENDER_BACKEND_FLAG_METAL()
      enum mln_render_backend_flag.MLN_RENDER_BACKEND_FLAG_METAL = 1
      
    • MLN_RENDER_BACKEND_FLAG_VULKAN

      public static int MLN_RENDER_BACKEND_FLAG_VULKAN()
      enum mln_render_backend_flag.MLN_RENDER_BACKEND_FLAG_VULKAN = 2
      
    • MLN_RENDER_BACKEND_FLAG_OPENGL

      public static int MLN_RENDER_BACKEND_FLAG_OPENGL()
      enum mln_render_backend_flag.MLN_RENDER_BACKEND_FLAG_OPENGL = 4
      
    • mln_c_version$descriptor

      public static FunctionDescriptor mln_c_version$descriptor()
      Function descriptor for:
      uint32_t mln_c_version()
      
    • mln_c_version$handle

      public static MethodHandle mln_c_version$handle()
      Downcall method handle for:
      uint32_t mln_c_version()
      
    • mln_c_version$address

      public static MemorySegment mln_c_version$address()
      Address for:
      uint32_t mln_c_version()
      
    • mln_c_version

      public static int mln_c_version()
      uint32_t mln_c_version()
      
    • mln_supported_render_backend_mask$descriptor

      public static FunctionDescriptor mln_supported_render_backend_mask$descriptor()
      Function descriptor for:
      uint32_t mln_supported_render_backend_mask()
      
    • mln_supported_render_backend_mask$handle

      public static MethodHandle mln_supported_render_backend_mask$handle()
      Downcall method handle for:
      uint32_t mln_supported_render_backend_mask()
      
    • mln_supported_render_backend_mask$address

      public static MemorySegment mln_supported_render_backend_mask$address()
      Address for:
      uint32_t mln_supported_render_backend_mask()
      
    • mln_supported_render_backend_mask

      public static int mln_supported_render_backend_mask()
      uint32_t mln_supported_render_backend_mask()
      
    • MLN_NETWORK_STATUS_ONLINE

      public static int MLN_NETWORK_STATUS_ONLINE()
      enum mln_network_status.MLN_NETWORK_STATUS_ONLINE = 1
      
    • MLN_NETWORK_STATUS_OFFLINE

      public static int MLN_NETWORK_STATUS_OFFLINE()
      enum mln_network_status.MLN_NETWORK_STATUS_OFFLINE = 2
      
    • MLN_RUNTIME_OPTION_MAXIMUM_CACHE_SIZE

      public static int MLN_RUNTIME_OPTION_MAXIMUM_CACHE_SIZE()
      enum mln_runtime_option_flag.MLN_RUNTIME_OPTION_MAXIMUM_CACHE_SIZE = 1
      
    • MLN_AMBIENT_CACHE_OPERATION_RESET_DATABASE

      public static int MLN_AMBIENT_CACHE_OPERATION_RESET_DATABASE()
      enum mln_ambient_cache_operation.MLN_AMBIENT_CACHE_OPERATION_RESET_DATABASE = 1
      
    • MLN_AMBIENT_CACHE_OPERATION_PACK_DATABASE

      public static int MLN_AMBIENT_CACHE_OPERATION_PACK_DATABASE()
      enum mln_ambient_cache_operation.MLN_AMBIENT_CACHE_OPERATION_PACK_DATABASE = 2
      
    • MLN_AMBIENT_CACHE_OPERATION_INVALIDATE

      public static int MLN_AMBIENT_CACHE_OPERATION_INVALIDATE()
      enum mln_ambient_cache_operation.MLN_AMBIENT_CACHE_OPERATION_INVALIDATE = 3
      
    • MLN_AMBIENT_CACHE_OPERATION_CLEAR

      public static int MLN_AMBIENT_CACHE_OPERATION_CLEAR()
      enum mln_ambient_cache_operation.MLN_AMBIENT_CACHE_OPERATION_CLEAR = 4
      
    • MLN_OFFLINE_REGION_DEFINITION_TILE_PYRAMID

      public static int MLN_OFFLINE_REGION_DEFINITION_TILE_PYRAMID()
      enum mln_offline_region_definition_type.MLN_OFFLINE_REGION_DEFINITION_TILE_PYRAMID = 1
      
    • MLN_OFFLINE_REGION_DEFINITION_GEOMETRY

      public static int MLN_OFFLINE_REGION_DEFINITION_GEOMETRY()
      enum mln_offline_region_definition_type.MLN_OFFLINE_REGION_DEFINITION_GEOMETRY = 2
      
    • MLN_OFFLINE_REGION_DOWNLOAD_INACTIVE

      public static int MLN_OFFLINE_REGION_DOWNLOAD_INACTIVE()
      enum mln_offline_region_download_state.MLN_OFFLINE_REGION_DOWNLOAD_INACTIVE = 0
      
    • MLN_OFFLINE_REGION_DOWNLOAD_ACTIVE

      public static int MLN_OFFLINE_REGION_DOWNLOAD_ACTIVE()
      enum mln_offline_region_download_state.MLN_OFFLINE_REGION_DOWNLOAD_ACTIVE = 1
      
    • MLN_OFFLINE_OPERATION_AMBIENT_CACHE

      public static int MLN_OFFLINE_OPERATION_AMBIENT_CACHE()
      enum mln_offline_operation_kind.MLN_OFFLINE_OPERATION_AMBIENT_CACHE = 1
      
    • MLN_OFFLINE_OPERATION_REGION_CREATE

      public static int MLN_OFFLINE_OPERATION_REGION_CREATE()
      enum mln_offline_operation_kind.MLN_OFFLINE_OPERATION_REGION_CREATE = 2
      
    • MLN_OFFLINE_OPERATION_REGION_GET

      public static int MLN_OFFLINE_OPERATION_REGION_GET()
      enum mln_offline_operation_kind.MLN_OFFLINE_OPERATION_REGION_GET = 3
      
    • MLN_OFFLINE_OPERATION_REGIONS_LIST

      public static int MLN_OFFLINE_OPERATION_REGIONS_LIST()
      enum mln_offline_operation_kind.MLN_OFFLINE_OPERATION_REGIONS_LIST = 4
      
    • MLN_OFFLINE_OPERATION_REGIONS_MERGE_DATABASE

      public static int MLN_OFFLINE_OPERATION_REGIONS_MERGE_DATABASE()
      enum mln_offline_operation_kind.MLN_OFFLINE_OPERATION_REGIONS_MERGE_DATABASE = 5
      
    • MLN_OFFLINE_OPERATION_REGION_UPDATE_METADATA

      public static int MLN_OFFLINE_OPERATION_REGION_UPDATE_METADATA()
      enum mln_offline_operation_kind.MLN_OFFLINE_OPERATION_REGION_UPDATE_METADATA = 6
      
    • MLN_OFFLINE_OPERATION_REGION_GET_STATUS

      public static int MLN_OFFLINE_OPERATION_REGION_GET_STATUS()
      enum mln_offline_operation_kind.MLN_OFFLINE_OPERATION_REGION_GET_STATUS = 7
      
    • MLN_OFFLINE_OPERATION_REGION_SET_OBSERVED

      public static int MLN_OFFLINE_OPERATION_REGION_SET_OBSERVED()
      enum mln_offline_operation_kind.MLN_OFFLINE_OPERATION_REGION_SET_OBSERVED = 8
      
    • MLN_OFFLINE_OPERATION_REGION_SET_DOWNLOAD_STATE

      public static int MLN_OFFLINE_OPERATION_REGION_SET_DOWNLOAD_STATE()
      enum mln_offline_operation_kind.MLN_OFFLINE_OPERATION_REGION_SET_DOWNLOAD_STATE = 9
      
    • MLN_OFFLINE_OPERATION_REGION_INVALIDATE

      public static int MLN_OFFLINE_OPERATION_REGION_INVALIDATE()
      enum mln_offline_operation_kind.MLN_OFFLINE_OPERATION_REGION_INVALIDATE = 10
      
    • MLN_OFFLINE_OPERATION_REGION_DELETE

      public static int MLN_OFFLINE_OPERATION_REGION_DELETE()
      enum mln_offline_operation_kind.MLN_OFFLINE_OPERATION_REGION_DELETE = 11
      
    • MLN_OFFLINE_OPERATION_RESULT_NONE

      public static int MLN_OFFLINE_OPERATION_RESULT_NONE()
      enum mln_offline_operation_result_kind.MLN_OFFLINE_OPERATION_RESULT_NONE = 0
      
    • MLN_OFFLINE_OPERATION_RESULT_REGION

      public static int MLN_OFFLINE_OPERATION_RESULT_REGION()
      enum mln_offline_operation_result_kind.MLN_OFFLINE_OPERATION_RESULT_REGION = 1
      
    • MLN_OFFLINE_OPERATION_RESULT_OPTIONAL_REGION

      public static int MLN_OFFLINE_OPERATION_RESULT_OPTIONAL_REGION()
      enum mln_offline_operation_result_kind.MLN_OFFLINE_OPERATION_RESULT_OPTIONAL_REGION = 2
      
    • MLN_OFFLINE_OPERATION_RESULT_REGION_LIST

      public static int MLN_OFFLINE_OPERATION_RESULT_REGION_LIST()
      enum mln_offline_operation_result_kind.MLN_OFFLINE_OPERATION_RESULT_REGION_LIST = 3
      
    • MLN_OFFLINE_OPERATION_RESULT_REGION_STATUS

      public static int MLN_OFFLINE_OPERATION_RESULT_REGION_STATUS()
      enum mln_offline_operation_result_kind.MLN_OFFLINE_OPERATION_RESULT_REGION_STATUS = 4
      
    • MLN_RUNTIME_EVENT_MAP_CAMERA_WILL_CHANGE

      public static int MLN_RUNTIME_EVENT_MAP_CAMERA_WILL_CHANGE()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_MAP_CAMERA_WILL_CHANGE = 1
      
    • MLN_RUNTIME_EVENT_MAP_CAMERA_IS_CHANGING

      public static int MLN_RUNTIME_EVENT_MAP_CAMERA_IS_CHANGING()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_MAP_CAMERA_IS_CHANGING = 2
      
    • MLN_RUNTIME_EVENT_MAP_CAMERA_DID_CHANGE

      public static int MLN_RUNTIME_EVENT_MAP_CAMERA_DID_CHANGE()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_MAP_CAMERA_DID_CHANGE = 3
      
    • MLN_RUNTIME_EVENT_MAP_STYLE_LOADED

      public static int MLN_RUNTIME_EVENT_MAP_STYLE_LOADED()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_MAP_STYLE_LOADED = 4
      
    • MLN_RUNTIME_EVENT_MAP_LOADING_STARTED

      public static int MLN_RUNTIME_EVENT_MAP_LOADING_STARTED()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_MAP_LOADING_STARTED = 5
      
    • MLN_RUNTIME_EVENT_MAP_LOADING_FINISHED

      public static int MLN_RUNTIME_EVENT_MAP_LOADING_FINISHED()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_MAP_LOADING_FINISHED = 6
      
    • MLN_RUNTIME_EVENT_MAP_LOADING_FAILED

      public static int MLN_RUNTIME_EVENT_MAP_LOADING_FAILED()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_MAP_LOADING_FAILED = 7
      
    • MLN_RUNTIME_EVENT_MAP_IDLE

      public static int MLN_RUNTIME_EVENT_MAP_IDLE()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_MAP_IDLE = 8
      
    • MLN_RUNTIME_EVENT_MAP_RENDER_UPDATE_AVAILABLE

      public static int MLN_RUNTIME_EVENT_MAP_RENDER_UPDATE_AVAILABLE()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_MAP_RENDER_UPDATE_AVAILABLE = 9
      
    • MLN_RUNTIME_EVENT_MAP_RENDER_ERROR

      public static int MLN_RUNTIME_EVENT_MAP_RENDER_ERROR()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_MAP_RENDER_ERROR = 10
      
    • MLN_RUNTIME_EVENT_MAP_STILL_IMAGE_FINISHED

      public static int MLN_RUNTIME_EVENT_MAP_STILL_IMAGE_FINISHED()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_MAP_STILL_IMAGE_FINISHED = 11
      
    • MLN_RUNTIME_EVENT_MAP_STILL_IMAGE_FAILED

      public static int MLN_RUNTIME_EVENT_MAP_STILL_IMAGE_FAILED()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_MAP_STILL_IMAGE_FAILED = 12
      
    • MLN_RUNTIME_EVENT_MAP_RENDER_FRAME_STARTED

      public static int MLN_RUNTIME_EVENT_MAP_RENDER_FRAME_STARTED()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_MAP_RENDER_FRAME_STARTED = 13
      
    • MLN_RUNTIME_EVENT_MAP_RENDER_FRAME_FINISHED

      public static int MLN_RUNTIME_EVENT_MAP_RENDER_FRAME_FINISHED()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_MAP_RENDER_FRAME_FINISHED = 14
      
    • MLN_RUNTIME_EVENT_MAP_RENDER_MAP_STARTED

      public static int MLN_RUNTIME_EVENT_MAP_RENDER_MAP_STARTED()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_MAP_RENDER_MAP_STARTED = 15
      
    • MLN_RUNTIME_EVENT_MAP_RENDER_MAP_FINISHED

      public static int MLN_RUNTIME_EVENT_MAP_RENDER_MAP_FINISHED()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_MAP_RENDER_MAP_FINISHED = 16
      
    • MLN_RUNTIME_EVENT_MAP_STYLE_IMAGE_MISSING

      public static int MLN_RUNTIME_EVENT_MAP_STYLE_IMAGE_MISSING()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_MAP_STYLE_IMAGE_MISSING = 17
      
    • MLN_RUNTIME_EVENT_MAP_TILE_ACTION

      public static int MLN_RUNTIME_EVENT_MAP_TILE_ACTION()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_MAP_TILE_ACTION = 18
      
    • MLN_RUNTIME_EVENT_OFFLINE_REGION_STATUS_CHANGED

      public static int MLN_RUNTIME_EVENT_OFFLINE_REGION_STATUS_CHANGED()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_OFFLINE_REGION_STATUS_CHANGED = 19
      
    • MLN_RUNTIME_EVENT_OFFLINE_REGION_RESPONSE_ERROR

      public static int MLN_RUNTIME_EVENT_OFFLINE_REGION_RESPONSE_ERROR()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_OFFLINE_REGION_RESPONSE_ERROR = 20
      
    • MLN_RUNTIME_EVENT_OFFLINE_REGION_TILE_COUNT_LIMIT_EXCEEDED

      public static int MLN_RUNTIME_EVENT_OFFLINE_REGION_TILE_COUNT_LIMIT_EXCEEDED()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_OFFLINE_REGION_TILE_COUNT_LIMIT_EXCEEDED = 21
      
    • MLN_RUNTIME_EVENT_OFFLINE_OPERATION_COMPLETED

      public static int MLN_RUNTIME_EVENT_OFFLINE_OPERATION_COMPLETED()
      enum mln_runtime_event_type.MLN_RUNTIME_EVENT_OFFLINE_OPERATION_COMPLETED = 22
      
    • MLN_RUNTIME_EVENT_SOURCE_RUNTIME

      public static int MLN_RUNTIME_EVENT_SOURCE_RUNTIME()
      enum mln_runtime_event_source_type.MLN_RUNTIME_EVENT_SOURCE_RUNTIME = 0
      
    • MLN_RUNTIME_EVENT_SOURCE_MAP

      public static int MLN_RUNTIME_EVENT_SOURCE_MAP()
      enum mln_runtime_event_source_type.MLN_RUNTIME_EVENT_SOURCE_MAP = 1
      
    • MLN_RUNTIME_EVENT_PAYLOAD_NONE

      public static int MLN_RUNTIME_EVENT_PAYLOAD_NONE()
      enum mln_runtime_event_payload_type.MLN_RUNTIME_EVENT_PAYLOAD_NONE = 0
      
    • MLN_RUNTIME_EVENT_PAYLOAD_RENDER_FRAME

      public static int MLN_RUNTIME_EVENT_PAYLOAD_RENDER_FRAME()
      enum mln_runtime_event_payload_type.MLN_RUNTIME_EVENT_PAYLOAD_RENDER_FRAME = 1
      
    • MLN_RUNTIME_EVENT_PAYLOAD_RENDER_MAP

      public static int MLN_RUNTIME_EVENT_PAYLOAD_RENDER_MAP()
      enum mln_runtime_event_payload_type.MLN_RUNTIME_EVENT_PAYLOAD_RENDER_MAP = 2
      
    • MLN_RUNTIME_EVENT_PAYLOAD_STYLE_IMAGE_MISSING

      public static int MLN_RUNTIME_EVENT_PAYLOAD_STYLE_IMAGE_MISSING()
      enum mln_runtime_event_payload_type.MLN_RUNTIME_EVENT_PAYLOAD_STYLE_IMAGE_MISSING = 3
      
    • MLN_RUNTIME_EVENT_PAYLOAD_TILE_ACTION

      public static int MLN_RUNTIME_EVENT_PAYLOAD_TILE_ACTION()
      enum mln_runtime_event_payload_type.MLN_RUNTIME_EVENT_PAYLOAD_TILE_ACTION = 4
      
    • MLN_RUNTIME_EVENT_PAYLOAD_OFFLINE_REGION_STATUS

      public static int MLN_RUNTIME_EVENT_PAYLOAD_OFFLINE_REGION_STATUS()
      enum mln_runtime_event_payload_type.MLN_RUNTIME_EVENT_PAYLOAD_OFFLINE_REGION_STATUS = 5
      
    • MLN_RUNTIME_EVENT_PAYLOAD_OFFLINE_REGION_RESPONSE_ERROR

      public static int MLN_RUNTIME_EVENT_PAYLOAD_OFFLINE_REGION_RESPONSE_ERROR()
      enum mln_runtime_event_payload_type.MLN_RUNTIME_EVENT_PAYLOAD_OFFLINE_REGION_RESPONSE_ERROR = 6
      
    • MLN_RUNTIME_EVENT_PAYLOAD_OFFLINE_REGION_TILE_COUNT_LIMIT

      public static int MLN_RUNTIME_EVENT_PAYLOAD_OFFLINE_REGION_TILE_COUNT_LIMIT()
      enum mln_runtime_event_payload_type.MLN_RUNTIME_EVENT_PAYLOAD_OFFLINE_REGION_TILE_COUNT_LIMIT = 7
      
    • MLN_RUNTIME_EVENT_PAYLOAD_OFFLINE_OPERATION_COMPLETED

      public static int MLN_RUNTIME_EVENT_PAYLOAD_OFFLINE_OPERATION_COMPLETED()
      enum mln_runtime_event_payload_type.MLN_RUNTIME_EVENT_PAYLOAD_OFFLINE_OPERATION_COMPLETED = 8
      
    • MLN_RENDER_MODE_PARTIAL

      public static int MLN_RENDER_MODE_PARTIAL()
      enum mln_render_mode.MLN_RENDER_MODE_PARTIAL = 0
      
    • MLN_RENDER_MODE_FULL

      public static int MLN_RENDER_MODE_FULL()
      enum mln_render_mode.MLN_RENDER_MODE_FULL = 1
      
    • MLN_TILE_OPERATION_REQUESTED_FROM_CACHE

      public static int MLN_TILE_OPERATION_REQUESTED_FROM_CACHE()
      enum mln_tile_operation.MLN_TILE_OPERATION_REQUESTED_FROM_CACHE = 0
      
    • MLN_TILE_OPERATION_REQUESTED_FROM_NETWORK

      public static int MLN_TILE_OPERATION_REQUESTED_FROM_NETWORK()
      enum mln_tile_operation.MLN_TILE_OPERATION_REQUESTED_FROM_NETWORK = 1
      
    • MLN_TILE_OPERATION_LOAD_FROM_NETWORK

      public static int MLN_TILE_OPERATION_LOAD_FROM_NETWORK()
      enum mln_tile_operation.MLN_TILE_OPERATION_LOAD_FROM_NETWORK = 2
      
    • MLN_TILE_OPERATION_LOAD_FROM_CACHE

      public static int MLN_TILE_OPERATION_LOAD_FROM_CACHE()
      enum mln_tile_operation.MLN_TILE_OPERATION_LOAD_FROM_CACHE = 3
      
    • MLN_TILE_OPERATION_START_PARSE

      public static int MLN_TILE_OPERATION_START_PARSE()
      enum mln_tile_operation.MLN_TILE_OPERATION_START_PARSE = 4
      
    • MLN_TILE_OPERATION_END_PARSE

      public static int MLN_TILE_OPERATION_END_PARSE()
      enum mln_tile_operation.MLN_TILE_OPERATION_END_PARSE = 5
      
    • MLN_TILE_OPERATION_ERROR

      public static int MLN_TILE_OPERATION_ERROR()
      enum mln_tile_operation.MLN_TILE_OPERATION_ERROR = 6
      
    • MLN_TILE_OPERATION_CANCELLED

      public static int MLN_TILE_OPERATION_CANCELLED()
      enum mln_tile_operation.MLN_TILE_OPERATION_CANCELLED = 7
      
    • MLN_TILE_OPERATION_NULL

      public static int MLN_TILE_OPERATION_NULL()
      enum mln_tile_operation.MLN_TILE_OPERATION_NULL = 8
      
    • MLN_RESOURCE_KIND_UNKNOWN

      public static int MLN_RESOURCE_KIND_UNKNOWN()
      enum mln_resource_kind.MLN_RESOURCE_KIND_UNKNOWN = 0
      
    • MLN_RESOURCE_KIND_STYLE

      public static int MLN_RESOURCE_KIND_STYLE()
      enum mln_resource_kind.MLN_RESOURCE_KIND_STYLE = 1
      
    • MLN_RESOURCE_KIND_SOURCE

      public static int MLN_RESOURCE_KIND_SOURCE()
      enum mln_resource_kind.MLN_RESOURCE_KIND_SOURCE = 2
      
    • MLN_RESOURCE_KIND_TILE

      public static int MLN_RESOURCE_KIND_TILE()
      enum mln_resource_kind.MLN_RESOURCE_KIND_TILE = 3
      
    • MLN_RESOURCE_KIND_GLYPHS

      public static int MLN_RESOURCE_KIND_GLYPHS()
      enum mln_resource_kind.MLN_RESOURCE_KIND_GLYPHS = 4
      
    • MLN_RESOURCE_KIND_SPRITE_IMAGE

      public static int MLN_RESOURCE_KIND_SPRITE_IMAGE()
      enum mln_resource_kind.MLN_RESOURCE_KIND_SPRITE_IMAGE = 5
      
    • MLN_RESOURCE_KIND_SPRITE_JSON

      public static int MLN_RESOURCE_KIND_SPRITE_JSON()
      enum mln_resource_kind.MLN_RESOURCE_KIND_SPRITE_JSON = 6
      
    • MLN_RESOURCE_KIND_IMAGE

      public static int MLN_RESOURCE_KIND_IMAGE()
      enum mln_resource_kind.MLN_RESOURCE_KIND_IMAGE = 7
      
    • MLN_RESOURCE_LOADING_METHOD_ALL

      public static int MLN_RESOURCE_LOADING_METHOD_ALL()
      enum mln_resource_loading_method.MLN_RESOURCE_LOADING_METHOD_ALL = 0
      
    • MLN_RESOURCE_LOADING_METHOD_CACHE_ONLY

      public static int MLN_RESOURCE_LOADING_METHOD_CACHE_ONLY()
      enum mln_resource_loading_method.MLN_RESOURCE_LOADING_METHOD_CACHE_ONLY = 1
      
    • MLN_RESOURCE_LOADING_METHOD_NETWORK_ONLY

      public static int MLN_RESOURCE_LOADING_METHOD_NETWORK_ONLY()
      enum mln_resource_loading_method.MLN_RESOURCE_LOADING_METHOD_NETWORK_ONLY = 2
      
    • MLN_RESOURCE_PRIORITY_REGULAR

      public static int MLN_RESOURCE_PRIORITY_REGULAR()
      enum mln_resource_priority.MLN_RESOURCE_PRIORITY_REGULAR = 0
      
    • MLN_RESOURCE_PRIORITY_LOW

      public static int MLN_RESOURCE_PRIORITY_LOW()
      enum mln_resource_priority.MLN_RESOURCE_PRIORITY_LOW = 1
      
    • MLN_RESOURCE_USAGE_ONLINE

      public static int MLN_RESOURCE_USAGE_ONLINE()
      enum mln_resource_usage.MLN_RESOURCE_USAGE_ONLINE = 0
      
    • MLN_RESOURCE_USAGE_OFFLINE

      public static int MLN_RESOURCE_USAGE_OFFLINE()
      enum mln_resource_usage.MLN_RESOURCE_USAGE_OFFLINE = 1
      
    • MLN_RESOURCE_STORAGE_POLICY_PERMANENT

      public static int MLN_RESOURCE_STORAGE_POLICY_PERMANENT()
      enum mln_resource_storage_policy.MLN_RESOURCE_STORAGE_POLICY_PERMANENT = 0
      
    • MLN_RESOURCE_STORAGE_POLICY_VOLATILE

      public static int MLN_RESOURCE_STORAGE_POLICY_VOLATILE()
      enum mln_resource_storage_policy.MLN_RESOURCE_STORAGE_POLICY_VOLATILE = 1
      
    • MLN_RESOURCE_RESPONSE_STATUS_OK

      public static int MLN_RESOURCE_RESPONSE_STATUS_OK()
      enum mln_resource_response_status.MLN_RESOURCE_RESPONSE_STATUS_OK = 0
      
    • MLN_RESOURCE_RESPONSE_STATUS_ERROR

      public static int MLN_RESOURCE_RESPONSE_STATUS_ERROR()
      enum mln_resource_response_status.MLN_RESOURCE_RESPONSE_STATUS_ERROR = 1
      
    • MLN_RESOURCE_RESPONSE_STATUS_NO_CONTENT

      public static int MLN_RESOURCE_RESPONSE_STATUS_NO_CONTENT()
      enum mln_resource_response_status.MLN_RESOURCE_RESPONSE_STATUS_NO_CONTENT = 2
      
    • MLN_RESOURCE_RESPONSE_STATUS_NOT_MODIFIED

      public static int MLN_RESOURCE_RESPONSE_STATUS_NOT_MODIFIED()
      enum mln_resource_response_status.MLN_RESOURCE_RESPONSE_STATUS_NOT_MODIFIED = 3
      
    • MLN_RESOURCE_ERROR_REASON_NONE

      public static int MLN_RESOURCE_ERROR_REASON_NONE()
      enum mln_resource_error_reason.MLN_RESOURCE_ERROR_REASON_NONE = 0
      
    • MLN_RESOURCE_ERROR_REASON_NOT_FOUND

      public static int MLN_RESOURCE_ERROR_REASON_NOT_FOUND()
      enum mln_resource_error_reason.MLN_RESOURCE_ERROR_REASON_NOT_FOUND = 1
      
    • MLN_RESOURCE_ERROR_REASON_SERVER

      public static int MLN_RESOURCE_ERROR_REASON_SERVER()
      enum mln_resource_error_reason.MLN_RESOURCE_ERROR_REASON_SERVER = 2
      
    • MLN_RESOURCE_ERROR_REASON_CONNECTION

      public static int MLN_RESOURCE_ERROR_REASON_CONNECTION()
      enum mln_resource_error_reason.MLN_RESOURCE_ERROR_REASON_CONNECTION = 3
      
    • MLN_RESOURCE_ERROR_REASON_RATE_LIMIT

      public static int MLN_RESOURCE_ERROR_REASON_RATE_LIMIT()
      enum mln_resource_error_reason.MLN_RESOURCE_ERROR_REASON_RATE_LIMIT = 4
      
    • MLN_RESOURCE_ERROR_REASON_OTHER

      public static int MLN_RESOURCE_ERROR_REASON_OTHER()
      enum mln_resource_error_reason.MLN_RESOURCE_ERROR_REASON_OTHER = 5
      
    • MLN_RESOURCE_PROVIDER_DECISION_PASS_THROUGH

      public static int MLN_RESOURCE_PROVIDER_DECISION_PASS_THROUGH()
      enum mln_resource_provider_decision.MLN_RESOURCE_PROVIDER_DECISION_PASS_THROUGH = 0
      
    • MLN_RESOURCE_PROVIDER_DECISION_HANDLE

      public static int MLN_RESOURCE_PROVIDER_DECISION_HANDLE()
      enum mln_resource_provider_decision.MLN_RESOURCE_PROVIDER_DECISION_HANDLE = 1
      
    • mln_network_status_get$descriptor

      public static FunctionDescriptor mln_network_status_get$descriptor()
      Function descriptor for:
      mln_status mln_network_status_get(uint32_t *out_status)
      
    • mln_network_status_get$handle

      public static MethodHandle mln_network_status_get$handle()
      Downcall method handle for:
      mln_status mln_network_status_get(uint32_t *out_status)
      
    • mln_network_status_get$address

      public static MemorySegment mln_network_status_get$address()
      Address for:
      mln_status mln_network_status_get(uint32_t *out_status)
      
    • mln_network_status_get

      public static int mln_network_status_get(MemorySegment out_status)
      mln_status mln_network_status_get(uint32_t *out_status)
      
    • mln_network_status_set$descriptor

      public static FunctionDescriptor mln_network_status_set$descriptor()
      Function descriptor for:
      mln_status mln_network_status_set(uint32_t status)
      
    • mln_network_status_set$handle

      public static MethodHandle mln_network_status_set$handle()
      Downcall method handle for:
      mln_status mln_network_status_set(uint32_t status)
      
    • mln_network_status_set$address

      public static MemorySegment mln_network_status_set$address()
      Address for:
      mln_status mln_network_status_set(uint32_t status)
      
    • mln_network_status_set

      public static int mln_network_status_set(int status)
      mln_status mln_network_status_set(uint32_t status)
      
    • mln_resource_transform_response_set_url$descriptor

      public static FunctionDescriptor mln_resource_transform_response_set_url$descriptor()
      Function descriptor for:
      mln_status mln_resource_transform_response_set_url(mln_resource_transform_response *response, const char *url, size_t url_size)
      
    • mln_resource_transform_response_set_url$handle

      public static MethodHandle mln_resource_transform_response_set_url$handle()
      Downcall method handle for:
      mln_status mln_resource_transform_response_set_url(mln_resource_transform_response *response, const char *url, size_t url_size)
      
    • mln_resource_transform_response_set_url$address

      public static MemorySegment mln_resource_transform_response_set_url$address()
      Address for:
      mln_status mln_resource_transform_response_set_url(mln_resource_transform_response *response, const char *url, size_t url_size)
      
    • mln_resource_transform_response_set_url

      public static int mln_resource_transform_response_set_url(MemorySegment response, MemorySegment url, long url_size)
      mln_status mln_resource_transform_response_set_url(mln_resource_transform_response *response, const char *url, size_t url_size)
      
    • mln_runtime_options_default$descriptor

      public static FunctionDescriptor mln_runtime_options_default$descriptor()
      Function descriptor for:
      mln_runtime_options mln_runtime_options_default()
      
    • mln_runtime_options_default$handle

      public static MethodHandle mln_runtime_options_default$handle()
      Downcall method handle for:
      mln_runtime_options mln_runtime_options_default()
      
    • mln_runtime_options_default$address

      public static MemorySegment mln_runtime_options_default$address()
      Address for:
      mln_runtime_options mln_runtime_options_default()
      
    • mln_runtime_options_default

      public static MemorySegment mln_runtime_options_default(SegmentAllocator allocator)
      mln_runtime_options mln_runtime_options_default()
      
    • mln_runtime_create$descriptor

      public static FunctionDescriptor mln_runtime_create$descriptor()
      Function descriptor for:
      mln_status mln_runtime_create(const mln_runtime_options *options, mln_runtime **out_runtime)
      
    • mln_runtime_create$handle

      public static MethodHandle mln_runtime_create$handle()
      Downcall method handle for:
      mln_status mln_runtime_create(const mln_runtime_options *options, mln_runtime **out_runtime)
      
    • mln_runtime_create$address

      public static MemorySegment mln_runtime_create$address()
      Address for:
      mln_status mln_runtime_create(const mln_runtime_options *options, mln_runtime **out_runtime)
      
    • mln_runtime_create

      public static int mln_runtime_create(MemorySegment options, MemorySegment out_runtime)
      mln_status mln_runtime_create(const mln_runtime_options *options, mln_runtime **out_runtime)
      
    • mln_runtime_set_resource_provider$descriptor

      public static FunctionDescriptor mln_runtime_set_resource_provider$descriptor()
      Function descriptor for:
      mln_status mln_runtime_set_resource_provider(mln_runtime *runtime, const mln_resource_provider *provider)
      
    • mln_runtime_set_resource_provider$handle

      public static MethodHandle mln_runtime_set_resource_provider$handle()
      Downcall method handle for:
      mln_status mln_runtime_set_resource_provider(mln_runtime *runtime, const mln_resource_provider *provider)
      
    • mln_runtime_set_resource_provider$address

      public static MemorySegment mln_runtime_set_resource_provider$address()
      Address for:
      mln_status mln_runtime_set_resource_provider(mln_runtime *runtime, const mln_resource_provider *provider)
      
    • mln_runtime_set_resource_provider

      public static int mln_runtime_set_resource_provider(MemorySegment runtime, MemorySegment provider)
      mln_status mln_runtime_set_resource_provider(mln_runtime *runtime, const mln_resource_provider *provider)
      
    • mln_resource_request_complete$descriptor

      public static FunctionDescriptor mln_resource_request_complete$descriptor()
      Function descriptor for:
      mln_status mln_resource_request_complete(mln_resource_request_handle *handle, const mln_resource_response *response)
      
    • mln_resource_request_complete$handle

      public static MethodHandle mln_resource_request_complete$handle()
      Downcall method handle for:
      mln_status mln_resource_request_complete(mln_resource_request_handle *handle, const mln_resource_response *response)
      
    • mln_resource_request_complete$address

      public static MemorySegment mln_resource_request_complete$address()
      Address for:
      mln_status mln_resource_request_complete(mln_resource_request_handle *handle, const mln_resource_response *response)
      
    • mln_resource_request_complete

      public static int mln_resource_request_complete(MemorySegment handle, MemorySegment response)
      mln_status mln_resource_request_complete(mln_resource_request_handle *handle, const mln_resource_response *response)
      
    • mln_resource_request_cancelled$descriptor

      public static FunctionDescriptor mln_resource_request_cancelled$descriptor()
      Function descriptor for:
      mln_status mln_resource_request_cancelled(const mln_resource_request_handle *handle, bool *out_cancelled)
      
    • mln_resource_request_cancelled$handle

      public static MethodHandle mln_resource_request_cancelled$handle()
      Downcall method handle for:
      mln_status mln_resource_request_cancelled(const mln_resource_request_handle *handle, bool *out_cancelled)
      
    • mln_resource_request_cancelled$address

      public static MemorySegment mln_resource_request_cancelled$address()
      Address for:
      mln_status mln_resource_request_cancelled(const mln_resource_request_handle *handle, bool *out_cancelled)
      
    • mln_resource_request_cancelled

      public static int mln_resource_request_cancelled(MemorySegment handle, MemorySegment out_cancelled)
      mln_status mln_resource_request_cancelled(const mln_resource_request_handle *handle, bool *out_cancelled)
      
    • mln_resource_request_release$descriptor

      public static FunctionDescriptor mln_resource_request_release$descriptor()
      Function descriptor for:
      void mln_resource_request_release(mln_resource_request_handle *handle)
      
    • mln_resource_request_release$handle

      public static MethodHandle mln_resource_request_release$handle()
      Downcall method handle for:
      void mln_resource_request_release(mln_resource_request_handle *handle)
      
    • mln_resource_request_release$address

      public static MemorySegment mln_resource_request_release$address()
      Address for:
      void mln_resource_request_release(mln_resource_request_handle *handle)
      
    • mln_resource_request_release

      public static void mln_resource_request_release(MemorySegment handle)
      void mln_resource_request_release(mln_resource_request_handle *handle)
      
    • mln_runtime_set_resource_transform$descriptor

      public static FunctionDescriptor mln_runtime_set_resource_transform$descriptor()
      Function descriptor for:
      mln_status mln_runtime_set_resource_transform(mln_runtime *runtime, const mln_resource_transform *transform)
      
    • mln_runtime_set_resource_transform$handle

      public static MethodHandle mln_runtime_set_resource_transform$handle()
      Downcall method handle for:
      mln_status mln_runtime_set_resource_transform(mln_runtime *runtime, const mln_resource_transform *transform)
      
    • mln_runtime_set_resource_transform$address

      public static MemorySegment mln_runtime_set_resource_transform$address()
      Address for:
      mln_status mln_runtime_set_resource_transform(mln_runtime *runtime, const mln_resource_transform *transform)
      
    • mln_runtime_set_resource_transform

      public static int mln_runtime_set_resource_transform(MemorySegment runtime, MemorySegment transform)
      mln_status mln_runtime_set_resource_transform(mln_runtime *runtime, const mln_resource_transform *transform)
      
    • mln_runtime_clear_resource_transform$descriptor

      public static FunctionDescriptor mln_runtime_clear_resource_transform$descriptor()
      Function descriptor for:
      mln_status mln_runtime_clear_resource_transform(mln_runtime *runtime)
      
    • mln_runtime_clear_resource_transform$handle

      public static MethodHandle mln_runtime_clear_resource_transform$handle()
      Downcall method handle for:
      mln_status mln_runtime_clear_resource_transform(mln_runtime *runtime)
      
    • mln_runtime_clear_resource_transform$address

      public static MemorySegment mln_runtime_clear_resource_transform$address()
      Address for:
      mln_status mln_runtime_clear_resource_transform(mln_runtime *runtime)
      
    • mln_runtime_clear_resource_transform

      public static int mln_runtime_clear_resource_transform(MemorySegment runtime)
      mln_status mln_runtime_clear_resource_transform(mln_runtime *runtime)
      
    • mln_runtime_run_ambient_cache_operation_start$descriptor

      public static FunctionDescriptor mln_runtime_run_ambient_cache_operation_start$descriptor()
      Function descriptor for:
      mln_status mln_runtime_run_ambient_cache_operation_start(mln_runtime *runtime, uint32_t operation, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_run_ambient_cache_operation_start$handle

      public static MethodHandle mln_runtime_run_ambient_cache_operation_start$handle()
      Downcall method handle for:
      mln_status mln_runtime_run_ambient_cache_operation_start(mln_runtime *runtime, uint32_t operation, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_run_ambient_cache_operation_start$address

      public static MemorySegment mln_runtime_run_ambient_cache_operation_start$address()
      Address for:
      mln_status mln_runtime_run_ambient_cache_operation_start(mln_runtime *runtime, uint32_t operation, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_run_ambient_cache_operation_start

      public static int mln_runtime_run_ambient_cache_operation_start(MemorySegment runtime, int operation, MemorySegment out_operation_id)
      mln_status mln_runtime_run_ambient_cache_operation_start(mln_runtime *runtime, uint32_t operation, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_operation_discard$descriptor

      public static FunctionDescriptor mln_runtime_offline_operation_discard$descriptor()
      Function descriptor for:
      mln_status mln_runtime_offline_operation_discard(mln_runtime *runtime, mln_offline_operation_id operation_id)
      
    • mln_runtime_offline_operation_discard$handle

      public static MethodHandle mln_runtime_offline_operation_discard$handle()
      Downcall method handle for:
      mln_status mln_runtime_offline_operation_discard(mln_runtime *runtime, mln_offline_operation_id operation_id)
      
    • mln_runtime_offline_operation_discard$address

      public static MemorySegment mln_runtime_offline_operation_discard$address()
      Address for:
      mln_status mln_runtime_offline_operation_discard(mln_runtime *runtime, mln_offline_operation_id operation_id)
      
    • mln_runtime_offline_operation_discard

      public static int mln_runtime_offline_operation_discard(MemorySegment runtime, long operation_id)
      mln_status mln_runtime_offline_operation_discard(mln_runtime *runtime, mln_offline_operation_id operation_id)
      
    • mln_runtime_destroy$descriptor

      public static FunctionDescriptor mln_runtime_destroy$descriptor()
      Function descriptor for:
      mln_status mln_runtime_destroy(mln_runtime *runtime)
      
    • mln_runtime_destroy$handle

      public static MethodHandle mln_runtime_destroy$handle()
      Downcall method handle for:
      mln_status mln_runtime_destroy(mln_runtime *runtime)
      
    • mln_runtime_destroy$address

      public static MemorySegment mln_runtime_destroy$address()
      Address for:
      mln_status mln_runtime_destroy(mln_runtime *runtime)
      
    • mln_runtime_destroy

      public static int mln_runtime_destroy(MemorySegment runtime)
      mln_status mln_runtime_destroy(mln_runtime *runtime)
      
    • mln_runtime_run_once$descriptor

      public static FunctionDescriptor mln_runtime_run_once$descriptor()
      Function descriptor for:
      mln_status mln_runtime_run_once(mln_runtime *runtime)
      
    • mln_runtime_run_once$handle

      public static MethodHandle mln_runtime_run_once$handle()
      Downcall method handle for:
      mln_status mln_runtime_run_once(mln_runtime *runtime)
      
    • mln_runtime_run_once$address

      public static MemorySegment mln_runtime_run_once$address()
      Address for:
      mln_status mln_runtime_run_once(mln_runtime *runtime)
      
    • mln_runtime_run_once

      public static int mln_runtime_run_once(MemorySegment runtime)
      mln_status mln_runtime_run_once(mln_runtime *runtime)
      
    • mln_runtime_poll_event$descriptor

      public static FunctionDescriptor mln_runtime_poll_event$descriptor()
      Function descriptor for:
      mln_status mln_runtime_poll_event(mln_runtime *runtime, mln_runtime_event *out_event, bool *out_has_event)
      
    • mln_runtime_poll_event$handle

      public static MethodHandle mln_runtime_poll_event$handle()
      Downcall method handle for:
      mln_status mln_runtime_poll_event(mln_runtime *runtime, mln_runtime_event *out_event, bool *out_has_event)
      
    • mln_runtime_poll_event$address

      public static MemorySegment mln_runtime_poll_event$address()
      Address for:
      mln_status mln_runtime_poll_event(mln_runtime *runtime, mln_runtime_event *out_event, bool *out_has_event)
      
    • mln_runtime_poll_event

      public static int mln_runtime_poll_event(MemorySegment runtime, MemorySegment out_event, MemorySegment out_has_event)
      mln_status mln_runtime_poll_event(mln_runtime *runtime, mln_runtime_event *out_event, bool *out_has_event)
      
    • MLN_CAMERA_OPTION_CENTER

      public static int MLN_CAMERA_OPTION_CENTER()
      enum mln_camera_option_field.MLN_CAMERA_OPTION_CENTER = 1
      
    • MLN_CAMERA_OPTION_ZOOM

      public static int MLN_CAMERA_OPTION_ZOOM()
      enum mln_camera_option_field.MLN_CAMERA_OPTION_ZOOM = 2
      
    • MLN_CAMERA_OPTION_BEARING

      public static int MLN_CAMERA_OPTION_BEARING()
      enum mln_camera_option_field.MLN_CAMERA_OPTION_BEARING = 4
      
    • MLN_CAMERA_OPTION_PITCH

      public static int MLN_CAMERA_OPTION_PITCH()
      enum mln_camera_option_field.MLN_CAMERA_OPTION_PITCH = 8
      
    • MLN_CAMERA_OPTION_CENTER_ALTITUDE

      public static int MLN_CAMERA_OPTION_CENTER_ALTITUDE()
      enum mln_camera_option_field.MLN_CAMERA_OPTION_CENTER_ALTITUDE = 16
      
    • MLN_CAMERA_OPTION_PADDING

      public static int MLN_CAMERA_OPTION_PADDING()
      enum mln_camera_option_field.MLN_CAMERA_OPTION_PADDING = 32
      
    • MLN_CAMERA_OPTION_ANCHOR

      public static int MLN_CAMERA_OPTION_ANCHOR()
      enum mln_camera_option_field.MLN_CAMERA_OPTION_ANCHOR = 64
      
    • MLN_CAMERA_OPTION_ROLL

      public static int MLN_CAMERA_OPTION_ROLL()
      enum mln_camera_option_field.MLN_CAMERA_OPTION_ROLL = 128
      
    • MLN_CAMERA_OPTION_FOV

      public static int MLN_CAMERA_OPTION_FOV()
      enum mln_camera_option_field.MLN_CAMERA_OPTION_FOV = 256
      
    • MLN_ANIMATION_OPTION_DURATION

      public static int MLN_ANIMATION_OPTION_DURATION()
      enum mln_animation_option_field.MLN_ANIMATION_OPTION_DURATION = 1
      
    • MLN_ANIMATION_OPTION_VELOCITY

      public static int MLN_ANIMATION_OPTION_VELOCITY()
      enum mln_animation_option_field.MLN_ANIMATION_OPTION_VELOCITY = 2
      
    • MLN_ANIMATION_OPTION_MIN_ZOOM

      public static int MLN_ANIMATION_OPTION_MIN_ZOOM()
      enum mln_animation_option_field.MLN_ANIMATION_OPTION_MIN_ZOOM = 4
      
    • MLN_ANIMATION_OPTION_EASING

      public static int MLN_ANIMATION_OPTION_EASING()
      enum mln_animation_option_field.MLN_ANIMATION_OPTION_EASING = 8
      
    • MLN_CAMERA_FIT_OPTION_PADDING

      public static int MLN_CAMERA_FIT_OPTION_PADDING()
      enum mln_camera_fit_option_field.MLN_CAMERA_FIT_OPTION_PADDING = 1
      
    • MLN_CAMERA_FIT_OPTION_BEARING

      public static int MLN_CAMERA_FIT_OPTION_BEARING()
      enum mln_camera_fit_option_field.MLN_CAMERA_FIT_OPTION_BEARING = 2
      
    • MLN_CAMERA_FIT_OPTION_PITCH

      public static int MLN_CAMERA_FIT_OPTION_PITCH()
      enum mln_camera_fit_option_field.MLN_CAMERA_FIT_OPTION_PITCH = 4
      
    • MLN_BOUND_OPTION_BOUNDS

      public static int MLN_BOUND_OPTION_BOUNDS()
      enum mln_bound_option_field.MLN_BOUND_OPTION_BOUNDS = 1
      
    • MLN_BOUND_OPTION_MIN_ZOOM

      public static int MLN_BOUND_OPTION_MIN_ZOOM()
      enum mln_bound_option_field.MLN_BOUND_OPTION_MIN_ZOOM = 2
      
    • MLN_BOUND_OPTION_MAX_ZOOM

      public static int MLN_BOUND_OPTION_MAX_ZOOM()
      enum mln_bound_option_field.MLN_BOUND_OPTION_MAX_ZOOM = 4
      
    • MLN_BOUND_OPTION_MIN_PITCH

      public static int MLN_BOUND_OPTION_MIN_PITCH()
      enum mln_bound_option_field.MLN_BOUND_OPTION_MIN_PITCH = 8
      
    • MLN_BOUND_OPTION_MAX_PITCH

      public static int MLN_BOUND_OPTION_MAX_PITCH()
      enum mln_bound_option_field.MLN_BOUND_OPTION_MAX_PITCH = 16
      
    • MLN_FREE_CAMERA_OPTION_POSITION

      public static int MLN_FREE_CAMERA_OPTION_POSITION()
      enum mln_free_camera_option_field.MLN_FREE_CAMERA_OPTION_POSITION = 1
      
    • MLN_FREE_CAMERA_OPTION_ORIENTATION

      public static int MLN_FREE_CAMERA_OPTION_ORIENTATION()
      enum mln_free_camera_option_field.MLN_FREE_CAMERA_OPTION_ORIENTATION = 2
      
    • MLN_PROJECTION_MODE_AXONOMETRIC

      public static int MLN_PROJECTION_MODE_AXONOMETRIC()
      enum mln_projection_mode_field.MLN_PROJECTION_MODE_AXONOMETRIC = 1
      
    • MLN_PROJECTION_MODE_X_SKEW

      public static int MLN_PROJECTION_MODE_X_SKEW()
      enum mln_projection_mode_field.MLN_PROJECTION_MODE_X_SKEW = 2
      
    • MLN_PROJECTION_MODE_Y_SKEW

      public static int MLN_PROJECTION_MODE_Y_SKEW()
      enum mln_projection_mode_field.MLN_PROJECTION_MODE_Y_SKEW = 4
      
    • MLN_MAP_DEBUG_TILE_BORDERS

      public static int MLN_MAP_DEBUG_TILE_BORDERS()
      enum mln_map_debug_option.MLN_MAP_DEBUG_TILE_BORDERS = 2
      
    • MLN_MAP_DEBUG_PARSE_STATUS

      public static int MLN_MAP_DEBUG_PARSE_STATUS()
      enum mln_map_debug_option.MLN_MAP_DEBUG_PARSE_STATUS = 4
      
    • MLN_MAP_DEBUG_TIMESTAMPS

      public static int MLN_MAP_DEBUG_TIMESTAMPS()
      enum mln_map_debug_option.MLN_MAP_DEBUG_TIMESTAMPS = 8
      
    • MLN_MAP_DEBUG_COLLISION

      public static int MLN_MAP_DEBUG_COLLISION()
      enum mln_map_debug_option.MLN_MAP_DEBUG_COLLISION = 16
      
    • MLN_MAP_DEBUG_OVERDRAW

      public static int MLN_MAP_DEBUG_OVERDRAW()
      enum mln_map_debug_option.MLN_MAP_DEBUG_OVERDRAW = 32
      
    • MLN_MAP_DEBUG_STENCIL_CLIP

      public static int MLN_MAP_DEBUG_STENCIL_CLIP()
      enum mln_map_debug_option.MLN_MAP_DEBUG_STENCIL_CLIP = 64
      
    • MLN_MAP_DEBUG_DEPTH_BUFFER

      public static int MLN_MAP_DEBUG_DEPTH_BUFFER()
      enum mln_map_debug_option.MLN_MAP_DEBUG_DEPTH_BUFFER = 128
      
    • MLN_NORTH_ORIENTATION_UP

      public static int MLN_NORTH_ORIENTATION_UP()
      enum mln_north_orientation.MLN_NORTH_ORIENTATION_UP = 0
      
    • MLN_NORTH_ORIENTATION_RIGHT

      public static int MLN_NORTH_ORIENTATION_RIGHT()
      enum mln_north_orientation.MLN_NORTH_ORIENTATION_RIGHT = 1
      
    • MLN_NORTH_ORIENTATION_DOWN

      public static int MLN_NORTH_ORIENTATION_DOWN()
      enum mln_north_orientation.MLN_NORTH_ORIENTATION_DOWN = 2
      
    • MLN_NORTH_ORIENTATION_LEFT

      public static int MLN_NORTH_ORIENTATION_LEFT()
      enum mln_north_orientation.MLN_NORTH_ORIENTATION_LEFT = 3
      
    • MLN_CONSTRAIN_MODE_NONE

      public static int MLN_CONSTRAIN_MODE_NONE()
      enum mln_constrain_mode.MLN_CONSTRAIN_MODE_NONE = 0
      
    • MLN_CONSTRAIN_MODE_HEIGHT_ONLY

      public static int MLN_CONSTRAIN_MODE_HEIGHT_ONLY()
      enum mln_constrain_mode.MLN_CONSTRAIN_MODE_HEIGHT_ONLY = 1
      
    • MLN_CONSTRAIN_MODE_WIDTH_AND_HEIGHT

      public static int MLN_CONSTRAIN_MODE_WIDTH_AND_HEIGHT()
      enum mln_constrain_mode.MLN_CONSTRAIN_MODE_WIDTH_AND_HEIGHT = 2
      
    • MLN_CONSTRAIN_MODE_SCREEN

      public static int MLN_CONSTRAIN_MODE_SCREEN()
      enum mln_constrain_mode.MLN_CONSTRAIN_MODE_SCREEN = 3
      
    • MLN_VIEWPORT_MODE_DEFAULT

      public static int MLN_VIEWPORT_MODE_DEFAULT()
      enum mln_viewport_mode.MLN_VIEWPORT_MODE_DEFAULT = 0
      
    • MLN_VIEWPORT_MODE_FLIPPED_Y

      public static int MLN_VIEWPORT_MODE_FLIPPED_Y()
      enum mln_viewport_mode.MLN_VIEWPORT_MODE_FLIPPED_Y = 1
      
    • MLN_MAP_VIEWPORT_OPTION_NORTH_ORIENTATION

      public static int MLN_MAP_VIEWPORT_OPTION_NORTH_ORIENTATION()
      enum mln_map_viewport_option_field.MLN_MAP_VIEWPORT_OPTION_NORTH_ORIENTATION = 1
      
    • MLN_MAP_VIEWPORT_OPTION_CONSTRAIN_MODE

      public static int MLN_MAP_VIEWPORT_OPTION_CONSTRAIN_MODE()
      enum mln_map_viewport_option_field.MLN_MAP_VIEWPORT_OPTION_CONSTRAIN_MODE = 2
      
    • MLN_MAP_VIEWPORT_OPTION_VIEWPORT_MODE

      public static int MLN_MAP_VIEWPORT_OPTION_VIEWPORT_MODE()
      enum mln_map_viewport_option_field.MLN_MAP_VIEWPORT_OPTION_VIEWPORT_MODE = 4
      
    • MLN_MAP_VIEWPORT_OPTION_FRUSTUM_OFFSET

      public static int MLN_MAP_VIEWPORT_OPTION_FRUSTUM_OFFSET()
      enum mln_map_viewport_option_field.MLN_MAP_VIEWPORT_OPTION_FRUSTUM_OFFSET = 8
      
    • MLN_TILE_LOD_MODE_DEFAULT

      public static int MLN_TILE_LOD_MODE_DEFAULT()
      enum mln_tile_lod_mode.MLN_TILE_LOD_MODE_DEFAULT = 0
      
    • MLN_TILE_LOD_MODE_DISTANCE

      public static int MLN_TILE_LOD_MODE_DISTANCE()
      enum mln_tile_lod_mode.MLN_TILE_LOD_MODE_DISTANCE = 1
      
    • MLN_MAP_TILE_OPTION_PREFETCH_ZOOM_DELTA

      public static int MLN_MAP_TILE_OPTION_PREFETCH_ZOOM_DELTA()
      enum mln_map_tile_option_field.MLN_MAP_TILE_OPTION_PREFETCH_ZOOM_DELTA = 1
      
    • MLN_MAP_TILE_OPTION_LOD_MIN_RADIUS

      public static int MLN_MAP_TILE_OPTION_LOD_MIN_RADIUS()
      enum mln_map_tile_option_field.MLN_MAP_TILE_OPTION_LOD_MIN_RADIUS = 2
      
    • MLN_MAP_TILE_OPTION_LOD_SCALE

      public static int MLN_MAP_TILE_OPTION_LOD_SCALE()
      enum mln_map_tile_option_field.MLN_MAP_TILE_OPTION_LOD_SCALE = 4
      
    • MLN_MAP_TILE_OPTION_LOD_PITCH_THRESHOLD

      public static int MLN_MAP_TILE_OPTION_LOD_PITCH_THRESHOLD()
      enum mln_map_tile_option_field.MLN_MAP_TILE_OPTION_LOD_PITCH_THRESHOLD = 8
      
    • MLN_MAP_TILE_OPTION_LOD_ZOOM_SHIFT

      public static int MLN_MAP_TILE_OPTION_LOD_ZOOM_SHIFT()
      enum mln_map_tile_option_field.MLN_MAP_TILE_OPTION_LOD_ZOOM_SHIFT = 16
      
    • MLN_MAP_TILE_OPTION_LOD_MODE

      public static int MLN_MAP_TILE_OPTION_LOD_MODE()
      enum mln_map_tile_option_field.MLN_MAP_TILE_OPTION_LOD_MODE = 32
      
    • MLN_MAP_MODE_CONTINUOUS

      public static int MLN_MAP_MODE_CONTINUOUS()
      enum mln_map_mode.MLN_MAP_MODE_CONTINUOUS = 0
      
    • MLN_MAP_MODE_STATIC

      public static int MLN_MAP_MODE_STATIC()
      enum mln_map_mode.MLN_MAP_MODE_STATIC = 1
      
    • MLN_MAP_MODE_TILE

      public static int MLN_MAP_MODE_TILE()
      enum mln_map_mode.MLN_MAP_MODE_TILE = 2
      
    • MLN_GEOMETRY_TYPE_EMPTY

      public static int MLN_GEOMETRY_TYPE_EMPTY()
      enum mln_geometry_type.MLN_GEOMETRY_TYPE_EMPTY = 0
      
    • MLN_GEOMETRY_TYPE_POINT

      public static int MLN_GEOMETRY_TYPE_POINT()
      enum mln_geometry_type.MLN_GEOMETRY_TYPE_POINT = 1
      
    • MLN_GEOMETRY_TYPE_LINE_STRING

      public static int MLN_GEOMETRY_TYPE_LINE_STRING()
      enum mln_geometry_type.MLN_GEOMETRY_TYPE_LINE_STRING = 2
      
    • MLN_GEOMETRY_TYPE_POLYGON

      public static int MLN_GEOMETRY_TYPE_POLYGON()
      enum mln_geometry_type.MLN_GEOMETRY_TYPE_POLYGON = 3
      
    • MLN_GEOMETRY_TYPE_MULTI_POINT

      public static int MLN_GEOMETRY_TYPE_MULTI_POINT()
      enum mln_geometry_type.MLN_GEOMETRY_TYPE_MULTI_POINT = 4
      
    • MLN_GEOMETRY_TYPE_MULTI_LINE_STRING

      public static int MLN_GEOMETRY_TYPE_MULTI_LINE_STRING()
      enum mln_geometry_type.MLN_GEOMETRY_TYPE_MULTI_LINE_STRING = 5
      
    • MLN_GEOMETRY_TYPE_MULTI_POLYGON

      public static int MLN_GEOMETRY_TYPE_MULTI_POLYGON()
      enum mln_geometry_type.MLN_GEOMETRY_TYPE_MULTI_POLYGON = 6
      
    • MLN_GEOMETRY_TYPE_GEOMETRY_COLLECTION

      public static int MLN_GEOMETRY_TYPE_GEOMETRY_COLLECTION()
      enum mln_geometry_type.MLN_GEOMETRY_TYPE_GEOMETRY_COLLECTION = 7
      
    • MLN_JSON_VALUE_TYPE_NULL

      public static int MLN_JSON_VALUE_TYPE_NULL()
      enum mln_json_value_type.MLN_JSON_VALUE_TYPE_NULL = 0
      
    • MLN_JSON_VALUE_TYPE_BOOL

      public static int MLN_JSON_VALUE_TYPE_BOOL()
      enum mln_json_value_type.MLN_JSON_VALUE_TYPE_BOOL = 1
      
    • MLN_JSON_VALUE_TYPE_UINT

      public static int MLN_JSON_VALUE_TYPE_UINT()
      enum mln_json_value_type.MLN_JSON_VALUE_TYPE_UINT = 2
      
    • MLN_JSON_VALUE_TYPE_INT

      public static int MLN_JSON_VALUE_TYPE_INT()
      enum mln_json_value_type.MLN_JSON_VALUE_TYPE_INT = 3
      
    • MLN_JSON_VALUE_TYPE_DOUBLE

      public static int MLN_JSON_VALUE_TYPE_DOUBLE()
      enum mln_json_value_type.MLN_JSON_VALUE_TYPE_DOUBLE = 4
      
    • MLN_JSON_VALUE_TYPE_STRING

      public static int MLN_JSON_VALUE_TYPE_STRING()
      enum mln_json_value_type.MLN_JSON_VALUE_TYPE_STRING = 5
      
    • MLN_JSON_VALUE_TYPE_ARRAY

      public static int MLN_JSON_VALUE_TYPE_ARRAY()
      enum mln_json_value_type.MLN_JSON_VALUE_TYPE_ARRAY = 6
      
    • MLN_JSON_VALUE_TYPE_OBJECT

      public static int MLN_JSON_VALUE_TYPE_OBJECT()
      enum mln_json_value_type.MLN_JSON_VALUE_TYPE_OBJECT = 7
      
    • MLN_FEATURE_STATE_SELECTOR_SOURCE_LAYER_ID

      public static int MLN_FEATURE_STATE_SELECTOR_SOURCE_LAYER_ID()
      enum mln_feature_state_selector_field.MLN_FEATURE_STATE_SELECTOR_SOURCE_LAYER_ID = 1
      
    • MLN_FEATURE_STATE_SELECTOR_FEATURE_ID

      public static int MLN_FEATURE_STATE_SELECTOR_FEATURE_ID()
      enum mln_feature_state_selector_field.MLN_FEATURE_STATE_SELECTOR_FEATURE_ID = 2
      
    • MLN_FEATURE_STATE_SELECTOR_STATE_KEY

      public static int MLN_FEATURE_STATE_SELECTOR_STATE_KEY()
      enum mln_feature_state_selector_field.MLN_FEATURE_STATE_SELECTOR_STATE_KEY = 4
      
    • MLN_FEATURE_IDENTIFIER_TYPE_NULL

      public static int MLN_FEATURE_IDENTIFIER_TYPE_NULL()
      enum mln_feature_identifier_type.MLN_FEATURE_IDENTIFIER_TYPE_NULL = 0
      
    • MLN_FEATURE_IDENTIFIER_TYPE_UINT

      public static int MLN_FEATURE_IDENTIFIER_TYPE_UINT()
      enum mln_feature_identifier_type.MLN_FEATURE_IDENTIFIER_TYPE_UINT = 1
      
    • MLN_FEATURE_IDENTIFIER_TYPE_INT

      public static int MLN_FEATURE_IDENTIFIER_TYPE_INT()
      enum mln_feature_identifier_type.MLN_FEATURE_IDENTIFIER_TYPE_INT = 2
      
    • MLN_FEATURE_IDENTIFIER_TYPE_DOUBLE

      public static int MLN_FEATURE_IDENTIFIER_TYPE_DOUBLE()
      enum mln_feature_identifier_type.MLN_FEATURE_IDENTIFIER_TYPE_DOUBLE = 3
      
    • MLN_FEATURE_IDENTIFIER_TYPE_STRING

      public static int MLN_FEATURE_IDENTIFIER_TYPE_STRING()
      enum mln_feature_identifier_type.MLN_FEATURE_IDENTIFIER_TYPE_STRING = 4
      
    • MLN_GEOJSON_TYPE_GEOMETRY

      public static int MLN_GEOJSON_TYPE_GEOMETRY()
      enum mln_geojson_type.MLN_GEOJSON_TYPE_GEOMETRY = 1
      
    • MLN_GEOJSON_TYPE_FEATURE

      public static int MLN_GEOJSON_TYPE_FEATURE()
      enum mln_geojson_type.MLN_GEOJSON_TYPE_FEATURE = 2
      
    • MLN_GEOJSON_TYPE_FEATURE_COLLECTION

      public static int MLN_GEOJSON_TYPE_FEATURE_COLLECTION()
      enum mln_geojson_type.MLN_GEOJSON_TYPE_FEATURE_COLLECTION = 3
      
    • mln_runtime_offline_region_create_start$descriptor

      public static FunctionDescriptor mln_runtime_offline_region_create_start$descriptor()
      Function descriptor for:
      mln_status mln_runtime_offline_region_create_start(mln_runtime *runtime, const mln_offline_region_definition *definition, const uint8_t *metadata, size_t metadata_size, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_create_start$handle

      public static MethodHandle mln_runtime_offline_region_create_start$handle()
      Downcall method handle for:
      mln_status mln_runtime_offline_region_create_start(mln_runtime *runtime, const mln_offline_region_definition *definition, const uint8_t *metadata, size_t metadata_size, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_create_start$address

      public static MemorySegment mln_runtime_offline_region_create_start$address()
      Address for:
      mln_status mln_runtime_offline_region_create_start(mln_runtime *runtime, const mln_offline_region_definition *definition, const uint8_t *metadata, size_t metadata_size, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_create_start

      public static int mln_runtime_offline_region_create_start(MemorySegment runtime, MemorySegment definition, MemorySegment metadata, long metadata_size, MemorySegment out_operation_id)
      mln_status mln_runtime_offline_region_create_start(mln_runtime *runtime, const mln_offline_region_definition *definition, const uint8_t *metadata, size_t metadata_size, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_get_start$descriptor

      public static FunctionDescriptor mln_runtime_offline_region_get_start$descriptor()
      Function descriptor for:
      mln_status mln_runtime_offline_region_get_start(mln_runtime *runtime, mln_offline_region_id region_id, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_get_start$handle

      public static MethodHandle mln_runtime_offline_region_get_start$handle()
      Downcall method handle for:
      mln_status mln_runtime_offline_region_get_start(mln_runtime *runtime, mln_offline_region_id region_id, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_get_start$address

      public static MemorySegment mln_runtime_offline_region_get_start$address()
      Address for:
      mln_status mln_runtime_offline_region_get_start(mln_runtime *runtime, mln_offline_region_id region_id, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_get_start

      public static int mln_runtime_offline_region_get_start(MemorySegment runtime, long region_id, MemorySegment out_operation_id)
      mln_status mln_runtime_offline_region_get_start(mln_runtime *runtime, mln_offline_region_id region_id, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_regions_list_start$descriptor

      public static FunctionDescriptor mln_runtime_offline_regions_list_start$descriptor()
      Function descriptor for:
      mln_status mln_runtime_offline_regions_list_start(mln_runtime *runtime, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_regions_list_start$handle

      public static MethodHandle mln_runtime_offline_regions_list_start$handle()
      Downcall method handle for:
      mln_status mln_runtime_offline_regions_list_start(mln_runtime *runtime, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_regions_list_start$address

      public static MemorySegment mln_runtime_offline_regions_list_start$address()
      Address for:
      mln_status mln_runtime_offline_regions_list_start(mln_runtime *runtime, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_regions_list_start

      public static int mln_runtime_offline_regions_list_start(MemorySegment runtime, MemorySegment out_operation_id)
      mln_status mln_runtime_offline_regions_list_start(mln_runtime *runtime, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_regions_merge_database_start$descriptor

      public static FunctionDescriptor mln_runtime_offline_regions_merge_database_start$descriptor()
      Function descriptor for:
      mln_status mln_runtime_offline_regions_merge_database_start(mln_runtime *runtime, const char *side_database_path, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_regions_merge_database_start$handle

      public static MethodHandle mln_runtime_offline_regions_merge_database_start$handle()
      Downcall method handle for:
      mln_status mln_runtime_offline_regions_merge_database_start(mln_runtime *runtime, const char *side_database_path, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_regions_merge_database_start$address

      public static MemorySegment mln_runtime_offline_regions_merge_database_start$address()
      Address for:
      mln_status mln_runtime_offline_regions_merge_database_start(mln_runtime *runtime, const char *side_database_path, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_regions_merge_database_start

      public static int mln_runtime_offline_regions_merge_database_start(MemorySegment runtime, MemorySegment side_database_path, MemorySegment out_operation_id)
      mln_status mln_runtime_offline_regions_merge_database_start(mln_runtime *runtime, const char *side_database_path, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_update_metadata_start$descriptor

      public static FunctionDescriptor mln_runtime_offline_region_update_metadata_start$descriptor()
      Function descriptor for:
      mln_status mln_runtime_offline_region_update_metadata_start(mln_runtime *runtime, mln_offline_region_id region_id, const uint8_t *metadata, size_t metadata_size, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_update_metadata_start$handle

      public static MethodHandle mln_runtime_offline_region_update_metadata_start$handle()
      Downcall method handle for:
      mln_status mln_runtime_offline_region_update_metadata_start(mln_runtime *runtime, mln_offline_region_id region_id, const uint8_t *metadata, size_t metadata_size, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_update_metadata_start$address

      public static MemorySegment mln_runtime_offline_region_update_metadata_start$address()
      Address for:
      mln_status mln_runtime_offline_region_update_metadata_start(mln_runtime *runtime, mln_offline_region_id region_id, const uint8_t *metadata, size_t metadata_size, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_update_metadata_start

      public static int mln_runtime_offline_region_update_metadata_start(MemorySegment runtime, long region_id, MemorySegment metadata, long metadata_size, MemorySegment out_operation_id)
      mln_status mln_runtime_offline_region_update_metadata_start(mln_runtime *runtime, mln_offline_region_id region_id, const uint8_t *metadata, size_t metadata_size, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_get_status_start$descriptor

      public static FunctionDescriptor mln_runtime_offline_region_get_status_start$descriptor()
      Function descriptor for:
      mln_status mln_runtime_offline_region_get_status_start(mln_runtime *runtime, mln_offline_region_id region_id, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_get_status_start$handle

      public static MethodHandle mln_runtime_offline_region_get_status_start$handle()
      Downcall method handle for:
      mln_status mln_runtime_offline_region_get_status_start(mln_runtime *runtime, mln_offline_region_id region_id, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_get_status_start$address

      public static MemorySegment mln_runtime_offline_region_get_status_start$address()
      Address for:
      mln_status mln_runtime_offline_region_get_status_start(mln_runtime *runtime, mln_offline_region_id region_id, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_get_status_start

      public static int mln_runtime_offline_region_get_status_start(MemorySegment runtime, long region_id, MemorySegment out_operation_id)
      mln_status mln_runtime_offline_region_get_status_start(mln_runtime *runtime, mln_offline_region_id region_id, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_set_observed_start$descriptor

      public static FunctionDescriptor mln_runtime_offline_region_set_observed_start$descriptor()
      Function descriptor for:
      mln_status mln_runtime_offline_region_set_observed_start(mln_runtime *runtime, mln_offline_region_id region_id, bool observed, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_set_observed_start$handle

      public static MethodHandle mln_runtime_offline_region_set_observed_start$handle()
      Downcall method handle for:
      mln_status mln_runtime_offline_region_set_observed_start(mln_runtime *runtime, mln_offline_region_id region_id, bool observed, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_set_observed_start$address

      public static MemorySegment mln_runtime_offline_region_set_observed_start$address()
      Address for:
      mln_status mln_runtime_offline_region_set_observed_start(mln_runtime *runtime, mln_offline_region_id region_id, bool observed, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_set_observed_start

      public static int mln_runtime_offline_region_set_observed_start(MemorySegment runtime, long region_id, boolean observed, MemorySegment out_operation_id)
      mln_status mln_runtime_offline_region_set_observed_start(mln_runtime *runtime, mln_offline_region_id region_id, bool observed, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_set_download_state_start$descriptor

      public static FunctionDescriptor mln_runtime_offline_region_set_download_state_start$descriptor()
      Function descriptor for:
      mln_status mln_runtime_offline_region_set_download_state_start(mln_runtime *runtime, mln_offline_region_id region_id, uint32_t state, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_set_download_state_start$handle

      public static MethodHandle mln_runtime_offline_region_set_download_state_start$handle()
      Downcall method handle for:
      mln_status mln_runtime_offline_region_set_download_state_start(mln_runtime *runtime, mln_offline_region_id region_id, uint32_t state, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_set_download_state_start$address

      public static MemorySegment mln_runtime_offline_region_set_download_state_start$address()
      Address for:
      mln_status mln_runtime_offline_region_set_download_state_start(mln_runtime *runtime, mln_offline_region_id region_id, uint32_t state, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_set_download_state_start

      public static int mln_runtime_offline_region_set_download_state_start(MemorySegment runtime, long region_id, int state, MemorySegment out_operation_id)
      mln_status mln_runtime_offline_region_set_download_state_start(mln_runtime *runtime, mln_offline_region_id region_id, uint32_t state, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_invalidate_start$descriptor

      public static FunctionDescriptor mln_runtime_offline_region_invalidate_start$descriptor()
      Function descriptor for:
      mln_status mln_runtime_offline_region_invalidate_start(mln_runtime *runtime, mln_offline_region_id region_id, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_invalidate_start$handle

      public static MethodHandle mln_runtime_offline_region_invalidate_start$handle()
      Downcall method handle for:
      mln_status mln_runtime_offline_region_invalidate_start(mln_runtime *runtime, mln_offline_region_id region_id, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_invalidate_start$address

      public static MemorySegment mln_runtime_offline_region_invalidate_start$address()
      Address for:
      mln_status mln_runtime_offline_region_invalidate_start(mln_runtime *runtime, mln_offline_region_id region_id, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_invalidate_start

      public static int mln_runtime_offline_region_invalidate_start(MemorySegment runtime, long region_id, MemorySegment out_operation_id)
      mln_status mln_runtime_offline_region_invalidate_start(mln_runtime *runtime, mln_offline_region_id region_id, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_delete_start$descriptor

      public static FunctionDescriptor mln_runtime_offline_region_delete_start$descriptor()
      Function descriptor for:
      mln_status mln_runtime_offline_region_delete_start(mln_runtime *runtime, mln_offline_region_id region_id, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_delete_start$handle

      public static MethodHandle mln_runtime_offline_region_delete_start$handle()
      Downcall method handle for:
      mln_status mln_runtime_offline_region_delete_start(mln_runtime *runtime, mln_offline_region_id region_id, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_delete_start$address

      public static MemorySegment mln_runtime_offline_region_delete_start$address()
      Address for:
      mln_status mln_runtime_offline_region_delete_start(mln_runtime *runtime, mln_offline_region_id region_id, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_delete_start

      public static int mln_runtime_offline_region_delete_start(MemorySegment runtime, long region_id, MemorySegment out_operation_id)
      mln_status mln_runtime_offline_region_delete_start(mln_runtime *runtime, mln_offline_region_id region_id, mln_offline_operation_id *out_operation_id)
      
    • mln_runtime_offline_region_create_take_result$descriptor

      public static FunctionDescriptor mln_runtime_offline_region_create_take_result$descriptor()
      Function descriptor for:
      mln_status mln_runtime_offline_region_create_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_snapshot **out_region)
      
    • mln_runtime_offline_region_create_take_result$handle

      public static MethodHandle mln_runtime_offline_region_create_take_result$handle()
      Downcall method handle for:
      mln_status mln_runtime_offline_region_create_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_snapshot **out_region)
      
    • mln_runtime_offline_region_create_take_result$address

      public static MemorySegment mln_runtime_offline_region_create_take_result$address()
      Address for:
      mln_status mln_runtime_offline_region_create_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_snapshot **out_region)
      
    • mln_runtime_offline_region_create_take_result

      public static int mln_runtime_offline_region_create_take_result(MemorySegment runtime, long operation_id, MemorySegment out_region)
      mln_status mln_runtime_offline_region_create_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_snapshot **out_region)
      
    • mln_runtime_offline_region_get_take_result$descriptor

      public static FunctionDescriptor mln_runtime_offline_region_get_take_result$descriptor()
      Function descriptor for:
      mln_status mln_runtime_offline_region_get_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_snapshot **out_region, bool *out_found)
      
    • mln_runtime_offline_region_get_take_result$handle

      public static MethodHandle mln_runtime_offline_region_get_take_result$handle()
      Downcall method handle for:
      mln_status mln_runtime_offline_region_get_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_snapshot **out_region, bool *out_found)
      
    • mln_runtime_offline_region_get_take_result$address

      public static MemorySegment mln_runtime_offline_region_get_take_result$address()
      Address for:
      mln_status mln_runtime_offline_region_get_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_snapshot **out_region, bool *out_found)
      
    • mln_runtime_offline_region_get_take_result

      public static int mln_runtime_offline_region_get_take_result(MemorySegment runtime, long operation_id, MemorySegment out_region, MemorySegment out_found)
      mln_status mln_runtime_offline_region_get_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_snapshot **out_region, bool *out_found)
      
    • mln_runtime_offline_regions_list_take_result$descriptor

      public static FunctionDescriptor mln_runtime_offline_regions_list_take_result$descriptor()
      Function descriptor for:
      mln_status mln_runtime_offline_regions_list_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_list **out_regions)
      
    • mln_runtime_offline_regions_list_take_result$handle

      public static MethodHandle mln_runtime_offline_regions_list_take_result$handle()
      Downcall method handle for:
      mln_status mln_runtime_offline_regions_list_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_list **out_regions)
      
    • mln_runtime_offline_regions_list_take_result$address

      public static MemorySegment mln_runtime_offline_regions_list_take_result$address()
      Address for:
      mln_status mln_runtime_offline_regions_list_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_list **out_regions)
      
    • mln_runtime_offline_regions_list_take_result

      public static int mln_runtime_offline_regions_list_take_result(MemorySegment runtime, long operation_id, MemorySegment out_regions)
      mln_status mln_runtime_offline_regions_list_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_list **out_regions)
      
    • mln_runtime_offline_regions_merge_database_take_result$descriptor

      public static FunctionDescriptor mln_runtime_offline_regions_merge_database_take_result$descriptor()
      Function descriptor for:
      mln_status mln_runtime_offline_regions_merge_database_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_list **out_regions)
      
    • mln_runtime_offline_regions_merge_database_take_result$handle

      public static MethodHandle mln_runtime_offline_regions_merge_database_take_result$handle()
      Downcall method handle for:
      mln_status mln_runtime_offline_regions_merge_database_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_list **out_regions)
      
    • mln_runtime_offline_regions_merge_database_take_result$address

      public static MemorySegment mln_runtime_offline_regions_merge_database_take_result$address()
      Address for:
      mln_status mln_runtime_offline_regions_merge_database_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_list **out_regions)
      
    • mln_runtime_offline_regions_merge_database_take_result

      public static int mln_runtime_offline_regions_merge_database_take_result(MemorySegment runtime, long operation_id, MemorySegment out_regions)
      mln_status mln_runtime_offline_regions_merge_database_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_list **out_regions)
      
    • mln_runtime_offline_region_update_metadata_take_result$descriptor

      public static FunctionDescriptor mln_runtime_offline_region_update_metadata_take_result$descriptor()
      Function descriptor for:
      mln_status mln_runtime_offline_region_update_metadata_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_snapshot **out_region)
      
    • mln_runtime_offline_region_update_metadata_take_result$handle

      public static MethodHandle mln_runtime_offline_region_update_metadata_take_result$handle()
      Downcall method handle for:
      mln_status mln_runtime_offline_region_update_metadata_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_snapshot **out_region)
      
    • mln_runtime_offline_region_update_metadata_take_result$address

      public static MemorySegment mln_runtime_offline_region_update_metadata_take_result$address()
      Address for:
      mln_status mln_runtime_offline_region_update_metadata_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_snapshot **out_region)
      
    • mln_runtime_offline_region_update_metadata_take_result

      public static int mln_runtime_offline_region_update_metadata_take_result(MemorySegment runtime, long operation_id, MemorySegment out_region)
      mln_status mln_runtime_offline_region_update_metadata_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_snapshot **out_region)
      
    • mln_runtime_offline_region_get_status_take_result$descriptor

      public static FunctionDescriptor mln_runtime_offline_region_get_status_take_result$descriptor()
      Function descriptor for:
      mln_status mln_runtime_offline_region_get_status_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_status *out_status)
      
    • mln_runtime_offline_region_get_status_take_result$handle

      public static MethodHandle mln_runtime_offline_region_get_status_take_result$handle()
      Downcall method handle for:
      mln_status mln_runtime_offline_region_get_status_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_status *out_status)
      
    • mln_runtime_offline_region_get_status_take_result$address

      public static MemorySegment mln_runtime_offline_region_get_status_take_result$address()
      Address for:
      mln_status mln_runtime_offline_region_get_status_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_status *out_status)
      
    • mln_runtime_offline_region_get_status_take_result

      public static int mln_runtime_offline_region_get_status_take_result(MemorySegment runtime, long operation_id, MemorySegment out_status)
      mln_status mln_runtime_offline_region_get_status_take_result(mln_runtime *runtime, mln_offline_operation_id operation_id, mln_offline_region_status *out_status)
      
    • mln_offline_region_snapshot_get$descriptor

      public static FunctionDescriptor mln_offline_region_snapshot_get$descriptor()
      Function descriptor for:
      mln_status mln_offline_region_snapshot_get(const mln_offline_region_snapshot *snapshot, mln_offline_region_info *out_info)
      
    • mln_offline_region_snapshot_get$handle

      public static MethodHandle mln_offline_region_snapshot_get$handle()
      Downcall method handle for:
      mln_status mln_offline_region_snapshot_get(const mln_offline_region_snapshot *snapshot, mln_offline_region_info *out_info)
      
    • mln_offline_region_snapshot_get$address

      public static MemorySegment mln_offline_region_snapshot_get$address()
      Address for:
      mln_status mln_offline_region_snapshot_get(const mln_offline_region_snapshot *snapshot, mln_offline_region_info *out_info)
      
    • mln_offline_region_snapshot_get

      public static int mln_offline_region_snapshot_get(MemorySegment snapshot, MemorySegment out_info)
      mln_status mln_offline_region_snapshot_get(const mln_offline_region_snapshot *snapshot, mln_offline_region_info *out_info)
      
    • mln_offline_region_snapshot_destroy$descriptor

      public static FunctionDescriptor mln_offline_region_snapshot_destroy$descriptor()
      Function descriptor for:
      void mln_offline_region_snapshot_destroy(mln_offline_region_snapshot *snapshot)
      
    • mln_offline_region_snapshot_destroy$handle

      public static MethodHandle mln_offline_region_snapshot_destroy$handle()
      Downcall method handle for:
      void mln_offline_region_snapshot_destroy(mln_offline_region_snapshot *snapshot)
      
    • mln_offline_region_snapshot_destroy$address

      public static MemorySegment mln_offline_region_snapshot_destroy$address()
      Address for:
      void mln_offline_region_snapshot_destroy(mln_offline_region_snapshot *snapshot)
      
    • mln_offline_region_snapshot_destroy

      public static void mln_offline_region_snapshot_destroy(MemorySegment snapshot)
      void mln_offline_region_snapshot_destroy(mln_offline_region_snapshot *snapshot)
      
    • mln_offline_region_list_count$descriptor

      public static FunctionDescriptor mln_offline_region_list_count$descriptor()
      Function descriptor for:
      mln_status mln_offline_region_list_count(const mln_offline_region_list *list, size_t *out_count)
      
    • mln_offline_region_list_count$handle

      public static MethodHandle mln_offline_region_list_count$handle()
      Downcall method handle for:
      mln_status mln_offline_region_list_count(const mln_offline_region_list *list, size_t *out_count)
      
    • mln_offline_region_list_count$address

      public static MemorySegment mln_offline_region_list_count$address()
      Address for:
      mln_status mln_offline_region_list_count(const mln_offline_region_list *list, size_t *out_count)
      
    • mln_offline_region_list_count

      public static int mln_offline_region_list_count(MemorySegment list, MemorySegment out_count)
      mln_status mln_offline_region_list_count(const mln_offline_region_list *list, size_t *out_count)
      
    • mln_offline_region_list_get$descriptor

      public static FunctionDescriptor mln_offline_region_list_get$descriptor()
      Function descriptor for:
      mln_status mln_offline_region_list_get(const mln_offline_region_list *list, size_t index, mln_offline_region_info *out_info)
      
    • mln_offline_region_list_get$handle

      public static MethodHandle mln_offline_region_list_get$handle()
      Downcall method handle for:
      mln_status mln_offline_region_list_get(const mln_offline_region_list *list, size_t index, mln_offline_region_info *out_info)
      
    • mln_offline_region_list_get$address

      public static MemorySegment mln_offline_region_list_get$address()
      Address for:
      mln_status mln_offline_region_list_get(const mln_offline_region_list *list, size_t index, mln_offline_region_info *out_info)
      
    • mln_offline_region_list_get

      public static int mln_offline_region_list_get(MemorySegment list, long index, MemorySegment out_info)
      mln_status mln_offline_region_list_get(const mln_offline_region_list *list, size_t index, mln_offline_region_info *out_info)
      
    • mln_offline_region_list_destroy$descriptor

      public static FunctionDescriptor mln_offline_region_list_destroy$descriptor()
      Function descriptor for:
      void mln_offline_region_list_destroy(mln_offline_region_list *list)
      
    • mln_offline_region_list_destroy$handle

      public static MethodHandle mln_offline_region_list_destroy$handle()
      Downcall method handle for:
      void mln_offline_region_list_destroy(mln_offline_region_list *list)
      
    • mln_offline_region_list_destroy$address

      public static MemorySegment mln_offline_region_list_destroy$address()
      Address for:
      void mln_offline_region_list_destroy(mln_offline_region_list *list)
      
    • mln_offline_region_list_destroy

      public static void mln_offline_region_list_destroy(MemorySegment list)
      void mln_offline_region_list_destroy(mln_offline_region_list *list)
      
    • mln_map_options_default$descriptor

      public static FunctionDescriptor mln_map_options_default$descriptor()
      Function descriptor for:
      mln_map_options mln_map_options_default()
      
    • mln_map_options_default$handle

      public static MethodHandle mln_map_options_default$handle()
      Downcall method handle for:
      mln_map_options mln_map_options_default()
      
    • mln_map_options_default$address

      public static MemorySegment mln_map_options_default$address()
      Address for:
      mln_map_options mln_map_options_default()
      
    • mln_map_options_default

      public static MemorySegment mln_map_options_default(SegmentAllocator allocator)
      mln_map_options mln_map_options_default()
      
    • mln_map_create$descriptor

      public static FunctionDescriptor mln_map_create$descriptor()
      Function descriptor for:
      mln_status mln_map_create(mln_runtime *runtime, const mln_map_options *options, mln_map **out_map)
      
    • mln_map_create$handle

      public static MethodHandle mln_map_create$handle()
      Downcall method handle for:
      mln_status mln_map_create(mln_runtime *runtime, const mln_map_options *options, mln_map **out_map)
      
    • mln_map_create$address

      public static MemorySegment mln_map_create$address()
      Address for:
      mln_status mln_map_create(mln_runtime *runtime, const mln_map_options *options, mln_map **out_map)
      
    • mln_map_create

      public static int mln_map_create(MemorySegment runtime, MemorySegment options, MemorySegment out_map)
      mln_status mln_map_create(mln_runtime *runtime, const mln_map_options *options, mln_map **out_map)
      
    • mln_map_request_repaint$descriptor

      public static FunctionDescriptor mln_map_request_repaint$descriptor()
      Function descriptor for:
      mln_status mln_map_request_repaint(mln_map *map)
      
    • mln_map_request_repaint$handle

      public static MethodHandle mln_map_request_repaint$handle()
      Downcall method handle for:
      mln_status mln_map_request_repaint(mln_map *map)
      
    • mln_map_request_repaint$address

      public static MemorySegment mln_map_request_repaint$address()
      Address for:
      mln_status mln_map_request_repaint(mln_map *map)
      
    • mln_map_request_repaint

      public static int mln_map_request_repaint(MemorySegment map)
      mln_status mln_map_request_repaint(mln_map *map)
      
    • mln_map_request_still_image$descriptor

      public static FunctionDescriptor mln_map_request_still_image$descriptor()
      Function descriptor for:
      mln_status mln_map_request_still_image(mln_map *map)
      
    • mln_map_request_still_image$handle

      public static MethodHandle mln_map_request_still_image$handle()
      Downcall method handle for:
      mln_status mln_map_request_still_image(mln_map *map)
      
    • mln_map_request_still_image$address

      public static MemorySegment mln_map_request_still_image$address()
      Address for:
      mln_status mln_map_request_still_image(mln_map *map)
      
    • mln_map_request_still_image

      public static int mln_map_request_still_image(MemorySegment map)
      mln_status mln_map_request_still_image(mln_map *map)
      
    • mln_map_destroy$descriptor

      public static FunctionDescriptor mln_map_destroy$descriptor()
      Function descriptor for:
      mln_status mln_map_destroy(mln_map *map)
      
    • mln_map_destroy$handle

      public static MethodHandle mln_map_destroy$handle()
      Downcall method handle for:
      mln_status mln_map_destroy(mln_map *map)
      
    • mln_map_destroy$address

      public static MemorySegment mln_map_destroy$address()
      Address for:
      mln_status mln_map_destroy(mln_map *map)
      
    • mln_map_destroy

      public static int mln_map_destroy(MemorySegment map)
      mln_status mln_map_destroy(mln_map *map)
      
    • mln_map_set_style_url$descriptor

      public static FunctionDescriptor mln_map_set_style_url$descriptor()
      Function descriptor for:
      mln_status mln_map_set_style_url(mln_map *map, const char *url)
      
    • mln_map_set_style_url$handle

      public static MethodHandle mln_map_set_style_url$handle()
      Downcall method handle for:
      mln_status mln_map_set_style_url(mln_map *map, const char *url)
      
    • mln_map_set_style_url$address

      public static MemorySegment mln_map_set_style_url$address()
      Address for:
      mln_status mln_map_set_style_url(mln_map *map, const char *url)
      
    • mln_map_set_style_url

      public static int mln_map_set_style_url(MemorySegment map, MemorySegment url)
      mln_status mln_map_set_style_url(mln_map *map, const char *url)
      
    • mln_map_set_style_json$descriptor

      public static FunctionDescriptor mln_map_set_style_json$descriptor()
      Function descriptor for:
      mln_status mln_map_set_style_json(mln_map *map, const char *json)
      
    • mln_map_set_style_json$handle

      public static MethodHandle mln_map_set_style_json$handle()
      Downcall method handle for:
      mln_status mln_map_set_style_json(mln_map *map, const char *json)
      
    • mln_map_set_style_json$address

      public static MemorySegment mln_map_set_style_json$address()
      Address for:
      mln_status mln_map_set_style_json(mln_map *map, const char *json)
      
    • mln_map_set_style_json

      public static int mln_map_set_style_json(MemorySegment map, MemorySegment json)
      mln_status mln_map_set_style_json(mln_map *map, const char *json)
      
    • mln_camera_options_default$descriptor

      public static FunctionDescriptor mln_camera_options_default$descriptor()
      Function descriptor for:
      mln_camera_options mln_camera_options_default()
      
    • mln_camera_options_default$handle

      public static MethodHandle mln_camera_options_default$handle()
      Downcall method handle for:
      mln_camera_options mln_camera_options_default()
      
    • mln_camera_options_default$address

      public static MemorySegment mln_camera_options_default$address()
      Address for:
      mln_camera_options mln_camera_options_default()
      
    • mln_camera_options_default

      public static MemorySegment mln_camera_options_default(SegmentAllocator allocator)
      mln_camera_options mln_camera_options_default()
      
    • mln_animation_options_default$descriptor

      public static FunctionDescriptor mln_animation_options_default$descriptor()
      Function descriptor for:
      mln_animation_options mln_animation_options_default()
      
    • mln_animation_options_default$handle

      public static MethodHandle mln_animation_options_default$handle()
      Downcall method handle for:
      mln_animation_options mln_animation_options_default()
      
    • mln_animation_options_default$address

      public static MemorySegment mln_animation_options_default$address()
      Address for:
      mln_animation_options mln_animation_options_default()
      
    • mln_animation_options_default

      public static MemorySegment mln_animation_options_default(SegmentAllocator allocator)
      mln_animation_options mln_animation_options_default()
      
    • mln_camera_fit_options_default$descriptor

      public static FunctionDescriptor mln_camera_fit_options_default$descriptor()
      Function descriptor for:
      mln_camera_fit_options mln_camera_fit_options_default()
      
    • mln_camera_fit_options_default$handle

      public static MethodHandle mln_camera_fit_options_default$handle()
      Downcall method handle for:
      mln_camera_fit_options mln_camera_fit_options_default()
      
    • mln_camera_fit_options_default$address

      public static MemorySegment mln_camera_fit_options_default$address()
      Address for:
      mln_camera_fit_options mln_camera_fit_options_default()
      
    • mln_camera_fit_options_default

      public static MemorySegment mln_camera_fit_options_default(SegmentAllocator allocator)
      mln_camera_fit_options mln_camera_fit_options_default()
      
    • mln_bound_options_default$descriptor

      public static FunctionDescriptor mln_bound_options_default$descriptor()
      Function descriptor for:
      mln_bound_options mln_bound_options_default()
      
    • mln_bound_options_default$handle

      public static MethodHandle mln_bound_options_default$handle()
      Downcall method handle for:
      mln_bound_options mln_bound_options_default()
      
    • mln_bound_options_default$address

      public static MemorySegment mln_bound_options_default$address()
      Address for:
      mln_bound_options mln_bound_options_default()
      
    • mln_bound_options_default

      public static MemorySegment mln_bound_options_default(SegmentAllocator allocator)
      mln_bound_options mln_bound_options_default()
      
    • mln_free_camera_options_default$descriptor

      public static FunctionDescriptor mln_free_camera_options_default$descriptor()
      Function descriptor for:
      mln_free_camera_options mln_free_camera_options_default()
      
    • mln_free_camera_options_default$handle

      public static MethodHandle mln_free_camera_options_default$handle()
      Downcall method handle for:
      mln_free_camera_options mln_free_camera_options_default()
      
    • mln_free_camera_options_default$address

      public static MemorySegment mln_free_camera_options_default$address()
      Address for:
      mln_free_camera_options mln_free_camera_options_default()
      
    • mln_free_camera_options_default

      public static MemorySegment mln_free_camera_options_default(SegmentAllocator allocator)
      mln_free_camera_options mln_free_camera_options_default()
      
    • mln_projection_mode_default$descriptor

      public static FunctionDescriptor mln_projection_mode_default$descriptor()
      Function descriptor for:
      mln_projection_mode mln_projection_mode_default()
      
    • mln_projection_mode_default$handle

      public static MethodHandle mln_projection_mode_default$handle()
      Downcall method handle for:
      mln_projection_mode mln_projection_mode_default()
      
    • mln_projection_mode_default$address

      public static MemorySegment mln_projection_mode_default$address()
      Address for:
      mln_projection_mode mln_projection_mode_default()
      
    • mln_projection_mode_default

      public static MemorySegment mln_projection_mode_default(SegmentAllocator allocator)
      mln_projection_mode mln_projection_mode_default()
      
    • mln_map_viewport_options_default$descriptor

      public static FunctionDescriptor mln_map_viewport_options_default$descriptor()
      Function descriptor for:
      mln_map_viewport_options mln_map_viewport_options_default()
      
    • mln_map_viewport_options_default$handle

      public static MethodHandle mln_map_viewport_options_default$handle()
      Downcall method handle for:
      mln_map_viewport_options mln_map_viewport_options_default()
      
    • mln_map_viewport_options_default$address

      public static MemorySegment mln_map_viewport_options_default$address()
      Address for:
      mln_map_viewport_options mln_map_viewport_options_default()
      
    • mln_map_viewport_options_default

      public static MemorySegment mln_map_viewport_options_default(SegmentAllocator allocator)
      mln_map_viewport_options mln_map_viewport_options_default()
      
    • mln_map_tile_options_default$descriptor

      public static FunctionDescriptor mln_map_tile_options_default$descriptor()
      Function descriptor for:
      mln_map_tile_options mln_map_tile_options_default()
      
    • mln_map_tile_options_default$handle

      public static MethodHandle mln_map_tile_options_default$handle()
      Downcall method handle for:
      mln_map_tile_options mln_map_tile_options_default()
      
    • mln_map_tile_options_default$address

      public static MemorySegment mln_map_tile_options_default$address()
      Address for:
      mln_map_tile_options mln_map_tile_options_default()
      
    • mln_map_tile_options_default

      public static MemorySegment mln_map_tile_options_default(SegmentAllocator allocator)
      mln_map_tile_options mln_map_tile_options_default()
      
    • mln_map_set_debug_options$descriptor

      public static FunctionDescriptor mln_map_set_debug_options$descriptor()
      Function descriptor for:
      mln_status mln_map_set_debug_options(mln_map *map, uint32_t options)
      
    • mln_map_set_debug_options$handle

      public static MethodHandle mln_map_set_debug_options$handle()
      Downcall method handle for:
      mln_status mln_map_set_debug_options(mln_map *map, uint32_t options)
      
    • mln_map_set_debug_options$address

      public static MemorySegment mln_map_set_debug_options$address()
      Address for:
      mln_status mln_map_set_debug_options(mln_map *map, uint32_t options)
      
    • mln_map_set_debug_options

      public static int mln_map_set_debug_options(MemorySegment map, int options)
      mln_status mln_map_set_debug_options(mln_map *map, uint32_t options)
      
    • mln_map_get_debug_options$descriptor

      public static FunctionDescriptor mln_map_get_debug_options$descriptor()
      Function descriptor for:
      mln_status mln_map_get_debug_options(mln_map *map, uint32_t *out_options)
      
    • mln_map_get_debug_options$handle

      public static MethodHandle mln_map_get_debug_options$handle()
      Downcall method handle for:
      mln_status mln_map_get_debug_options(mln_map *map, uint32_t *out_options)
      
    • mln_map_get_debug_options$address

      public static MemorySegment mln_map_get_debug_options$address()
      Address for:
      mln_status mln_map_get_debug_options(mln_map *map, uint32_t *out_options)
      
    • mln_map_get_debug_options

      public static int mln_map_get_debug_options(MemorySegment map, MemorySegment out_options)
      mln_status mln_map_get_debug_options(mln_map *map, uint32_t *out_options)
      
    • mln_map_set_rendering_stats_view_enabled$descriptor

      public static FunctionDescriptor mln_map_set_rendering_stats_view_enabled$descriptor()
      Function descriptor for:
      mln_status mln_map_set_rendering_stats_view_enabled(mln_map *map, bool enabled)
      
    • mln_map_set_rendering_stats_view_enabled$handle

      public static MethodHandle mln_map_set_rendering_stats_view_enabled$handle()
      Downcall method handle for:
      mln_status mln_map_set_rendering_stats_view_enabled(mln_map *map, bool enabled)
      
    • mln_map_set_rendering_stats_view_enabled$address

      public static MemorySegment mln_map_set_rendering_stats_view_enabled$address()
      Address for:
      mln_status mln_map_set_rendering_stats_view_enabled(mln_map *map, bool enabled)
      
    • mln_map_set_rendering_stats_view_enabled

      public static int mln_map_set_rendering_stats_view_enabled(MemorySegment map, boolean enabled)
      mln_status mln_map_set_rendering_stats_view_enabled(mln_map *map, bool enabled)
      
    • mln_map_get_rendering_stats_view_enabled$descriptor

      public static FunctionDescriptor mln_map_get_rendering_stats_view_enabled$descriptor()
      Function descriptor for:
      mln_status mln_map_get_rendering_stats_view_enabled(mln_map *map, bool *out_enabled)
      
    • mln_map_get_rendering_stats_view_enabled$handle

      public static MethodHandle mln_map_get_rendering_stats_view_enabled$handle()
      Downcall method handle for:
      mln_status mln_map_get_rendering_stats_view_enabled(mln_map *map, bool *out_enabled)
      
    • mln_map_get_rendering_stats_view_enabled$address

      public static MemorySegment mln_map_get_rendering_stats_view_enabled$address()
      Address for:
      mln_status mln_map_get_rendering_stats_view_enabled(mln_map *map, bool *out_enabled)
      
    • mln_map_get_rendering_stats_view_enabled

      public static int mln_map_get_rendering_stats_view_enabled(MemorySegment map, MemorySegment out_enabled)
      mln_status mln_map_get_rendering_stats_view_enabled(mln_map *map, bool *out_enabled)
      
    • mln_map_is_fully_loaded$descriptor

      public static FunctionDescriptor mln_map_is_fully_loaded$descriptor()
      Function descriptor for:
      mln_status mln_map_is_fully_loaded(mln_map *map, bool *out_loaded)
      
    • mln_map_is_fully_loaded$handle

      public static MethodHandle mln_map_is_fully_loaded$handle()
      Downcall method handle for:
      mln_status mln_map_is_fully_loaded(mln_map *map, bool *out_loaded)
      
    • mln_map_is_fully_loaded$address

      public static MemorySegment mln_map_is_fully_loaded$address()
      Address for:
      mln_status mln_map_is_fully_loaded(mln_map *map, bool *out_loaded)
      
    • mln_map_is_fully_loaded

      public static int mln_map_is_fully_loaded(MemorySegment map, MemorySegment out_loaded)
      mln_status mln_map_is_fully_loaded(mln_map *map, bool *out_loaded)
      
    • mln_map_dump_debug_logs$descriptor

      public static FunctionDescriptor mln_map_dump_debug_logs$descriptor()
      Function descriptor for:
      mln_status mln_map_dump_debug_logs(mln_map *map)
      
    • mln_map_dump_debug_logs$handle

      public static MethodHandle mln_map_dump_debug_logs$handle()
      Downcall method handle for:
      mln_status mln_map_dump_debug_logs(mln_map *map)
      
    • mln_map_dump_debug_logs$address

      public static MemorySegment mln_map_dump_debug_logs$address()
      Address for:
      mln_status mln_map_dump_debug_logs(mln_map *map)
      
    • mln_map_dump_debug_logs

      public static int mln_map_dump_debug_logs(MemorySegment map)
      mln_status mln_map_dump_debug_logs(mln_map *map)
      
    • mln_map_get_viewport_options$descriptor

      public static FunctionDescriptor mln_map_get_viewport_options$descriptor()
      Function descriptor for:
      mln_status mln_map_get_viewport_options(mln_map *map, mln_map_viewport_options *out_options)
      
    • mln_map_get_viewport_options$handle

      public static MethodHandle mln_map_get_viewport_options$handle()
      Downcall method handle for:
      mln_status mln_map_get_viewport_options(mln_map *map, mln_map_viewport_options *out_options)
      
    • mln_map_get_viewport_options$address

      public static MemorySegment mln_map_get_viewport_options$address()
      Address for:
      mln_status mln_map_get_viewport_options(mln_map *map, mln_map_viewport_options *out_options)
      
    • mln_map_get_viewport_options

      public static int mln_map_get_viewport_options(MemorySegment map, MemorySegment out_options)
      mln_status mln_map_get_viewport_options(mln_map *map, mln_map_viewport_options *out_options)
      
    • mln_map_set_viewport_options$descriptor

      public static FunctionDescriptor mln_map_set_viewport_options$descriptor()
      Function descriptor for:
      mln_status mln_map_set_viewport_options(mln_map *map, const mln_map_viewport_options *options)
      
    • mln_map_set_viewport_options$handle

      public static MethodHandle mln_map_set_viewport_options$handle()
      Downcall method handle for:
      mln_status mln_map_set_viewport_options(mln_map *map, const mln_map_viewport_options *options)
      
    • mln_map_set_viewport_options$address

      public static MemorySegment mln_map_set_viewport_options$address()
      Address for:
      mln_status mln_map_set_viewport_options(mln_map *map, const mln_map_viewport_options *options)
      
    • mln_map_set_viewport_options

      public static int mln_map_set_viewport_options(MemorySegment map, MemorySegment options)
      mln_status mln_map_set_viewport_options(mln_map *map, const mln_map_viewport_options *options)
      
    • mln_map_get_tile_options$descriptor

      public static FunctionDescriptor mln_map_get_tile_options$descriptor()
      Function descriptor for:
      mln_status mln_map_get_tile_options(mln_map *map, mln_map_tile_options *out_options)
      
    • mln_map_get_tile_options$handle

      public static MethodHandle mln_map_get_tile_options$handle()
      Downcall method handle for:
      mln_status mln_map_get_tile_options(mln_map *map, mln_map_tile_options *out_options)
      
    • mln_map_get_tile_options$address

      public static MemorySegment mln_map_get_tile_options$address()
      Address for:
      mln_status mln_map_get_tile_options(mln_map *map, mln_map_tile_options *out_options)
      
    • mln_map_get_tile_options

      public static int mln_map_get_tile_options(MemorySegment map, MemorySegment out_options)
      mln_status mln_map_get_tile_options(mln_map *map, mln_map_tile_options *out_options)
      
    • mln_map_set_tile_options$descriptor

      public static FunctionDescriptor mln_map_set_tile_options$descriptor()
      Function descriptor for:
      mln_status mln_map_set_tile_options(mln_map *map, const mln_map_tile_options *options)
      
    • mln_map_set_tile_options$handle

      public static MethodHandle mln_map_set_tile_options$handle()
      Downcall method handle for:
      mln_status mln_map_set_tile_options(mln_map *map, const mln_map_tile_options *options)
      
    • mln_map_set_tile_options$address

      public static MemorySegment mln_map_set_tile_options$address()
      Address for:
      mln_status mln_map_set_tile_options(mln_map *map, const mln_map_tile_options *options)
      
    • mln_map_set_tile_options

      public static int mln_map_set_tile_options(MemorySegment map, MemorySegment options)
      mln_status mln_map_set_tile_options(mln_map *map, const mln_map_tile_options *options)
      
    • mln_map_get_camera$descriptor

      public static FunctionDescriptor mln_map_get_camera$descriptor()
      Function descriptor for:
      mln_status mln_map_get_camera(mln_map *map, mln_camera_options *out_camera)
      
    • mln_map_get_camera$handle

      public static MethodHandle mln_map_get_camera$handle()
      Downcall method handle for:
      mln_status mln_map_get_camera(mln_map *map, mln_camera_options *out_camera)
      
    • mln_map_get_camera$address

      public static MemorySegment mln_map_get_camera$address()
      Address for:
      mln_status mln_map_get_camera(mln_map *map, mln_camera_options *out_camera)
      
    • mln_map_get_camera

      public static int mln_map_get_camera(MemorySegment map, MemorySegment out_camera)
      mln_status mln_map_get_camera(mln_map *map, mln_camera_options *out_camera)
      
    • mln_map_jump_to$descriptor

      public static FunctionDescriptor mln_map_jump_to$descriptor()
      Function descriptor for:
      mln_status mln_map_jump_to(mln_map *map, const mln_camera_options *camera)
      
    • mln_map_jump_to$handle

      public static MethodHandle mln_map_jump_to$handle()
      Downcall method handle for:
      mln_status mln_map_jump_to(mln_map *map, const mln_camera_options *camera)
      
    • mln_map_jump_to$address

      public static MemorySegment mln_map_jump_to$address()
      Address for:
      mln_status mln_map_jump_to(mln_map *map, const mln_camera_options *camera)
      
    • mln_map_jump_to

      public static int mln_map_jump_to(MemorySegment map, MemorySegment camera)
      mln_status mln_map_jump_to(mln_map *map, const mln_camera_options *camera)
      
    • mln_map_ease_to$descriptor

      public static FunctionDescriptor mln_map_ease_to$descriptor()
      Function descriptor for:
      mln_status mln_map_ease_to(mln_map *map, const mln_camera_options *camera, const mln_animation_options *animation)
      
    • mln_map_ease_to$handle

      public static MethodHandle mln_map_ease_to$handle()
      Downcall method handle for:
      mln_status mln_map_ease_to(mln_map *map, const mln_camera_options *camera, const mln_animation_options *animation)
      
    • mln_map_ease_to$address

      public static MemorySegment mln_map_ease_to$address()
      Address for:
      mln_status mln_map_ease_to(mln_map *map, const mln_camera_options *camera, const mln_animation_options *animation)
      
    • mln_map_ease_to

      public static int mln_map_ease_to(MemorySegment map, MemorySegment camera, MemorySegment animation)
      mln_status mln_map_ease_to(mln_map *map, const mln_camera_options *camera, const mln_animation_options *animation)
      
    • mln_map_fly_to$descriptor

      public static FunctionDescriptor mln_map_fly_to$descriptor()
      Function descriptor for:
      mln_status mln_map_fly_to(mln_map *map, const mln_camera_options *camera, const mln_animation_options *animation)
      
    • mln_map_fly_to$handle

      public static MethodHandle mln_map_fly_to$handle()
      Downcall method handle for:
      mln_status mln_map_fly_to(mln_map *map, const mln_camera_options *camera, const mln_animation_options *animation)
      
    • mln_map_fly_to$address

      public static MemorySegment mln_map_fly_to$address()
      Address for:
      mln_status mln_map_fly_to(mln_map *map, const mln_camera_options *camera, const mln_animation_options *animation)
      
    • mln_map_fly_to

      public static int mln_map_fly_to(MemorySegment map, MemorySegment camera, MemorySegment animation)
      mln_status mln_map_fly_to(mln_map *map, const mln_camera_options *camera, const mln_animation_options *animation)
      
    • mln_map_move_by$descriptor

      public static FunctionDescriptor mln_map_move_by$descriptor()
      Function descriptor for:
      mln_status mln_map_move_by(mln_map *map, double delta_x, double delta_y)
      
    • mln_map_move_by$handle

      public static MethodHandle mln_map_move_by$handle()
      Downcall method handle for:
      mln_status mln_map_move_by(mln_map *map, double delta_x, double delta_y)
      
    • mln_map_move_by$address

      public static MemorySegment mln_map_move_by$address()
      Address for:
      mln_status mln_map_move_by(mln_map *map, double delta_x, double delta_y)
      
    • mln_map_move_by

      public static int mln_map_move_by(MemorySegment map, double delta_x, double delta_y)
      mln_status mln_map_move_by(mln_map *map, double delta_x, double delta_y)
      
    • mln_map_move_by_animated$descriptor

      public static FunctionDescriptor mln_map_move_by_animated$descriptor()
      Function descriptor for:
      mln_status mln_map_move_by_animated(mln_map *map, double delta_x, double delta_y, const mln_animation_options *animation)
      
    • mln_map_move_by_animated$handle

      public static MethodHandle mln_map_move_by_animated$handle()
      Downcall method handle for:
      mln_status mln_map_move_by_animated(mln_map *map, double delta_x, double delta_y, const mln_animation_options *animation)
      
    • mln_map_move_by_animated$address

      public static MemorySegment mln_map_move_by_animated$address()
      Address for:
      mln_status mln_map_move_by_animated(mln_map *map, double delta_x, double delta_y, const mln_animation_options *animation)
      
    • mln_map_move_by_animated

      public static int mln_map_move_by_animated(MemorySegment map, double delta_x, double delta_y, MemorySegment animation)
      mln_status mln_map_move_by_animated(mln_map *map, double delta_x, double delta_y, const mln_animation_options *animation)
      
    • mln_map_scale_by$descriptor

      public static FunctionDescriptor mln_map_scale_by$descriptor()
      Function descriptor for:
      mln_status mln_map_scale_by(mln_map *map, double scale, const mln_screen_point *anchor)
      
    • mln_map_scale_by$handle

      public static MethodHandle mln_map_scale_by$handle()
      Downcall method handle for:
      mln_status mln_map_scale_by(mln_map *map, double scale, const mln_screen_point *anchor)
      
    • mln_map_scale_by$address

      public static MemorySegment mln_map_scale_by$address()
      Address for:
      mln_status mln_map_scale_by(mln_map *map, double scale, const mln_screen_point *anchor)
      
    • mln_map_scale_by

      public static int mln_map_scale_by(MemorySegment map, double scale, MemorySegment anchor)
      mln_status mln_map_scale_by(mln_map *map, double scale, const mln_screen_point *anchor)
      
    • mln_map_scale_by_animated$descriptor

      public static FunctionDescriptor mln_map_scale_by_animated$descriptor()
      Function descriptor for:
      mln_status mln_map_scale_by_animated(mln_map *map, double scale, const mln_screen_point *anchor, const mln_animation_options *animation)
      
    • mln_map_scale_by_animated$handle

      public static MethodHandle mln_map_scale_by_animated$handle()
      Downcall method handle for:
      mln_status mln_map_scale_by_animated(mln_map *map, double scale, const mln_screen_point *anchor, const mln_animation_options *animation)
      
    • mln_map_scale_by_animated$address

      public static MemorySegment mln_map_scale_by_animated$address()
      Address for:
      mln_status mln_map_scale_by_animated(mln_map *map, double scale, const mln_screen_point *anchor, const mln_animation_options *animation)
      
    • mln_map_scale_by_animated

      public static int mln_map_scale_by_animated(MemorySegment map, double scale, MemorySegment anchor, MemorySegment animation)
      mln_status mln_map_scale_by_animated(mln_map *map, double scale, const mln_screen_point *anchor, const mln_animation_options *animation)
      
    • mln_map_rotate_by$descriptor

      public static FunctionDescriptor mln_map_rotate_by$descriptor()
      Function descriptor for:
      mln_status mln_map_rotate_by(mln_map *map, mln_screen_point first, mln_screen_point second)
      
    • mln_map_rotate_by$handle

      public static MethodHandle mln_map_rotate_by$handle()
      Downcall method handle for:
      mln_status mln_map_rotate_by(mln_map *map, mln_screen_point first, mln_screen_point second)
      
    • mln_map_rotate_by$address

      public static MemorySegment mln_map_rotate_by$address()
      Address for:
      mln_status mln_map_rotate_by(mln_map *map, mln_screen_point first, mln_screen_point second)
      
    • mln_map_rotate_by

      public static int mln_map_rotate_by(MemorySegment map, MemorySegment first, MemorySegment second)
      mln_status mln_map_rotate_by(mln_map *map, mln_screen_point first, mln_screen_point second)
      
    • mln_map_rotate_by_animated$descriptor

      public static FunctionDescriptor mln_map_rotate_by_animated$descriptor()
      Function descriptor for:
      mln_status mln_map_rotate_by_animated(mln_map *map, mln_screen_point first, mln_screen_point second, const mln_animation_options *animation)
      
    • mln_map_rotate_by_animated$handle

      public static MethodHandle mln_map_rotate_by_animated$handle()
      Downcall method handle for:
      mln_status mln_map_rotate_by_animated(mln_map *map, mln_screen_point first, mln_screen_point second, const mln_animation_options *animation)
      
    • mln_map_rotate_by_animated$address

      public static MemorySegment mln_map_rotate_by_animated$address()
      Address for:
      mln_status mln_map_rotate_by_animated(mln_map *map, mln_screen_point first, mln_screen_point second, const mln_animation_options *animation)
      
    • mln_map_rotate_by_animated

      public static int mln_map_rotate_by_animated(MemorySegment map, MemorySegment first, MemorySegment second, MemorySegment animation)
      mln_status mln_map_rotate_by_animated(mln_map *map, mln_screen_point first, mln_screen_point second, const mln_animation_options *animation)
      
    • mln_map_pitch_by$descriptor

      public static FunctionDescriptor mln_map_pitch_by$descriptor()
      Function descriptor for:
      mln_status mln_map_pitch_by(mln_map *map, double pitch)
      
    • mln_map_pitch_by$handle

      public static MethodHandle mln_map_pitch_by$handle()
      Downcall method handle for:
      mln_status mln_map_pitch_by(mln_map *map, double pitch)
      
    • mln_map_pitch_by$address

      public static MemorySegment mln_map_pitch_by$address()
      Address for:
      mln_status mln_map_pitch_by(mln_map *map, double pitch)
      
    • mln_map_pitch_by

      public static int mln_map_pitch_by(MemorySegment map, double pitch)
      mln_status mln_map_pitch_by(mln_map *map, double pitch)
      
    • mln_map_pitch_by_animated$descriptor

      public static FunctionDescriptor mln_map_pitch_by_animated$descriptor()
      Function descriptor for:
      mln_status mln_map_pitch_by_animated(mln_map *map, double pitch, const mln_animation_options *animation)
      
    • mln_map_pitch_by_animated$handle

      public static MethodHandle mln_map_pitch_by_animated$handle()
      Downcall method handle for:
      mln_status mln_map_pitch_by_animated(mln_map *map, double pitch, const mln_animation_options *animation)
      
    • mln_map_pitch_by_animated$address

      public static MemorySegment mln_map_pitch_by_animated$address()
      Address for:
      mln_status mln_map_pitch_by_animated(mln_map *map, double pitch, const mln_animation_options *animation)
      
    • mln_map_pitch_by_animated

      public static int mln_map_pitch_by_animated(MemorySegment map, double pitch, MemorySegment animation)
      mln_status mln_map_pitch_by_animated(mln_map *map, double pitch, const mln_animation_options *animation)
      
    • mln_map_cancel_transitions$descriptor

      public static FunctionDescriptor mln_map_cancel_transitions$descriptor()
      Function descriptor for:
      mln_status mln_map_cancel_transitions(mln_map *map)
      
    • mln_map_cancel_transitions$handle

      public static MethodHandle mln_map_cancel_transitions$handle()
      Downcall method handle for:
      mln_status mln_map_cancel_transitions(mln_map *map)
      
    • mln_map_cancel_transitions$address

      public static MemorySegment mln_map_cancel_transitions$address()
      Address for:
      mln_status mln_map_cancel_transitions(mln_map *map)
      
    • mln_map_cancel_transitions

      public static int mln_map_cancel_transitions(MemorySegment map)
      mln_status mln_map_cancel_transitions(mln_map *map)
      
    • mln_map_camera_for_lat_lng_bounds$descriptor

      public static FunctionDescriptor mln_map_camera_for_lat_lng_bounds$descriptor()
      Function descriptor for:
      mln_status mln_map_camera_for_lat_lng_bounds(mln_map *map, mln_lat_lng_bounds bounds, const mln_camera_fit_options *fit_options, mln_camera_options *out_camera)
      
    • mln_map_camera_for_lat_lng_bounds$handle

      public static MethodHandle mln_map_camera_for_lat_lng_bounds$handle()
      Downcall method handle for:
      mln_status mln_map_camera_for_lat_lng_bounds(mln_map *map, mln_lat_lng_bounds bounds, const mln_camera_fit_options *fit_options, mln_camera_options *out_camera)
      
    • mln_map_camera_for_lat_lng_bounds$address

      public static MemorySegment mln_map_camera_for_lat_lng_bounds$address()
      Address for:
      mln_status mln_map_camera_for_lat_lng_bounds(mln_map *map, mln_lat_lng_bounds bounds, const mln_camera_fit_options *fit_options, mln_camera_options *out_camera)
      
    • mln_map_camera_for_lat_lng_bounds

      public static int mln_map_camera_for_lat_lng_bounds(MemorySegment map, MemorySegment bounds, MemorySegment fit_options, MemorySegment out_camera)
      mln_status mln_map_camera_for_lat_lng_bounds(mln_map *map, mln_lat_lng_bounds bounds, const mln_camera_fit_options *fit_options, mln_camera_options *out_camera)
      
    • mln_map_camera_for_lat_lngs$descriptor

      public static FunctionDescriptor mln_map_camera_for_lat_lngs$descriptor()
      Function descriptor for:
      mln_status mln_map_camera_for_lat_lngs(mln_map *map, const mln_lat_lng *coordinates, size_t coordinate_count, const mln_camera_fit_options *fit_options, mln_camera_options *out_camera)
      
    • mln_map_camera_for_lat_lngs$handle

      public static MethodHandle mln_map_camera_for_lat_lngs$handle()
      Downcall method handle for:
      mln_status mln_map_camera_for_lat_lngs(mln_map *map, const mln_lat_lng *coordinates, size_t coordinate_count, const mln_camera_fit_options *fit_options, mln_camera_options *out_camera)
      
    • mln_map_camera_for_lat_lngs$address

      public static MemorySegment mln_map_camera_for_lat_lngs$address()
      Address for:
      mln_status mln_map_camera_for_lat_lngs(mln_map *map, const mln_lat_lng *coordinates, size_t coordinate_count, const mln_camera_fit_options *fit_options, mln_camera_options *out_camera)
      
    • mln_map_camera_for_lat_lngs

      public static int mln_map_camera_for_lat_lngs(MemorySegment map, MemorySegment coordinates, long coordinate_count, MemorySegment fit_options, MemorySegment out_camera)
      mln_status mln_map_camera_for_lat_lngs(mln_map *map, const mln_lat_lng *coordinates, size_t coordinate_count, const mln_camera_fit_options *fit_options, mln_camera_options *out_camera)
      
    • mln_map_camera_for_geometry$descriptor

      public static FunctionDescriptor mln_map_camera_for_geometry$descriptor()
      Function descriptor for:
      mln_status mln_map_camera_for_geometry(mln_map *map, const mln_geometry *geometry, const mln_camera_fit_options *fit_options, mln_camera_options *out_camera)
      
    • mln_map_camera_for_geometry$handle

      public static MethodHandle mln_map_camera_for_geometry$handle()
      Downcall method handle for:
      mln_status mln_map_camera_for_geometry(mln_map *map, const mln_geometry *geometry, const mln_camera_fit_options *fit_options, mln_camera_options *out_camera)
      
    • mln_map_camera_for_geometry$address

      public static MemorySegment mln_map_camera_for_geometry$address()
      Address for:
      mln_status mln_map_camera_for_geometry(mln_map *map, const mln_geometry *geometry, const mln_camera_fit_options *fit_options, mln_camera_options *out_camera)
      
    • mln_map_camera_for_geometry

      public static int mln_map_camera_for_geometry(MemorySegment map, MemorySegment geometry, MemorySegment fit_options, MemorySegment out_camera)
      mln_status mln_map_camera_for_geometry(mln_map *map, const mln_geometry *geometry, const mln_camera_fit_options *fit_options, mln_camera_options *out_camera)
      
    • mln_map_lat_lng_bounds_for_camera$descriptor

      public static FunctionDescriptor mln_map_lat_lng_bounds_for_camera$descriptor()
      Function descriptor for:
      mln_status mln_map_lat_lng_bounds_for_camera(mln_map *map, const mln_camera_options *camera, mln_lat_lng_bounds *out_bounds)
      
    • mln_map_lat_lng_bounds_for_camera$handle

      public static MethodHandle mln_map_lat_lng_bounds_for_camera$handle()
      Downcall method handle for:
      mln_status mln_map_lat_lng_bounds_for_camera(mln_map *map, const mln_camera_options *camera, mln_lat_lng_bounds *out_bounds)
      
    • mln_map_lat_lng_bounds_for_camera$address

      public static MemorySegment mln_map_lat_lng_bounds_for_camera$address()
      Address for:
      mln_status mln_map_lat_lng_bounds_for_camera(mln_map *map, const mln_camera_options *camera, mln_lat_lng_bounds *out_bounds)
      
    • mln_map_lat_lng_bounds_for_camera

      public static int mln_map_lat_lng_bounds_for_camera(MemorySegment map, MemorySegment camera, MemorySegment out_bounds)
      mln_status mln_map_lat_lng_bounds_for_camera(mln_map *map, const mln_camera_options *camera, mln_lat_lng_bounds *out_bounds)
      
    • mln_map_lat_lng_bounds_for_camera_unwrapped$descriptor

      public static FunctionDescriptor mln_map_lat_lng_bounds_for_camera_unwrapped$descriptor()
      Function descriptor for:
      mln_status mln_map_lat_lng_bounds_for_camera_unwrapped(mln_map *map, const mln_camera_options *camera, mln_lat_lng_bounds *out_bounds)
      
    • mln_map_lat_lng_bounds_for_camera_unwrapped$handle

      public static MethodHandle mln_map_lat_lng_bounds_for_camera_unwrapped$handle()
      Downcall method handle for:
      mln_status mln_map_lat_lng_bounds_for_camera_unwrapped(mln_map *map, const mln_camera_options *camera, mln_lat_lng_bounds *out_bounds)
      
    • mln_map_lat_lng_bounds_for_camera_unwrapped$address

      public static MemorySegment mln_map_lat_lng_bounds_for_camera_unwrapped$address()
      Address for:
      mln_status mln_map_lat_lng_bounds_for_camera_unwrapped(mln_map *map, const mln_camera_options *camera, mln_lat_lng_bounds *out_bounds)
      
    • mln_map_lat_lng_bounds_for_camera_unwrapped

      public static int mln_map_lat_lng_bounds_for_camera_unwrapped(MemorySegment map, MemorySegment camera, MemorySegment out_bounds)
      mln_status mln_map_lat_lng_bounds_for_camera_unwrapped(mln_map *map, const mln_camera_options *camera, mln_lat_lng_bounds *out_bounds)
      
    • mln_map_get_bounds$descriptor

      public static FunctionDescriptor mln_map_get_bounds$descriptor()
      Function descriptor for:
      mln_status mln_map_get_bounds(mln_map *map, mln_bound_options *out_options)
      
    • mln_map_get_bounds$handle

      public static MethodHandle mln_map_get_bounds$handle()
      Downcall method handle for:
      mln_status mln_map_get_bounds(mln_map *map, mln_bound_options *out_options)
      
    • mln_map_get_bounds$address

      public static MemorySegment mln_map_get_bounds$address()
      Address for:
      mln_status mln_map_get_bounds(mln_map *map, mln_bound_options *out_options)
      
    • mln_map_get_bounds

      public static int mln_map_get_bounds(MemorySegment map, MemorySegment out_options)
      mln_status mln_map_get_bounds(mln_map *map, mln_bound_options *out_options)
      
    • mln_map_set_bounds$descriptor

      public static FunctionDescriptor mln_map_set_bounds$descriptor()
      Function descriptor for:
      mln_status mln_map_set_bounds(mln_map *map, const mln_bound_options *options)
      
    • mln_map_set_bounds$handle

      public static MethodHandle mln_map_set_bounds$handle()
      Downcall method handle for:
      mln_status mln_map_set_bounds(mln_map *map, const mln_bound_options *options)
      
    • mln_map_set_bounds$address

      public static MemorySegment mln_map_set_bounds$address()
      Address for:
      mln_status mln_map_set_bounds(mln_map *map, const mln_bound_options *options)
      
    • mln_map_set_bounds

      public static int mln_map_set_bounds(MemorySegment map, MemorySegment options)
      mln_status mln_map_set_bounds(mln_map *map, const mln_bound_options *options)
      
    • mln_map_get_free_camera_options$descriptor

      public static FunctionDescriptor mln_map_get_free_camera_options$descriptor()
      Function descriptor for:
      mln_status mln_map_get_free_camera_options(mln_map *map, mln_free_camera_options *out_options)
      
    • mln_map_get_free_camera_options$handle

      public static MethodHandle mln_map_get_free_camera_options$handle()
      Downcall method handle for:
      mln_status mln_map_get_free_camera_options(mln_map *map, mln_free_camera_options *out_options)
      
    • mln_map_get_free_camera_options$address

      public static MemorySegment mln_map_get_free_camera_options$address()
      Address for:
      mln_status mln_map_get_free_camera_options(mln_map *map, mln_free_camera_options *out_options)
      
    • mln_map_get_free_camera_options

      public static int mln_map_get_free_camera_options(MemorySegment map, MemorySegment out_options)
      mln_status mln_map_get_free_camera_options(mln_map *map, mln_free_camera_options *out_options)
      
    • mln_map_set_free_camera_options$descriptor

      public static FunctionDescriptor mln_map_set_free_camera_options$descriptor()
      Function descriptor for:
      mln_status mln_map_set_free_camera_options(mln_map *map, const mln_free_camera_options *options)
      
    • mln_map_set_free_camera_options$handle

      public static MethodHandle mln_map_set_free_camera_options$handle()
      Downcall method handle for:
      mln_status mln_map_set_free_camera_options(mln_map *map, const mln_free_camera_options *options)
      
    • mln_map_set_free_camera_options$address

      public static MemorySegment mln_map_set_free_camera_options$address()
      Address for:
      mln_status mln_map_set_free_camera_options(mln_map *map, const mln_free_camera_options *options)
      
    • mln_map_set_free_camera_options

      public static int mln_map_set_free_camera_options(MemorySegment map, MemorySegment options)
      mln_status mln_map_set_free_camera_options(mln_map *map, const mln_free_camera_options *options)
      
    • mln_map_get_projection_mode$descriptor

      public static FunctionDescriptor mln_map_get_projection_mode$descriptor()
      Function descriptor for:
      mln_status mln_map_get_projection_mode(mln_map *map, mln_projection_mode *out_mode)
      
    • mln_map_get_projection_mode$handle

      public static MethodHandle mln_map_get_projection_mode$handle()
      Downcall method handle for:
      mln_status mln_map_get_projection_mode(mln_map *map, mln_projection_mode *out_mode)
      
    • mln_map_get_projection_mode$address

      public static MemorySegment mln_map_get_projection_mode$address()
      Address for:
      mln_status mln_map_get_projection_mode(mln_map *map, mln_projection_mode *out_mode)
      
    • mln_map_get_projection_mode

      public static int mln_map_get_projection_mode(MemorySegment map, MemorySegment out_mode)
      mln_status mln_map_get_projection_mode(mln_map *map, mln_projection_mode *out_mode)
      
    • mln_map_set_projection_mode$descriptor

      public static FunctionDescriptor mln_map_set_projection_mode$descriptor()
      Function descriptor for:
      mln_status mln_map_set_projection_mode(mln_map *map, const mln_projection_mode *mode)
      
    • mln_map_set_projection_mode$handle

      public static MethodHandle mln_map_set_projection_mode$handle()
      Downcall method handle for:
      mln_status mln_map_set_projection_mode(mln_map *map, const mln_projection_mode *mode)
      
    • mln_map_set_projection_mode$address

      public static MemorySegment mln_map_set_projection_mode$address()
      Address for:
      mln_status mln_map_set_projection_mode(mln_map *map, const mln_projection_mode *mode)
      
    • mln_map_set_projection_mode

      public static int mln_map_set_projection_mode(MemorySegment map, MemorySegment mode)
      mln_status mln_map_set_projection_mode(mln_map *map, const mln_projection_mode *mode)
      
    • mln_map_pixel_for_lat_lng$descriptor

      public static FunctionDescriptor mln_map_pixel_for_lat_lng$descriptor()
      Function descriptor for:
      mln_status mln_map_pixel_for_lat_lng(mln_map *map, mln_lat_lng coordinate, mln_screen_point *out_point)
      
    • mln_map_pixel_for_lat_lng$handle

      public static MethodHandle mln_map_pixel_for_lat_lng$handle()
      Downcall method handle for:
      mln_status mln_map_pixel_for_lat_lng(mln_map *map, mln_lat_lng coordinate, mln_screen_point *out_point)
      
    • mln_map_pixel_for_lat_lng$address

      public static MemorySegment mln_map_pixel_for_lat_lng$address()
      Address for:
      mln_status mln_map_pixel_for_lat_lng(mln_map *map, mln_lat_lng coordinate, mln_screen_point *out_point)
      
    • mln_map_pixel_for_lat_lng

      public static int mln_map_pixel_for_lat_lng(MemorySegment map, MemorySegment coordinate, MemorySegment out_point)
      mln_status mln_map_pixel_for_lat_lng(mln_map *map, mln_lat_lng coordinate, mln_screen_point *out_point)
      
    • mln_map_lat_lng_for_pixel$descriptor

      public static FunctionDescriptor mln_map_lat_lng_for_pixel$descriptor()
      Function descriptor for:
      mln_status mln_map_lat_lng_for_pixel(mln_map *map, mln_screen_point point, mln_lat_lng *out_coordinate)
      
    • mln_map_lat_lng_for_pixel$handle

      public static MethodHandle mln_map_lat_lng_for_pixel$handle()
      Downcall method handle for:
      mln_status mln_map_lat_lng_for_pixel(mln_map *map, mln_screen_point point, mln_lat_lng *out_coordinate)
      
    • mln_map_lat_lng_for_pixel$address

      public static MemorySegment mln_map_lat_lng_for_pixel$address()
      Address for:
      mln_status mln_map_lat_lng_for_pixel(mln_map *map, mln_screen_point point, mln_lat_lng *out_coordinate)
      
    • mln_map_lat_lng_for_pixel

      public static int mln_map_lat_lng_for_pixel(MemorySegment map, MemorySegment point, MemorySegment out_coordinate)
      mln_status mln_map_lat_lng_for_pixel(mln_map *map, mln_screen_point point, mln_lat_lng *out_coordinate)
      
    • mln_map_pixels_for_lat_lngs$descriptor

      public static FunctionDescriptor mln_map_pixels_for_lat_lngs$descriptor()
      Function descriptor for:
      mln_status mln_map_pixels_for_lat_lngs(mln_map *map, const mln_lat_lng *coordinates, size_t coordinate_count, mln_screen_point *out_points)
      
    • mln_map_pixels_for_lat_lngs$handle

      public static MethodHandle mln_map_pixels_for_lat_lngs$handle()
      Downcall method handle for:
      mln_status mln_map_pixels_for_lat_lngs(mln_map *map, const mln_lat_lng *coordinates, size_t coordinate_count, mln_screen_point *out_points)
      
    • mln_map_pixels_for_lat_lngs$address

      public static MemorySegment mln_map_pixels_for_lat_lngs$address()
      Address for:
      mln_status mln_map_pixels_for_lat_lngs(mln_map *map, const mln_lat_lng *coordinates, size_t coordinate_count, mln_screen_point *out_points)
      
    • mln_map_pixels_for_lat_lngs

      public static int mln_map_pixels_for_lat_lngs(MemorySegment map, MemorySegment coordinates, long coordinate_count, MemorySegment out_points)
      mln_status mln_map_pixels_for_lat_lngs(mln_map *map, const mln_lat_lng *coordinates, size_t coordinate_count, mln_screen_point *out_points)
      
    • mln_map_lat_lngs_for_pixels$descriptor

      public static FunctionDescriptor mln_map_lat_lngs_for_pixels$descriptor()
      Function descriptor for:
      mln_status mln_map_lat_lngs_for_pixels(mln_map *map, const mln_screen_point *points, size_t point_count, mln_lat_lng *out_coordinates)
      
    • mln_map_lat_lngs_for_pixels$handle

      public static MethodHandle mln_map_lat_lngs_for_pixels$handle()
      Downcall method handle for:
      mln_status mln_map_lat_lngs_for_pixels(mln_map *map, const mln_screen_point *points, size_t point_count, mln_lat_lng *out_coordinates)
      
    • mln_map_lat_lngs_for_pixels$address

      public static MemorySegment mln_map_lat_lngs_for_pixels$address()
      Address for:
      mln_status mln_map_lat_lngs_for_pixels(mln_map *map, const mln_screen_point *points, size_t point_count, mln_lat_lng *out_coordinates)
      
    • mln_map_lat_lngs_for_pixels

      public static int mln_map_lat_lngs_for_pixels(MemorySegment map, MemorySegment points, long point_count, MemorySegment out_coordinates)
      mln_status mln_map_lat_lngs_for_pixels(mln_map *map, const mln_screen_point *points, size_t point_count, mln_lat_lng *out_coordinates)
      
    • mln_thread_last_error_message$descriptor

      public static FunctionDescriptor mln_thread_last_error_message$descriptor()
      Function descriptor for:
      const char *mln_thread_last_error_message()
      
    • mln_thread_last_error_message$handle

      public static MethodHandle mln_thread_last_error_message$handle()
      Downcall method handle for:
      const char *mln_thread_last_error_message()
      
    • mln_thread_last_error_message$address

      public static MemorySegment mln_thread_last_error_message$address()
      Address for:
      const char *mln_thread_last_error_message()
      
    • mln_thread_last_error_message

      public static MemorySegment mln_thread_last_error_message()
      const char *mln_thread_last_error_message()
      
    • MLN_LOG_SEVERITY_INFO

      public static int MLN_LOG_SEVERITY_INFO()
      enum mln_log_severity.MLN_LOG_SEVERITY_INFO = 1
      
    • MLN_LOG_SEVERITY_WARNING

      public static int MLN_LOG_SEVERITY_WARNING()
      enum mln_log_severity.MLN_LOG_SEVERITY_WARNING = 2
      
    • MLN_LOG_SEVERITY_ERROR

      public static int MLN_LOG_SEVERITY_ERROR()
      enum mln_log_severity.MLN_LOG_SEVERITY_ERROR = 3
      
    • MLN_LOG_SEVERITY_MASK_INFO

      public static int MLN_LOG_SEVERITY_MASK_INFO()
      enum mln_log_severity_mask.MLN_LOG_SEVERITY_MASK_INFO = 2
      
    • MLN_LOG_SEVERITY_MASK_WARNING

      public static int MLN_LOG_SEVERITY_MASK_WARNING()
      enum mln_log_severity_mask.MLN_LOG_SEVERITY_MASK_WARNING = 4
      
    • MLN_LOG_SEVERITY_MASK_ERROR

      public static int MLN_LOG_SEVERITY_MASK_ERROR()
      enum mln_log_severity_mask.MLN_LOG_SEVERITY_MASK_ERROR = 8
      
    • MLN_LOG_SEVERITY_MASK_DEFAULT

      public static int MLN_LOG_SEVERITY_MASK_DEFAULT()
      enum mln_log_severity_mask.MLN_LOG_SEVERITY_MASK_DEFAULT = 6
      
    • MLN_LOG_SEVERITY_MASK_ALL

      public static int MLN_LOG_SEVERITY_MASK_ALL()
      enum mln_log_severity_mask.MLN_LOG_SEVERITY_MASK_ALL = 14
      
    • MLN_LOG_EVENT_GENERAL

      public static int MLN_LOG_EVENT_GENERAL()
      enum mln_log_event.MLN_LOG_EVENT_GENERAL = 0
      
    • MLN_LOG_EVENT_SETUP

      public static int MLN_LOG_EVENT_SETUP()
      enum mln_log_event.MLN_LOG_EVENT_SETUP = 1
      
    • MLN_LOG_EVENT_SHADER

      public static int MLN_LOG_EVENT_SHADER()
      enum mln_log_event.MLN_LOG_EVENT_SHADER = 2
      
    • MLN_LOG_EVENT_PARSE_STYLE

      public static int MLN_LOG_EVENT_PARSE_STYLE()
      enum mln_log_event.MLN_LOG_EVENT_PARSE_STYLE = 3
      
    • MLN_LOG_EVENT_PARSE_TILE

      public static int MLN_LOG_EVENT_PARSE_TILE()
      enum mln_log_event.MLN_LOG_EVENT_PARSE_TILE = 4
      
    • MLN_LOG_EVENT_RENDER

      public static int MLN_LOG_EVENT_RENDER()
      enum mln_log_event.MLN_LOG_EVENT_RENDER = 5
      
    • MLN_LOG_EVENT_STYLE

      public static int MLN_LOG_EVENT_STYLE()
      enum mln_log_event.MLN_LOG_EVENT_STYLE = 6
      
    • MLN_LOG_EVENT_DATABASE

      public static int MLN_LOG_EVENT_DATABASE()
      enum mln_log_event.MLN_LOG_EVENT_DATABASE = 7
      
    • MLN_LOG_EVENT_HTTP_REQUEST

      public static int MLN_LOG_EVENT_HTTP_REQUEST()
      enum mln_log_event.MLN_LOG_EVENT_HTTP_REQUEST = 8
      
    • MLN_LOG_EVENT_SPRITE

      public static int MLN_LOG_EVENT_SPRITE()
      enum mln_log_event.MLN_LOG_EVENT_SPRITE = 9
      
    • MLN_LOG_EVENT_IMAGE

      public static int MLN_LOG_EVENT_IMAGE()
      enum mln_log_event.MLN_LOG_EVENT_IMAGE = 10
      
    • MLN_LOG_EVENT_OPENGL

      public static int MLN_LOG_EVENT_OPENGL()
      enum mln_log_event.MLN_LOG_EVENT_OPENGL = 11
      
    • MLN_LOG_EVENT_JNI

      public static int MLN_LOG_EVENT_JNI()
      enum mln_log_event.MLN_LOG_EVENT_JNI = 12
      
    • MLN_LOG_EVENT_ANDROID

      public static int MLN_LOG_EVENT_ANDROID()
      enum mln_log_event.MLN_LOG_EVENT_ANDROID = 13
      
    • MLN_LOG_EVENT_CRASH

      public static int MLN_LOG_EVENT_CRASH()
      enum mln_log_event.MLN_LOG_EVENT_CRASH = 14
      
    • MLN_LOG_EVENT_GLYPH

      public static int MLN_LOG_EVENT_GLYPH()
      enum mln_log_event.MLN_LOG_EVENT_GLYPH = 15
      
    • MLN_LOG_EVENT_TIMING

      public static int MLN_LOG_EVENT_TIMING()
      enum mln_log_event.MLN_LOG_EVENT_TIMING = 16
      
    • mln_log_set_callback$descriptor

      public static FunctionDescriptor mln_log_set_callback$descriptor()
      Function descriptor for:
      mln_status mln_log_set_callback(mln_log_callback callback, void *user_data)
      
    • mln_log_set_callback$handle

      public static MethodHandle mln_log_set_callback$handle()
      Downcall method handle for:
      mln_status mln_log_set_callback(mln_log_callback callback, void *user_data)
      
    • mln_log_set_callback$address

      public static MemorySegment mln_log_set_callback$address()
      Address for:
      mln_status mln_log_set_callback(mln_log_callback callback, void *user_data)
      
    • mln_log_set_callback

      public static int mln_log_set_callback(MemorySegment callback, MemorySegment user_data)
      mln_status mln_log_set_callback(mln_log_callback callback, void *user_data)
      
    • mln_log_clear_callback$descriptor

      public static FunctionDescriptor mln_log_clear_callback$descriptor()
      Function descriptor for:
      mln_status mln_log_clear_callback()
      
    • mln_log_clear_callback$handle

      public static MethodHandle mln_log_clear_callback$handle()
      Downcall method handle for:
      mln_status mln_log_clear_callback()
      
    • mln_log_clear_callback$address

      public static MemorySegment mln_log_clear_callback$address()
      Address for:
      mln_status mln_log_clear_callback()
      
    • mln_log_clear_callback

      public static int mln_log_clear_callback()
      mln_status mln_log_clear_callback()
      
    • mln_log_set_async_severity_mask$descriptor

      public static FunctionDescriptor mln_log_set_async_severity_mask$descriptor()
      Function descriptor for:
      mln_status mln_log_set_async_severity_mask(uint32_t mask)
      
    • mln_log_set_async_severity_mask$handle

      public static MethodHandle mln_log_set_async_severity_mask$handle()
      Downcall method handle for:
      mln_status mln_log_set_async_severity_mask(uint32_t mask)
      
    • mln_log_set_async_severity_mask$address

      public static MemorySegment mln_log_set_async_severity_mask$address()
      Address for:
      mln_status mln_log_set_async_severity_mask(uint32_t mask)
      
    • mln_log_set_async_severity_mask

      public static int mln_log_set_async_severity_mask(int mask)
      mln_status mln_log_set_async_severity_mask(uint32_t mask)
      
    • mln_map_projection_create$descriptor

      public static FunctionDescriptor mln_map_projection_create$descriptor()
      Function descriptor for:
      mln_status mln_map_projection_create(mln_map *map, mln_map_projection **out_projection)
      
    • mln_map_projection_create$handle

      public static MethodHandle mln_map_projection_create$handle()
      Downcall method handle for:
      mln_status mln_map_projection_create(mln_map *map, mln_map_projection **out_projection)
      
    • mln_map_projection_create$address

      public static MemorySegment mln_map_projection_create$address()
      Address for:
      mln_status mln_map_projection_create(mln_map *map, mln_map_projection **out_projection)
      
    • mln_map_projection_create

      public static int mln_map_projection_create(MemorySegment map, MemorySegment out_projection)
      mln_status mln_map_projection_create(mln_map *map, mln_map_projection **out_projection)
      
    • mln_map_projection_destroy$descriptor

      public static FunctionDescriptor mln_map_projection_destroy$descriptor()
      Function descriptor for:
      mln_status mln_map_projection_destroy(mln_map_projection *projection)
      
    • mln_map_projection_destroy$handle

      public static MethodHandle mln_map_projection_destroy$handle()
      Downcall method handle for:
      mln_status mln_map_projection_destroy(mln_map_projection *projection)
      
    • mln_map_projection_destroy$address

      public static MemorySegment mln_map_projection_destroy$address()
      Address for:
      mln_status mln_map_projection_destroy(mln_map_projection *projection)
      
    • mln_map_projection_destroy

      public static int mln_map_projection_destroy(MemorySegment projection)
      mln_status mln_map_projection_destroy(mln_map_projection *projection)
      
    • mln_map_projection_get_camera$descriptor

      public static FunctionDescriptor mln_map_projection_get_camera$descriptor()
      Function descriptor for:
      mln_status mln_map_projection_get_camera(mln_map_projection *projection, mln_camera_options *out_camera)
      
    • mln_map_projection_get_camera$handle

      public static MethodHandle mln_map_projection_get_camera$handle()
      Downcall method handle for:
      mln_status mln_map_projection_get_camera(mln_map_projection *projection, mln_camera_options *out_camera)
      
    • mln_map_projection_get_camera$address

      public static MemorySegment mln_map_projection_get_camera$address()
      Address for:
      mln_status mln_map_projection_get_camera(mln_map_projection *projection, mln_camera_options *out_camera)
      
    • mln_map_projection_get_camera

      public static int mln_map_projection_get_camera(MemorySegment projection, MemorySegment out_camera)
      mln_status mln_map_projection_get_camera(mln_map_projection *projection, mln_camera_options *out_camera)
      
    • mln_map_projection_set_camera$descriptor

      public static FunctionDescriptor mln_map_projection_set_camera$descriptor()
      Function descriptor for:
      mln_status mln_map_projection_set_camera(mln_map_projection *projection, const mln_camera_options *camera)
      
    • mln_map_projection_set_camera$handle

      public static MethodHandle mln_map_projection_set_camera$handle()
      Downcall method handle for:
      mln_status mln_map_projection_set_camera(mln_map_projection *projection, const mln_camera_options *camera)
      
    • mln_map_projection_set_camera$address

      public static MemorySegment mln_map_projection_set_camera$address()
      Address for:
      mln_status mln_map_projection_set_camera(mln_map_projection *projection, const mln_camera_options *camera)
      
    • mln_map_projection_set_camera

      public static int mln_map_projection_set_camera(MemorySegment projection, MemorySegment camera)
      mln_status mln_map_projection_set_camera(mln_map_projection *projection, const mln_camera_options *camera)
      
    • mln_map_projection_set_visible_coordinates$descriptor

      public static FunctionDescriptor mln_map_projection_set_visible_coordinates$descriptor()
      Function descriptor for:
      mln_status mln_map_projection_set_visible_coordinates(mln_map_projection *projection, const mln_lat_lng *coordinates, size_t coordinate_count, mln_edge_insets padding)
      
    • mln_map_projection_set_visible_coordinates$handle

      public static MethodHandle mln_map_projection_set_visible_coordinates$handle()
      Downcall method handle for:
      mln_status mln_map_projection_set_visible_coordinates(mln_map_projection *projection, const mln_lat_lng *coordinates, size_t coordinate_count, mln_edge_insets padding)
      
    • mln_map_projection_set_visible_coordinates$address

      public static MemorySegment mln_map_projection_set_visible_coordinates$address()
      Address for:
      mln_status mln_map_projection_set_visible_coordinates(mln_map_projection *projection, const mln_lat_lng *coordinates, size_t coordinate_count, mln_edge_insets padding)
      
    • mln_map_projection_set_visible_coordinates

      public static int mln_map_projection_set_visible_coordinates(MemorySegment projection, MemorySegment coordinates, long coordinate_count, MemorySegment padding)
      mln_status mln_map_projection_set_visible_coordinates(mln_map_projection *projection, const mln_lat_lng *coordinates, size_t coordinate_count, mln_edge_insets padding)
      
    • mln_map_projection_set_visible_geometry$descriptor

      public static FunctionDescriptor mln_map_projection_set_visible_geometry$descriptor()
      Function descriptor for:
      mln_status mln_map_projection_set_visible_geometry(mln_map_projection *projection, const mln_geometry *geometry, mln_edge_insets padding)
      
    • mln_map_projection_set_visible_geometry$handle

      public static MethodHandle mln_map_projection_set_visible_geometry$handle()
      Downcall method handle for:
      mln_status mln_map_projection_set_visible_geometry(mln_map_projection *projection, const mln_geometry *geometry, mln_edge_insets padding)
      
    • mln_map_projection_set_visible_geometry$address

      public static MemorySegment mln_map_projection_set_visible_geometry$address()
      Address for:
      mln_status mln_map_projection_set_visible_geometry(mln_map_projection *projection, const mln_geometry *geometry, mln_edge_insets padding)
      
    • mln_map_projection_set_visible_geometry

      public static int mln_map_projection_set_visible_geometry(MemorySegment projection, MemorySegment geometry, MemorySegment padding)
      mln_status mln_map_projection_set_visible_geometry(mln_map_projection *projection, const mln_geometry *geometry, mln_edge_insets padding)
      
    • mln_map_projection_pixel_for_lat_lng$descriptor

      public static FunctionDescriptor mln_map_projection_pixel_for_lat_lng$descriptor()
      Function descriptor for:
      mln_status mln_map_projection_pixel_for_lat_lng(mln_map_projection *projection, mln_lat_lng coordinate, mln_screen_point *out_point)
      
    • mln_map_projection_pixel_for_lat_lng$handle

      public static MethodHandle mln_map_projection_pixel_for_lat_lng$handle()
      Downcall method handle for:
      mln_status mln_map_projection_pixel_for_lat_lng(mln_map_projection *projection, mln_lat_lng coordinate, mln_screen_point *out_point)
      
    • mln_map_projection_pixel_for_lat_lng$address

      public static MemorySegment mln_map_projection_pixel_for_lat_lng$address()
      Address for:
      mln_status mln_map_projection_pixel_for_lat_lng(mln_map_projection *projection, mln_lat_lng coordinate, mln_screen_point *out_point)
      
    • mln_map_projection_pixel_for_lat_lng

      public static int mln_map_projection_pixel_for_lat_lng(MemorySegment projection, MemorySegment coordinate, MemorySegment out_point)
      mln_status mln_map_projection_pixel_for_lat_lng(mln_map_projection *projection, mln_lat_lng coordinate, mln_screen_point *out_point)
      
    • mln_map_projection_lat_lng_for_pixel$descriptor

      public static FunctionDescriptor mln_map_projection_lat_lng_for_pixel$descriptor()
      Function descriptor for:
      mln_status mln_map_projection_lat_lng_for_pixel(mln_map_projection *projection, mln_screen_point point, mln_lat_lng *out_coordinate)
      
    • mln_map_projection_lat_lng_for_pixel$handle

      public static MethodHandle mln_map_projection_lat_lng_for_pixel$handle()
      Downcall method handle for:
      mln_status mln_map_projection_lat_lng_for_pixel(mln_map_projection *projection, mln_screen_point point, mln_lat_lng *out_coordinate)
      
    • mln_map_projection_lat_lng_for_pixel$address

      public static MemorySegment mln_map_projection_lat_lng_for_pixel$address()
      Address for:
      mln_status mln_map_projection_lat_lng_for_pixel(mln_map_projection *projection, mln_screen_point point, mln_lat_lng *out_coordinate)
      
    • mln_map_projection_lat_lng_for_pixel

      public static int mln_map_projection_lat_lng_for_pixel(MemorySegment projection, MemorySegment point, MemorySegment out_coordinate)
      mln_status mln_map_projection_lat_lng_for_pixel(mln_map_projection *projection, mln_screen_point point, mln_lat_lng *out_coordinate)
      
    • mln_projected_meters_for_lat_lng$descriptor

      public static FunctionDescriptor mln_projected_meters_for_lat_lng$descriptor()
      Function descriptor for:
      mln_status mln_projected_meters_for_lat_lng(mln_lat_lng coordinate, mln_projected_meters *out_meters)
      
    • mln_projected_meters_for_lat_lng$handle

      public static MethodHandle mln_projected_meters_for_lat_lng$handle()
      Downcall method handle for:
      mln_status mln_projected_meters_for_lat_lng(mln_lat_lng coordinate, mln_projected_meters *out_meters)
      
    • mln_projected_meters_for_lat_lng$address

      public static MemorySegment mln_projected_meters_for_lat_lng$address()
      Address for:
      mln_status mln_projected_meters_for_lat_lng(mln_lat_lng coordinate, mln_projected_meters *out_meters)
      
    • mln_projected_meters_for_lat_lng

      public static int mln_projected_meters_for_lat_lng(MemorySegment coordinate, MemorySegment out_meters)
      mln_status mln_projected_meters_for_lat_lng(mln_lat_lng coordinate, mln_projected_meters *out_meters)
      
    • mln_lat_lng_for_projected_meters$descriptor

      public static FunctionDescriptor mln_lat_lng_for_projected_meters$descriptor()
      Function descriptor for:
      mln_status mln_lat_lng_for_projected_meters(mln_projected_meters meters, mln_lat_lng *out_coordinate)
      
    • mln_lat_lng_for_projected_meters$handle

      public static MethodHandle mln_lat_lng_for_projected_meters$handle()
      Downcall method handle for:
      mln_status mln_lat_lng_for_projected_meters(mln_projected_meters meters, mln_lat_lng *out_coordinate)
      
    • mln_lat_lng_for_projected_meters$address

      public static MemorySegment mln_lat_lng_for_projected_meters$address()
      Address for:
      mln_status mln_lat_lng_for_projected_meters(mln_projected_meters meters, mln_lat_lng *out_coordinate)
      
    • mln_lat_lng_for_projected_meters

      public static int mln_lat_lng_for_projected_meters(MemorySegment meters, MemorySegment out_coordinate)
      mln_status mln_lat_lng_for_projected_meters(mln_projected_meters meters, mln_lat_lng *out_coordinate)
      
    • MLN_RENDERED_QUERY_GEOMETRY_TYPE_POINT

      public static int MLN_RENDERED_QUERY_GEOMETRY_TYPE_POINT()
      enum mln_rendered_query_geometry_type.MLN_RENDERED_QUERY_GEOMETRY_TYPE_POINT = 1
      
    • MLN_RENDERED_QUERY_GEOMETRY_TYPE_BOX

      public static int MLN_RENDERED_QUERY_GEOMETRY_TYPE_BOX()
      enum mln_rendered_query_geometry_type.MLN_RENDERED_QUERY_GEOMETRY_TYPE_BOX = 2
      
    • MLN_RENDERED_QUERY_GEOMETRY_TYPE_LINE_STRING

      public static int MLN_RENDERED_QUERY_GEOMETRY_TYPE_LINE_STRING()
      enum mln_rendered_query_geometry_type.MLN_RENDERED_QUERY_GEOMETRY_TYPE_LINE_STRING = 3
      
    • MLN_RENDERED_FEATURE_QUERY_OPTION_LAYER_IDS

      public static int MLN_RENDERED_FEATURE_QUERY_OPTION_LAYER_IDS()
      enum mln_rendered_feature_query_option_field.MLN_RENDERED_FEATURE_QUERY_OPTION_LAYER_IDS = 1
      
    • MLN_SOURCE_FEATURE_QUERY_OPTION_SOURCE_LAYER_IDS

      public static int MLN_SOURCE_FEATURE_QUERY_OPTION_SOURCE_LAYER_IDS()
      enum mln_source_feature_query_option_field.MLN_SOURCE_FEATURE_QUERY_OPTION_SOURCE_LAYER_IDS = 1
      
    • MLN_QUERIED_FEATURE_SOURCE_ID

      public static int MLN_QUERIED_FEATURE_SOURCE_ID()
      enum mln_queried_feature_field.MLN_QUERIED_FEATURE_SOURCE_ID = 1
      
    • MLN_QUERIED_FEATURE_SOURCE_LAYER_ID

      public static int MLN_QUERIED_FEATURE_SOURCE_LAYER_ID()
      enum mln_queried_feature_field.MLN_QUERIED_FEATURE_SOURCE_LAYER_ID = 2
      
    • MLN_QUERIED_FEATURE_STATE

      public static int MLN_QUERIED_FEATURE_STATE()
      enum mln_queried_feature_field.MLN_QUERIED_FEATURE_STATE = 4
      
    • MLN_FEATURE_EXTENSION_RESULT_TYPE_VALUE

      public static int MLN_FEATURE_EXTENSION_RESULT_TYPE_VALUE()
      enum mln_feature_extension_result_type.MLN_FEATURE_EXTENSION_RESULT_TYPE_VALUE = 1
      
    • MLN_FEATURE_EXTENSION_RESULT_TYPE_FEATURE_COLLECTION

      public static int MLN_FEATURE_EXTENSION_RESULT_TYPE_FEATURE_COLLECTION()
      enum mln_feature_extension_result_type.MLN_FEATURE_EXTENSION_RESULT_TYPE_FEATURE_COLLECTION = 2
      
    • mln_rendered_feature_query_options_default$descriptor

      public static FunctionDescriptor mln_rendered_feature_query_options_default$descriptor()
      Function descriptor for:
      mln_rendered_feature_query_options mln_rendered_feature_query_options_default()
      
    • mln_rendered_feature_query_options_default$handle

      public static MethodHandle mln_rendered_feature_query_options_default$handle()
      Downcall method handle for:
      mln_rendered_feature_query_options mln_rendered_feature_query_options_default()
      
    • mln_rendered_feature_query_options_default$address

      public static MemorySegment mln_rendered_feature_query_options_default$address()
      Address for:
      mln_rendered_feature_query_options mln_rendered_feature_query_options_default()
      
    • mln_rendered_feature_query_options_default

      public static MemorySegment mln_rendered_feature_query_options_default(SegmentAllocator allocator)
      mln_rendered_feature_query_options mln_rendered_feature_query_options_default()
      
    • mln_source_feature_query_options_default$descriptor

      public static FunctionDescriptor mln_source_feature_query_options_default$descriptor()
      Function descriptor for:
      mln_source_feature_query_options mln_source_feature_query_options_default()
      
    • mln_source_feature_query_options_default$handle

      public static MethodHandle mln_source_feature_query_options_default$handle()
      Downcall method handle for:
      mln_source_feature_query_options mln_source_feature_query_options_default()
      
    • mln_source_feature_query_options_default$address

      public static MemorySegment mln_source_feature_query_options_default$address()
      Address for:
      mln_source_feature_query_options mln_source_feature_query_options_default()
      
    • mln_source_feature_query_options_default

      public static MemorySegment mln_source_feature_query_options_default(SegmentAllocator allocator)
      mln_source_feature_query_options mln_source_feature_query_options_default()
      
    • mln_rendered_query_geometry_point$descriptor

      public static FunctionDescriptor mln_rendered_query_geometry_point$descriptor()
      Function descriptor for:
      mln_rendered_query_geometry mln_rendered_query_geometry_point(mln_screen_point point)
      
    • mln_rendered_query_geometry_point$handle

      public static MethodHandle mln_rendered_query_geometry_point$handle()
      Downcall method handle for:
      mln_rendered_query_geometry mln_rendered_query_geometry_point(mln_screen_point point)
      
    • mln_rendered_query_geometry_point$address

      public static MemorySegment mln_rendered_query_geometry_point$address()
      Address for:
      mln_rendered_query_geometry mln_rendered_query_geometry_point(mln_screen_point point)
      
    • mln_rendered_query_geometry_point

      public static MemorySegment mln_rendered_query_geometry_point(SegmentAllocator allocator, MemorySegment point)
      mln_rendered_query_geometry mln_rendered_query_geometry_point(mln_screen_point point)
      
    • mln_rendered_query_geometry_box$descriptor

      public static FunctionDescriptor mln_rendered_query_geometry_box$descriptor()
      Function descriptor for:
      mln_rendered_query_geometry mln_rendered_query_geometry_box(mln_screen_box box)
      
    • mln_rendered_query_geometry_box$handle

      public static MethodHandle mln_rendered_query_geometry_box$handle()
      Downcall method handle for:
      mln_rendered_query_geometry mln_rendered_query_geometry_box(mln_screen_box box)
      
    • mln_rendered_query_geometry_box$address

      public static MemorySegment mln_rendered_query_geometry_box$address()
      Address for:
      mln_rendered_query_geometry mln_rendered_query_geometry_box(mln_screen_box box)
      
    • mln_rendered_query_geometry_box

      public static MemorySegment mln_rendered_query_geometry_box(SegmentAllocator allocator, MemorySegment box)
      mln_rendered_query_geometry mln_rendered_query_geometry_box(mln_screen_box box)
      
    • mln_rendered_query_geometry_line_string$descriptor

      public static FunctionDescriptor mln_rendered_query_geometry_line_string$descriptor()
      Function descriptor for:
      mln_rendered_query_geometry mln_rendered_query_geometry_line_string(const mln_screen_point *points, size_t point_count)
      
    • mln_rendered_query_geometry_line_string$handle

      public static MethodHandle mln_rendered_query_geometry_line_string$handle()
      Downcall method handle for:
      mln_rendered_query_geometry mln_rendered_query_geometry_line_string(const mln_screen_point *points, size_t point_count)
      
    • mln_rendered_query_geometry_line_string$address

      public static MemorySegment mln_rendered_query_geometry_line_string$address()
      Address for:
      mln_rendered_query_geometry mln_rendered_query_geometry_line_string(const mln_screen_point *points, size_t point_count)
      
    • mln_rendered_query_geometry_line_string

      public static MemorySegment mln_rendered_query_geometry_line_string(SegmentAllocator allocator, MemorySegment points, long point_count)
      mln_rendered_query_geometry mln_rendered_query_geometry_line_string(const mln_screen_point *points, size_t point_count)
      
    • mln_render_session_query_rendered_features$descriptor

      public static FunctionDescriptor mln_render_session_query_rendered_features$descriptor()
      Function descriptor for:
      mln_status mln_render_session_query_rendered_features(mln_render_session *session, const mln_rendered_query_geometry *geometry, const mln_rendered_feature_query_options *options, mln_feature_query_result **out_result)
      
    • mln_render_session_query_rendered_features$handle

      public static MethodHandle mln_render_session_query_rendered_features$handle()
      Downcall method handle for:
      mln_status mln_render_session_query_rendered_features(mln_render_session *session, const mln_rendered_query_geometry *geometry, const mln_rendered_feature_query_options *options, mln_feature_query_result **out_result)
      
    • mln_render_session_query_rendered_features$address

      public static MemorySegment mln_render_session_query_rendered_features$address()
      Address for:
      mln_status mln_render_session_query_rendered_features(mln_render_session *session, const mln_rendered_query_geometry *geometry, const mln_rendered_feature_query_options *options, mln_feature_query_result **out_result)
      
    • mln_render_session_query_rendered_features

      public static int mln_render_session_query_rendered_features(MemorySegment session, MemorySegment geometry, MemorySegment options, MemorySegment out_result)
      mln_status mln_render_session_query_rendered_features(mln_render_session *session, const mln_rendered_query_geometry *geometry, const mln_rendered_feature_query_options *options, mln_feature_query_result **out_result)
      
    • mln_render_session_query_source_features$descriptor

      public static FunctionDescriptor mln_render_session_query_source_features$descriptor()
      Function descriptor for:
      mln_status mln_render_session_query_source_features(mln_render_session *session, mln_string_view source_id, const mln_source_feature_query_options *options, mln_feature_query_result **out_result)
      
    • mln_render_session_query_source_features$handle

      public static MethodHandle mln_render_session_query_source_features$handle()
      Downcall method handle for:
      mln_status mln_render_session_query_source_features(mln_render_session *session, mln_string_view source_id, const mln_source_feature_query_options *options, mln_feature_query_result **out_result)
      
    • mln_render_session_query_source_features$address

      public static MemorySegment mln_render_session_query_source_features$address()
      Address for:
      mln_status mln_render_session_query_source_features(mln_render_session *session, mln_string_view source_id, const mln_source_feature_query_options *options, mln_feature_query_result **out_result)
      
    • mln_render_session_query_source_features

      public static int mln_render_session_query_source_features(MemorySegment session, MemorySegment source_id, MemorySegment options, MemorySegment out_result)
      mln_status mln_render_session_query_source_features(mln_render_session *session, mln_string_view source_id, const mln_source_feature_query_options *options, mln_feature_query_result **out_result)
      
    • mln_render_session_query_feature_extensions$descriptor

      public static FunctionDescriptor mln_render_session_query_feature_extensions$descriptor()
      Function descriptor for:
      mln_status mln_render_session_query_feature_extensions(mln_render_session *session, mln_string_view source_id, const mln_feature *feature, mln_string_view extension, mln_string_view extension_field, const mln_json_value *arguments, mln_feature_extension_result **out_result)
      
    • mln_render_session_query_feature_extensions$handle

      public static MethodHandle mln_render_session_query_feature_extensions$handle()
      Downcall method handle for:
      mln_status mln_render_session_query_feature_extensions(mln_render_session *session, mln_string_view source_id, const mln_feature *feature, mln_string_view extension, mln_string_view extension_field, const mln_json_value *arguments, mln_feature_extension_result **out_result)
      
    • mln_render_session_query_feature_extensions$address

      public static MemorySegment mln_render_session_query_feature_extensions$address()
      Address for:
      mln_status mln_render_session_query_feature_extensions(mln_render_session *session, mln_string_view source_id, const mln_feature *feature, mln_string_view extension, mln_string_view extension_field, const mln_json_value *arguments, mln_feature_extension_result **out_result)
      
    • mln_render_session_query_feature_extensions

      public static int mln_render_session_query_feature_extensions(MemorySegment session, MemorySegment source_id, MemorySegment feature, MemorySegment extension, MemorySegment extension_field, MemorySegment arguments, MemorySegment out_result)
      mln_status mln_render_session_query_feature_extensions(mln_render_session *session, mln_string_view source_id, const mln_feature *feature, mln_string_view extension, mln_string_view extension_field, const mln_json_value *arguments, mln_feature_extension_result **out_result)
      
    • mln_feature_query_result_count$descriptor

      public static FunctionDescriptor mln_feature_query_result_count$descriptor()
      Function descriptor for:
      mln_status mln_feature_query_result_count(const mln_feature_query_result *result, size_t *out_count)
      
    • mln_feature_query_result_count$handle

      public static MethodHandle mln_feature_query_result_count$handle()
      Downcall method handle for:
      mln_status mln_feature_query_result_count(const mln_feature_query_result *result, size_t *out_count)
      
    • mln_feature_query_result_count$address

      public static MemorySegment mln_feature_query_result_count$address()
      Address for:
      mln_status mln_feature_query_result_count(const mln_feature_query_result *result, size_t *out_count)
      
    • mln_feature_query_result_count

      public static int mln_feature_query_result_count(MemorySegment result, MemorySegment out_count)
      mln_status mln_feature_query_result_count(const mln_feature_query_result *result, size_t *out_count)
      
    • mln_feature_query_result_get$descriptor

      public static FunctionDescriptor mln_feature_query_result_get$descriptor()
      Function descriptor for:
      mln_status mln_feature_query_result_get(const mln_feature_query_result *result, size_t index, mln_queried_feature *out_feature)
      
    • mln_feature_query_result_get$handle

      public static MethodHandle mln_feature_query_result_get$handle()
      Downcall method handle for:
      mln_status mln_feature_query_result_get(const mln_feature_query_result *result, size_t index, mln_queried_feature *out_feature)
      
    • mln_feature_query_result_get$address

      public static MemorySegment mln_feature_query_result_get$address()
      Address for:
      mln_status mln_feature_query_result_get(const mln_feature_query_result *result, size_t index, mln_queried_feature *out_feature)
      
    • mln_feature_query_result_get

      public static int mln_feature_query_result_get(MemorySegment result, long index, MemorySegment out_feature)
      mln_status mln_feature_query_result_get(const mln_feature_query_result *result, size_t index, mln_queried_feature *out_feature)
      
    • mln_feature_query_result_destroy$descriptor

      public static FunctionDescriptor mln_feature_query_result_destroy$descriptor()
      Function descriptor for:
      void mln_feature_query_result_destroy(mln_feature_query_result *result)
      
    • mln_feature_query_result_destroy$handle

      public static MethodHandle mln_feature_query_result_destroy$handle()
      Downcall method handle for:
      void mln_feature_query_result_destroy(mln_feature_query_result *result)
      
    • mln_feature_query_result_destroy$address

      public static MemorySegment mln_feature_query_result_destroy$address()
      Address for:
      void mln_feature_query_result_destroy(mln_feature_query_result *result)
      
    • mln_feature_query_result_destroy

      public static void mln_feature_query_result_destroy(MemorySegment result)
      void mln_feature_query_result_destroy(mln_feature_query_result *result)
      
    • mln_feature_extension_result_get$descriptor

      public static FunctionDescriptor mln_feature_extension_result_get$descriptor()
      Function descriptor for:
      mln_status mln_feature_extension_result_get(const mln_feature_extension_result *result, mln_feature_extension_result_info *out_info)
      
    • mln_feature_extension_result_get$handle

      public static MethodHandle mln_feature_extension_result_get$handle()
      Downcall method handle for:
      mln_status mln_feature_extension_result_get(const mln_feature_extension_result *result, mln_feature_extension_result_info *out_info)
      
    • mln_feature_extension_result_get$address

      public static MemorySegment mln_feature_extension_result_get$address()
      Address for:
      mln_status mln_feature_extension_result_get(const mln_feature_extension_result *result, mln_feature_extension_result_info *out_info)
      
    • mln_feature_extension_result_get

      public static int mln_feature_extension_result_get(MemorySegment result, MemorySegment out_info)
      mln_status mln_feature_extension_result_get(const mln_feature_extension_result *result, mln_feature_extension_result_info *out_info)
      
    • mln_feature_extension_result_destroy$descriptor

      public static FunctionDescriptor mln_feature_extension_result_destroy$descriptor()
      Function descriptor for:
      void mln_feature_extension_result_destroy(mln_feature_extension_result *result)
      
    • mln_feature_extension_result_destroy$handle

      public static MethodHandle mln_feature_extension_result_destroy$handle()
      Downcall method handle for:
      void mln_feature_extension_result_destroy(mln_feature_extension_result *result)
      
    • mln_feature_extension_result_destroy$address

      public static MemorySegment mln_feature_extension_result_destroy$address()
      Address for:
      void mln_feature_extension_result_destroy(mln_feature_extension_result *result)
      
    • mln_feature_extension_result_destroy

      public static void mln_feature_extension_result_destroy(MemorySegment result)
      void mln_feature_extension_result_destroy(mln_feature_extension_result *result)
      
    • mln_render_session_resize$descriptor

      public static FunctionDescriptor mln_render_session_resize$descriptor()
      Function descriptor for:
      mln_status mln_render_session_resize(mln_render_session *session, uint32_t width, uint32_t height, double scale_factor)
      
    • mln_render_session_resize$handle

      public static MethodHandle mln_render_session_resize$handle()
      Downcall method handle for:
      mln_status mln_render_session_resize(mln_render_session *session, uint32_t width, uint32_t height, double scale_factor)
      
    • mln_render_session_resize$address

      public static MemorySegment mln_render_session_resize$address()
      Address for:
      mln_status mln_render_session_resize(mln_render_session *session, uint32_t width, uint32_t height, double scale_factor)
      
    • mln_render_session_resize

      public static int mln_render_session_resize(MemorySegment session, int width, int height, double scale_factor)
      mln_status mln_render_session_resize(mln_render_session *session, uint32_t width, uint32_t height, double scale_factor)
      
    • mln_render_session_render_update$descriptor

      public static FunctionDescriptor mln_render_session_render_update$descriptor()
      Function descriptor for:
      mln_status mln_render_session_render_update(mln_render_session *session)
      
    • mln_render_session_render_update$handle

      public static MethodHandle mln_render_session_render_update$handle()
      Downcall method handle for:
      mln_status mln_render_session_render_update(mln_render_session *session)
      
    • mln_render_session_render_update$address

      public static MemorySegment mln_render_session_render_update$address()
      Address for:
      mln_status mln_render_session_render_update(mln_render_session *session)
      
    • mln_render_session_render_update

      public static int mln_render_session_render_update(MemorySegment session)
      mln_status mln_render_session_render_update(mln_render_session *session)
      
    • mln_render_session_detach$descriptor

      public static FunctionDescriptor mln_render_session_detach$descriptor()
      Function descriptor for:
      mln_status mln_render_session_detach(mln_render_session *session)
      
    • mln_render_session_detach$handle

      public static MethodHandle mln_render_session_detach$handle()
      Downcall method handle for:
      mln_status mln_render_session_detach(mln_render_session *session)
      
    • mln_render_session_detach$address

      public static MemorySegment mln_render_session_detach$address()
      Address for:
      mln_status mln_render_session_detach(mln_render_session *session)
      
    • mln_render_session_detach

      public static int mln_render_session_detach(MemorySegment session)
      mln_status mln_render_session_detach(mln_render_session *session)
      
    • mln_render_session_destroy$descriptor

      public static FunctionDescriptor mln_render_session_destroy$descriptor()
      Function descriptor for:
      mln_status mln_render_session_destroy(mln_render_session *session)
      
    • mln_render_session_destroy$handle

      public static MethodHandle mln_render_session_destroy$handle()
      Downcall method handle for:
      mln_status mln_render_session_destroy(mln_render_session *session)
      
    • mln_render_session_destroy$address

      public static MemorySegment mln_render_session_destroy$address()
      Address for:
      mln_status mln_render_session_destroy(mln_render_session *session)
      
    • mln_render_session_destroy

      public static int mln_render_session_destroy(MemorySegment session)
      mln_status mln_render_session_destroy(mln_render_session *session)
      
    • mln_render_session_reduce_memory_use$descriptor

      public static FunctionDescriptor mln_render_session_reduce_memory_use$descriptor()
      Function descriptor for:
      mln_status mln_render_session_reduce_memory_use(mln_render_session *session)
      
    • mln_render_session_reduce_memory_use$handle

      public static MethodHandle mln_render_session_reduce_memory_use$handle()
      Downcall method handle for:
      mln_status mln_render_session_reduce_memory_use(mln_render_session *session)
      
    • mln_render_session_reduce_memory_use$address

      public static MemorySegment mln_render_session_reduce_memory_use$address()
      Address for:
      mln_status mln_render_session_reduce_memory_use(mln_render_session *session)
      
    • mln_render_session_reduce_memory_use

      public static int mln_render_session_reduce_memory_use(MemorySegment session)
      mln_status mln_render_session_reduce_memory_use(mln_render_session *session)
      
    • mln_render_session_clear_data$descriptor

      public static FunctionDescriptor mln_render_session_clear_data$descriptor()
      Function descriptor for:
      mln_status mln_render_session_clear_data(mln_render_session *session)
      
    • mln_render_session_clear_data$handle

      public static MethodHandle mln_render_session_clear_data$handle()
      Downcall method handle for:
      mln_status mln_render_session_clear_data(mln_render_session *session)
      
    • mln_render_session_clear_data$address

      public static MemorySegment mln_render_session_clear_data$address()
      Address for:
      mln_status mln_render_session_clear_data(mln_render_session *session)
      
    • mln_render_session_clear_data

      public static int mln_render_session_clear_data(MemorySegment session)
      mln_status mln_render_session_clear_data(mln_render_session *session)
      
    • mln_render_session_dump_debug_logs$descriptor

      public static FunctionDescriptor mln_render_session_dump_debug_logs$descriptor()
      Function descriptor for:
      mln_status mln_render_session_dump_debug_logs(mln_render_session *session)
      
    • mln_render_session_dump_debug_logs$handle

      public static MethodHandle mln_render_session_dump_debug_logs$handle()
      Downcall method handle for:
      mln_status mln_render_session_dump_debug_logs(mln_render_session *session)
      
    • mln_render_session_dump_debug_logs$address

      public static MemorySegment mln_render_session_dump_debug_logs$address()
      Address for:
      mln_status mln_render_session_dump_debug_logs(mln_render_session *session)
      
    • mln_render_session_dump_debug_logs

      public static int mln_render_session_dump_debug_logs(MemorySegment session)
      mln_status mln_render_session_dump_debug_logs(mln_render_session *session)
      
    • mln_render_session_set_feature_state$descriptor

      public static FunctionDescriptor mln_render_session_set_feature_state$descriptor()
      Function descriptor for:
      mln_status mln_render_session_set_feature_state(mln_render_session *session, const mln_feature_state_selector *selector, const mln_json_value *state)
      
    • mln_render_session_set_feature_state$handle

      public static MethodHandle mln_render_session_set_feature_state$handle()
      Downcall method handle for:
      mln_status mln_render_session_set_feature_state(mln_render_session *session, const mln_feature_state_selector *selector, const mln_json_value *state)
      
    • mln_render_session_set_feature_state$address

      public static MemorySegment mln_render_session_set_feature_state$address()
      Address for:
      mln_status mln_render_session_set_feature_state(mln_render_session *session, const mln_feature_state_selector *selector, const mln_json_value *state)
      
    • mln_render_session_set_feature_state

      public static int mln_render_session_set_feature_state(MemorySegment session, MemorySegment selector, MemorySegment state)
      mln_status mln_render_session_set_feature_state(mln_render_session *session, const mln_feature_state_selector *selector, const mln_json_value *state)
      
    • mln_render_session_get_feature_state$descriptor

      public static FunctionDescriptor mln_render_session_get_feature_state$descriptor()
      Function descriptor for:
      mln_status mln_render_session_get_feature_state(mln_render_session *session, const mln_feature_state_selector *selector, mln_json_snapshot **out_state)
      
    • mln_render_session_get_feature_state$handle

      public static MethodHandle mln_render_session_get_feature_state$handle()
      Downcall method handle for:
      mln_status mln_render_session_get_feature_state(mln_render_session *session, const mln_feature_state_selector *selector, mln_json_snapshot **out_state)
      
    • mln_render_session_get_feature_state$address

      public static MemorySegment mln_render_session_get_feature_state$address()
      Address for:
      mln_status mln_render_session_get_feature_state(mln_render_session *session, const mln_feature_state_selector *selector, mln_json_snapshot **out_state)
      
    • mln_render_session_get_feature_state

      public static int mln_render_session_get_feature_state(MemorySegment session, MemorySegment selector, MemorySegment out_state)
      mln_status mln_render_session_get_feature_state(mln_render_session *session, const mln_feature_state_selector *selector, mln_json_snapshot **out_state)
      
    • mln_render_session_remove_feature_state$descriptor

      public static FunctionDescriptor mln_render_session_remove_feature_state$descriptor()
      Function descriptor for:
      mln_status mln_render_session_remove_feature_state(mln_render_session *session, const mln_feature_state_selector *selector)
      
    • mln_render_session_remove_feature_state$handle

      public static MethodHandle mln_render_session_remove_feature_state$handle()
      Downcall method handle for:
      mln_status mln_render_session_remove_feature_state(mln_render_session *session, const mln_feature_state_selector *selector)
      
    • mln_render_session_remove_feature_state$address

      public static MemorySegment mln_render_session_remove_feature_state$address()
      Address for:
      mln_status mln_render_session_remove_feature_state(mln_render_session *session, const mln_feature_state_selector *selector)
      
    • mln_render_session_remove_feature_state

      public static int mln_render_session_remove_feature_state(MemorySegment session, MemorySegment selector)
      mln_status mln_render_session_remove_feature_state(mln_render_session *session, const mln_feature_state_selector *selector)
      
    • mln_json_snapshot_get$descriptor

      public static FunctionDescriptor mln_json_snapshot_get$descriptor()
      Function descriptor for:
      mln_status mln_json_snapshot_get(const mln_json_snapshot *snapshot, const mln_json_value **out_value)
      
    • mln_json_snapshot_get$handle

      public static MethodHandle mln_json_snapshot_get$handle()
      Downcall method handle for:
      mln_status mln_json_snapshot_get(const mln_json_snapshot *snapshot, const mln_json_value **out_value)
      
    • mln_json_snapshot_get$address

      public static MemorySegment mln_json_snapshot_get$address()
      Address for:
      mln_status mln_json_snapshot_get(const mln_json_snapshot *snapshot, const mln_json_value **out_value)
      
    • mln_json_snapshot_get

      public static int mln_json_snapshot_get(MemorySegment snapshot, MemorySegment out_value)
      mln_status mln_json_snapshot_get(const mln_json_snapshot *snapshot, const mln_json_value **out_value)
      
    • mln_json_snapshot_destroy$descriptor

      public static FunctionDescriptor mln_json_snapshot_destroy$descriptor()
      Function descriptor for:
      void mln_json_snapshot_destroy(mln_json_snapshot *snapshot)
      
    • mln_json_snapshot_destroy$handle

      public static MethodHandle mln_json_snapshot_destroy$handle()
      Downcall method handle for:
      void mln_json_snapshot_destroy(mln_json_snapshot *snapshot)
      
    • mln_json_snapshot_destroy$address

      public static MemorySegment mln_json_snapshot_destroy$address()
      Address for:
      void mln_json_snapshot_destroy(mln_json_snapshot *snapshot)
      
    • mln_json_snapshot_destroy

      public static void mln_json_snapshot_destroy(MemorySegment snapshot)
      void mln_json_snapshot_destroy(mln_json_snapshot *snapshot)
      
    • MLN_OPENGL_CONTEXT_PROVIDER_FLAG_WGL

      public static int MLN_OPENGL_CONTEXT_PROVIDER_FLAG_WGL()
      enum mln_opengl_context_provider_flag.MLN_OPENGL_CONTEXT_PROVIDER_FLAG_WGL = 1
      
    • MLN_OPENGL_CONTEXT_PROVIDER_FLAG_EGL

      public static int MLN_OPENGL_CONTEXT_PROVIDER_FLAG_EGL()
      enum mln_opengl_context_provider_flag.MLN_OPENGL_CONTEXT_PROVIDER_FLAG_EGL = 2
      
    • MLN_OPENGL_CONTEXT_PLATFORM_UNSPECIFIED

      public static int MLN_OPENGL_CONTEXT_PLATFORM_UNSPECIFIED()
      enum mln_opengl_context_platform.MLN_OPENGL_CONTEXT_PLATFORM_UNSPECIFIED = 0
      
    • MLN_OPENGL_CONTEXT_PLATFORM_WGL

      public static int MLN_OPENGL_CONTEXT_PLATFORM_WGL()
      enum mln_opengl_context_platform.MLN_OPENGL_CONTEXT_PLATFORM_WGL = 1
      
    • MLN_OPENGL_CONTEXT_PLATFORM_EGL

      public static int MLN_OPENGL_CONTEXT_PLATFORM_EGL()
      enum mln_opengl_context_platform.MLN_OPENGL_CONTEXT_PLATFORM_EGL = 2
      
    • mln_opengl_supported_context_provider_mask$descriptor

      public static FunctionDescriptor mln_opengl_supported_context_provider_mask$descriptor()
      Function descriptor for:
      uint32_t mln_opengl_supported_context_provider_mask()
      
    • mln_opengl_supported_context_provider_mask$handle

      public static MethodHandle mln_opengl_supported_context_provider_mask$handle()
      Downcall method handle for:
      uint32_t mln_opengl_supported_context_provider_mask()
      
    • mln_opengl_supported_context_provider_mask$address

      public static MemorySegment mln_opengl_supported_context_provider_mask$address()
      Address for:
      uint32_t mln_opengl_supported_context_provider_mask()
      
    • mln_opengl_supported_context_provider_mask

      public static int mln_opengl_supported_context_provider_mask()
      uint32_t mln_opengl_supported_context_provider_mask()
      
    • MLN_STYLE_SOURCE_TYPE_UNKNOWN

      public static int MLN_STYLE_SOURCE_TYPE_UNKNOWN()
      enum mln_style_source_type.MLN_STYLE_SOURCE_TYPE_UNKNOWN = 0
      
    • MLN_STYLE_SOURCE_TYPE_VECTOR

      public static int MLN_STYLE_SOURCE_TYPE_VECTOR()
      enum mln_style_source_type.MLN_STYLE_SOURCE_TYPE_VECTOR = 1
      
    • MLN_STYLE_SOURCE_TYPE_RASTER

      public static int MLN_STYLE_SOURCE_TYPE_RASTER()
      enum mln_style_source_type.MLN_STYLE_SOURCE_TYPE_RASTER = 2
      
    • MLN_STYLE_SOURCE_TYPE_RASTER_DEM

      public static int MLN_STYLE_SOURCE_TYPE_RASTER_DEM()
      enum mln_style_source_type.MLN_STYLE_SOURCE_TYPE_RASTER_DEM = 3
      
    • MLN_STYLE_SOURCE_TYPE_GEOJSON

      public static int MLN_STYLE_SOURCE_TYPE_GEOJSON()
      enum mln_style_source_type.MLN_STYLE_SOURCE_TYPE_GEOJSON = 4
      
    • MLN_STYLE_SOURCE_TYPE_IMAGE

      public static int MLN_STYLE_SOURCE_TYPE_IMAGE()
      enum mln_style_source_type.MLN_STYLE_SOURCE_TYPE_IMAGE = 5
      
    • MLN_STYLE_SOURCE_TYPE_VIDEO

      public static int MLN_STYLE_SOURCE_TYPE_VIDEO()
      enum mln_style_source_type.MLN_STYLE_SOURCE_TYPE_VIDEO = 6
      
    • MLN_STYLE_SOURCE_TYPE_ANNOTATIONS

      public static int MLN_STYLE_SOURCE_TYPE_ANNOTATIONS()
      enum mln_style_source_type.MLN_STYLE_SOURCE_TYPE_ANNOTATIONS = 7
      
    • MLN_STYLE_SOURCE_TYPE_CUSTOM_VECTOR

      public static int MLN_STYLE_SOURCE_TYPE_CUSTOM_VECTOR()
      enum mln_style_source_type.MLN_STYLE_SOURCE_TYPE_CUSTOM_VECTOR = 8
      
    • MLN_STYLE_TILE_SOURCE_OPTION_MIN_ZOOM

      public static int MLN_STYLE_TILE_SOURCE_OPTION_MIN_ZOOM()
      enum mln_style_tile_source_option_field.MLN_STYLE_TILE_SOURCE_OPTION_MIN_ZOOM = 1
      
    • MLN_STYLE_TILE_SOURCE_OPTION_MAX_ZOOM

      public static int MLN_STYLE_TILE_SOURCE_OPTION_MAX_ZOOM()
      enum mln_style_tile_source_option_field.MLN_STYLE_TILE_SOURCE_OPTION_MAX_ZOOM = 2
      
    • MLN_STYLE_TILE_SOURCE_OPTION_ATTRIBUTION

      public static int MLN_STYLE_TILE_SOURCE_OPTION_ATTRIBUTION()
      enum mln_style_tile_source_option_field.MLN_STYLE_TILE_SOURCE_OPTION_ATTRIBUTION = 4
      
    • MLN_STYLE_TILE_SOURCE_OPTION_SCHEME

      public static int MLN_STYLE_TILE_SOURCE_OPTION_SCHEME()
      enum mln_style_tile_source_option_field.MLN_STYLE_TILE_SOURCE_OPTION_SCHEME = 8
      
    • MLN_STYLE_TILE_SOURCE_OPTION_BOUNDS

      public static int MLN_STYLE_TILE_SOURCE_OPTION_BOUNDS()
      enum mln_style_tile_source_option_field.MLN_STYLE_TILE_SOURCE_OPTION_BOUNDS = 16
      
    • MLN_STYLE_TILE_SOURCE_OPTION_TILE_SIZE

      public static int MLN_STYLE_TILE_SOURCE_OPTION_TILE_SIZE()
      enum mln_style_tile_source_option_field.MLN_STYLE_TILE_SOURCE_OPTION_TILE_SIZE = 32
      
    • MLN_STYLE_TILE_SOURCE_OPTION_VECTOR_ENCODING

      public static int MLN_STYLE_TILE_SOURCE_OPTION_VECTOR_ENCODING()
      enum mln_style_tile_source_option_field.MLN_STYLE_TILE_SOURCE_OPTION_VECTOR_ENCODING = 64
      
    • MLN_STYLE_TILE_SOURCE_OPTION_RASTER_ENCODING

      public static int MLN_STYLE_TILE_SOURCE_OPTION_RASTER_ENCODING()
      enum mln_style_tile_source_option_field.MLN_STYLE_TILE_SOURCE_OPTION_RASTER_ENCODING = 128
      
    • MLN_STYLE_TILE_SCHEME_XYZ

      public static int MLN_STYLE_TILE_SCHEME_XYZ()
      enum mln_style_tile_scheme.MLN_STYLE_TILE_SCHEME_XYZ = 0
      
    • MLN_STYLE_TILE_SCHEME_TMS

      public static int MLN_STYLE_TILE_SCHEME_TMS()
      enum mln_style_tile_scheme.MLN_STYLE_TILE_SCHEME_TMS = 1
      
    • MLN_STYLE_VECTOR_TILE_ENCODING_MVT

      public static int MLN_STYLE_VECTOR_TILE_ENCODING_MVT()
      enum mln_style_vector_tile_encoding.MLN_STYLE_VECTOR_TILE_ENCODING_MVT = 0
      
    • MLN_STYLE_VECTOR_TILE_ENCODING_MLT

      public static int MLN_STYLE_VECTOR_TILE_ENCODING_MLT()
      enum mln_style_vector_tile_encoding.MLN_STYLE_VECTOR_TILE_ENCODING_MLT = 1
      
    • MLN_STYLE_RASTER_DEM_ENCODING_MAPBOX

      public static int MLN_STYLE_RASTER_DEM_ENCODING_MAPBOX()
      enum mln_style_raster_dem_encoding.MLN_STYLE_RASTER_DEM_ENCODING_MAPBOX = 0
      
    • MLN_STYLE_RASTER_DEM_ENCODING_TERRARIUM

      public static int MLN_STYLE_RASTER_DEM_ENCODING_TERRARIUM()
      enum mln_style_raster_dem_encoding.MLN_STYLE_RASTER_DEM_ENCODING_TERRARIUM = 1
      
    • MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_MIN_ZOOM

      public static int MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_MIN_ZOOM()
      enum mln_custom_geometry_source_option_field.MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_MIN_ZOOM = 1
      
    • MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_MAX_ZOOM

      public static int MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_MAX_ZOOM()
      enum mln_custom_geometry_source_option_field.MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_MAX_ZOOM = 2
      
    • MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_TOLERANCE

      public static int MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_TOLERANCE()
      enum mln_custom_geometry_source_option_field.MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_TOLERANCE = 4
      
    • MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_TILE_SIZE

      public static int MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_TILE_SIZE()
      enum mln_custom_geometry_source_option_field.MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_TILE_SIZE = 8
      
    • MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_BUFFER

      public static int MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_BUFFER()
      enum mln_custom_geometry_source_option_field.MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_BUFFER = 16
      
    • MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_CLIP

      public static int MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_CLIP()
      enum mln_custom_geometry_source_option_field.MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_CLIP = 32
      
    • MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_WRAP

      public static int MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_WRAP()
      enum mln_custom_geometry_source_option_field.MLN_CUSTOM_GEOMETRY_SOURCE_OPTION_WRAP = 64
      
    • MLN_STYLE_IMAGE_OPTION_PIXEL_RATIO

      public static int MLN_STYLE_IMAGE_OPTION_PIXEL_RATIO()
      enum mln_style_image_option_field.MLN_STYLE_IMAGE_OPTION_PIXEL_RATIO = 1
      
    • MLN_STYLE_IMAGE_OPTION_SDF

      public static int MLN_STYLE_IMAGE_OPTION_SDF()
      enum mln_style_image_option_field.MLN_STYLE_IMAGE_OPTION_SDF = 2
      
    • MLN_LOCATION_INDICATOR_IMAGE_KIND_TOP

      public static int MLN_LOCATION_INDICATOR_IMAGE_KIND_TOP()
      enum mln_location_indicator_image_kind.MLN_LOCATION_INDICATOR_IMAGE_KIND_TOP = 0
      
    • MLN_LOCATION_INDICATOR_IMAGE_KIND_BEARING

      public static int MLN_LOCATION_INDICATOR_IMAGE_KIND_BEARING()
      enum mln_location_indicator_image_kind.MLN_LOCATION_INDICATOR_IMAGE_KIND_BEARING = 1
      
    • MLN_LOCATION_INDICATOR_IMAGE_KIND_SHADOW

      public static int MLN_LOCATION_INDICATOR_IMAGE_KIND_SHADOW()
      enum mln_location_indicator_image_kind.MLN_LOCATION_INDICATOR_IMAGE_KIND_SHADOW = 2
      
    • mln_style_tile_source_options_default$descriptor

      public static FunctionDescriptor mln_style_tile_source_options_default$descriptor()
      Function descriptor for:
      mln_style_tile_source_options mln_style_tile_source_options_default()
      
    • mln_style_tile_source_options_default$handle

      public static MethodHandle mln_style_tile_source_options_default$handle()
      Downcall method handle for:
      mln_style_tile_source_options mln_style_tile_source_options_default()
      
    • mln_style_tile_source_options_default$address

      public static MemorySegment mln_style_tile_source_options_default$address()
      Address for:
      mln_style_tile_source_options mln_style_tile_source_options_default()
      
    • mln_style_tile_source_options_default

      public static MemorySegment mln_style_tile_source_options_default(SegmentAllocator allocator)
      mln_style_tile_source_options mln_style_tile_source_options_default()
      
    • mln_custom_geometry_source_options_default$descriptor

      public static FunctionDescriptor mln_custom_geometry_source_options_default$descriptor()
      Function descriptor for:
      mln_custom_geometry_source_options mln_custom_geometry_source_options_default()
      
    • mln_custom_geometry_source_options_default$handle

      public static MethodHandle mln_custom_geometry_source_options_default$handle()
      Downcall method handle for:
      mln_custom_geometry_source_options mln_custom_geometry_source_options_default()
      
    • mln_custom_geometry_source_options_default$address

      public static MemorySegment mln_custom_geometry_source_options_default$address()
      Address for:
      mln_custom_geometry_source_options mln_custom_geometry_source_options_default()
      
    • mln_custom_geometry_source_options_default

      public static MemorySegment mln_custom_geometry_source_options_default(SegmentAllocator allocator)
      mln_custom_geometry_source_options mln_custom_geometry_source_options_default()
      
    • mln_premultiplied_rgba8_image_default$descriptor

      public static FunctionDescriptor mln_premultiplied_rgba8_image_default$descriptor()
      Function descriptor for:
      mln_premultiplied_rgba8_image mln_premultiplied_rgba8_image_default()
      
    • mln_premultiplied_rgba8_image_default$handle

      public static MethodHandle mln_premultiplied_rgba8_image_default$handle()
      Downcall method handle for:
      mln_premultiplied_rgba8_image mln_premultiplied_rgba8_image_default()
      
    • mln_premultiplied_rgba8_image_default$address

      public static MemorySegment mln_premultiplied_rgba8_image_default$address()
      Address for:
      mln_premultiplied_rgba8_image mln_premultiplied_rgba8_image_default()
      
    • mln_premultiplied_rgba8_image_default

      public static MemorySegment mln_premultiplied_rgba8_image_default(SegmentAllocator allocator)
      mln_premultiplied_rgba8_image mln_premultiplied_rgba8_image_default()
      
    • mln_style_image_options_default$descriptor

      public static FunctionDescriptor mln_style_image_options_default$descriptor()
      Function descriptor for:
      mln_style_image_options mln_style_image_options_default()
      
    • mln_style_image_options_default$handle

      public static MethodHandle mln_style_image_options_default$handle()
      Downcall method handle for:
      mln_style_image_options mln_style_image_options_default()
      
    • mln_style_image_options_default$address

      public static MemorySegment mln_style_image_options_default$address()
      Address for:
      mln_style_image_options mln_style_image_options_default()
      
    • mln_style_image_options_default

      public static MemorySegment mln_style_image_options_default(SegmentAllocator allocator)
      mln_style_image_options mln_style_image_options_default()
      
    • mln_style_image_info_default$descriptor

      public static FunctionDescriptor mln_style_image_info_default$descriptor()
      Function descriptor for:
      mln_style_image_info mln_style_image_info_default()
      
    • mln_style_image_info_default$handle

      public static MethodHandle mln_style_image_info_default$handle()
      Downcall method handle for:
      mln_style_image_info mln_style_image_info_default()
      
    • mln_style_image_info_default$address

      public static MemorySegment mln_style_image_info_default$address()
      Address for:
      mln_style_image_info mln_style_image_info_default()
      
    • mln_style_image_info_default

      public static MemorySegment mln_style_image_info_default(SegmentAllocator allocator)
      mln_style_image_info mln_style_image_info_default()
      
    • mln_style_id_list_count$descriptor

      public static FunctionDescriptor mln_style_id_list_count$descriptor()
      Function descriptor for:
      mln_status mln_style_id_list_count(const mln_style_id_list *list, size_t *out_count)
      
    • mln_style_id_list_count$handle

      public static MethodHandle mln_style_id_list_count$handle()
      Downcall method handle for:
      mln_status mln_style_id_list_count(const mln_style_id_list *list, size_t *out_count)
      
    • mln_style_id_list_count$address

      public static MemorySegment mln_style_id_list_count$address()
      Address for:
      mln_status mln_style_id_list_count(const mln_style_id_list *list, size_t *out_count)
      
    • mln_style_id_list_count

      public static int mln_style_id_list_count(MemorySegment list, MemorySegment out_count)
      mln_status mln_style_id_list_count(const mln_style_id_list *list, size_t *out_count)
      
    • mln_style_id_list_get$descriptor

      public static FunctionDescriptor mln_style_id_list_get$descriptor()
      Function descriptor for:
      mln_status mln_style_id_list_get(const mln_style_id_list *list, size_t index, mln_string_view *out_id)
      
    • mln_style_id_list_get$handle

      public static MethodHandle mln_style_id_list_get$handle()
      Downcall method handle for:
      mln_status mln_style_id_list_get(const mln_style_id_list *list, size_t index, mln_string_view *out_id)
      
    • mln_style_id_list_get$address

      public static MemorySegment mln_style_id_list_get$address()
      Address for:
      mln_status mln_style_id_list_get(const mln_style_id_list *list, size_t index, mln_string_view *out_id)
      
    • mln_style_id_list_get

      public static int mln_style_id_list_get(MemorySegment list, long index, MemorySegment out_id)
      mln_status mln_style_id_list_get(const mln_style_id_list *list, size_t index, mln_string_view *out_id)
      
    • mln_style_id_list_destroy$descriptor

      public static FunctionDescriptor mln_style_id_list_destroy$descriptor()
      Function descriptor for:
      void mln_style_id_list_destroy(mln_style_id_list *list)
      
    • mln_style_id_list_destroy$handle

      public static MethodHandle mln_style_id_list_destroy$handle()
      Downcall method handle for:
      void mln_style_id_list_destroy(mln_style_id_list *list)
      
    • mln_style_id_list_destroy$address

      public static MemorySegment mln_style_id_list_destroy$address()
      Address for:
      void mln_style_id_list_destroy(mln_style_id_list *list)
      
    • mln_style_id_list_destroy

      public static void mln_style_id_list_destroy(MemorySegment list)
      void mln_style_id_list_destroy(mln_style_id_list *list)
      
    • mln_map_add_style_source_json$descriptor

      public static FunctionDescriptor mln_map_add_style_source_json$descriptor()
      Function descriptor for:
      mln_status mln_map_add_style_source_json(mln_map *map, mln_string_view source_id, const mln_json_value *source_json)
      
    • mln_map_add_style_source_json$handle

      public static MethodHandle mln_map_add_style_source_json$handle()
      Downcall method handle for:
      mln_status mln_map_add_style_source_json(mln_map *map, mln_string_view source_id, const mln_json_value *source_json)
      
    • mln_map_add_style_source_json$address

      public static MemorySegment mln_map_add_style_source_json$address()
      Address for:
      mln_status mln_map_add_style_source_json(mln_map *map, mln_string_view source_id, const mln_json_value *source_json)
      
    • mln_map_add_style_source_json

      public static int mln_map_add_style_source_json(MemorySegment map, MemorySegment source_id, MemorySegment source_json)
      mln_status mln_map_add_style_source_json(mln_map *map, mln_string_view source_id, const mln_json_value *source_json)
      
    • mln_map_remove_style_source$descriptor

      public static FunctionDescriptor mln_map_remove_style_source$descriptor()
      Function descriptor for:
      mln_status mln_map_remove_style_source(mln_map *map, mln_string_view source_id, bool *out_removed)
      
    • mln_map_remove_style_source$handle

      public static MethodHandle mln_map_remove_style_source$handle()
      Downcall method handle for:
      mln_status mln_map_remove_style_source(mln_map *map, mln_string_view source_id, bool *out_removed)
      
    • mln_map_remove_style_source$address

      public static MemorySegment mln_map_remove_style_source$address()
      Address for:
      mln_status mln_map_remove_style_source(mln_map *map, mln_string_view source_id, bool *out_removed)
      
    • mln_map_remove_style_source

      public static int mln_map_remove_style_source(MemorySegment map, MemorySegment source_id, MemorySegment out_removed)
      mln_status mln_map_remove_style_source(mln_map *map, mln_string_view source_id, bool *out_removed)
      
    • mln_map_style_source_exists$descriptor

      public static FunctionDescriptor mln_map_style_source_exists$descriptor()
      Function descriptor for:
      mln_status mln_map_style_source_exists(mln_map *map, mln_string_view source_id, bool *out_exists)
      
    • mln_map_style_source_exists$handle

      public static MethodHandle mln_map_style_source_exists$handle()
      Downcall method handle for:
      mln_status mln_map_style_source_exists(mln_map *map, mln_string_view source_id, bool *out_exists)
      
    • mln_map_style_source_exists$address

      public static MemorySegment mln_map_style_source_exists$address()
      Address for:
      mln_status mln_map_style_source_exists(mln_map *map, mln_string_view source_id, bool *out_exists)
      
    • mln_map_style_source_exists

      public static int mln_map_style_source_exists(MemorySegment map, MemorySegment source_id, MemorySegment out_exists)
      mln_status mln_map_style_source_exists(mln_map *map, mln_string_view source_id, bool *out_exists)
      
    • mln_map_get_style_source_type$descriptor

      public static FunctionDescriptor mln_map_get_style_source_type$descriptor()
      Function descriptor for:
      mln_status mln_map_get_style_source_type(mln_map *map, mln_string_view source_id, uint32_t *out_source_type, bool *out_found)
      
    • mln_map_get_style_source_type$handle

      public static MethodHandle mln_map_get_style_source_type$handle()
      Downcall method handle for:
      mln_status mln_map_get_style_source_type(mln_map *map, mln_string_view source_id, uint32_t *out_source_type, bool *out_found)
      
    • mln_map_get_style_source_type$address

      public static MemorySegment mln_map_get_style_source_type$address()
      Address for:
      mln_status mln_map_get_style_source_type(mln_map *map, mln_string_view source_id, uint32_t *out_source_type, bool *out_found)
      
    • mln_map_get_style_source_type

      public static int mln_map_get_style_source_type(MemorySegment map, MemorySegment source_id, MemorySegment out_source_type, MemorySegment out_found)
      mln_status mln_map_get_style_source_type(mln_map *map, mln_string_view source_id, uint32_t *out_source_type, bool *out_found)
      
    • mln_map_get_style_source_info$descriptor

      public static FunctionDescriptor mln_map_get_style_source_info$descriptor()
      Function descriptor for:
      mln_status mln_map_get_style_source_info(mln_map *map, mln_string_view source_id, mln_style_source_info *out_info, bool *out_found)
      
    • mln_map_get_style_source_info$handle

      public static MethodHandle mln_map_get_style_source_info$handle()
      Downcall method handle for:
      mln_status mln_map_get_style_source_info(mln_map *map, mln_string_view source_id, mln_style_source_info *out_info, bool *out_found)
      
    • mln_map_get_style_source_info$address

      public static MemorySegment mln_map_get_style_source_info$address()
      Address for:
      mln_status mln_map_get_style_source_info(mln_map *map, mln_string_view source_id, mln_style_source_info *out_info, bool *out_found)
      
    • mln_map_get_style_source_info

      public static int mln_map_get_style_source_info(MemorySegment map, MemorySegment source_id, MemorySegment out_info, MemorySegment out_found)
      mln_status mln_map_get_style_source_info(mln_map *map, mln_string_view source_id, mln_style_source_info *out_info, bool *out_found)
      
    • mln_map_copy_style_source_attribution$descriptor

      public static FunctionDescriptor mln_map_copy_style_source_attribution$descriptor()
      Function descriptor for:
      mln_status mln_map_copy_style_source_attribution(mln_map *map, mln_string_view source_id, char *out_attribution, size_t attribution_capacity, size_t *out_attribution_size, bool *out_found)
      
    • mln_map_copy_style_source_attribution$handle

      public static MethodHandle mln_map_copy_style_source_attribution$handle()
      Downcall method handle for:
      mln_status mln_map_copy_style_source_attribution(mln_map *map, mln_string_view source_id, char *out_attribution, size_t attribution_capacity, size_t *out_attribution_size, bool *out_found)
      
    • mln_map_copy_style_source_attribution$address

      public static MemorySegment mln_map_copy_style_source_attribution$address()
      Address for:
      mln_status mln_map_copy_style_source_attribution(mln_map *map, mln_string_view source_id, char *out_attribution, size_t attribution_capacity, size_t *out_attribution_size, bool *out_found)
      
    • mln_map_copy_style_source_attribution

      public static int mln_map_copy_style_source_attribution(MemorySegment map, MemorySegment source_id, MemorySegment out_attribution, long attribution_capacity, MemorySegment out_attribution_size, MemorySegment out_found)
      mln_status mln_map_copy_style_source_attribution(mln_map *map, mln_string_view source_id, char *out_attribution, size_t attribution_capacity, size_t *out_attribution_size, bool *out_found)
      
    • mln_map_list_style_source_ids$descriptor

      public static FunctionDescriptor mln_map_list_style_source_ids$descriptor()
      Function descriptor for:
      mln_status mln_map_list_style_source_ids(mln_map *map, mln_style_id_list **out_source_ids)
      
    • mln_map_list_style_source_ids$handle

      public static MethodHandle mln_map_list_style_source_ids$handle()
      Downcall method handle for:
      mln_status mln_map_list_style_source_ids(mln_map *map, mln_style_id_list **out_source_ids)
      
    • mln_map_list_style_source_ids$address

      public static MemorySegment mln_map_list_style_source_ids$address()
      Address for:
      mln_status mln_map_list_style_source_ids(mln_map *map, mln_style_id_list **out_source_ids)
      
    • mln_map_list_style_source_ids

      public static int mln_map_list_style_source_ids(MemorySegment map, MemorySegment out_source_ids)
      mln_status mln_map_list_style_source_ids(mln_map *map, mln_style_id_list **out_source_ids)
      
    • mln_map_add_geojson_source_url$descriptor

      public static FunctionDescriptor mln_map_add_geojson_source_url$descriptor()
      Function descriptor for:
      mln_status mln_map_add_geojson_source_url(mln_map *map, mln_string_view source_id, mln_string_view url)
      
    • mln_map_add_geojson_source_url$handle

      public static MethodHandle mln_map_add_geojson_source_url$handle()
      Downcall method handle for:
      mln_status mln_map_add_geojson_source_url(mln_map *map, mln_string_view source_id, mln_string_view url)
      
    • mln_map_add_geojson_source_url$address

      public static MemorySegment mln_map_add_geojson_source_url$address()
      Address for:
      mln_status mln_map_add_geojson_source_url(mln_map *map, mln_string_view source_id, mln_string_view url)
      
    • mln_map_add_geojson_source_url

      public static int mln_map_add_geojson_source_url(MemorySegment map, MemorySegment source_id, MemorySegment url)
      mln_status mln_map_add_geojson_source_url(mln_map *map, mln_string_view source_id, mln_string_view url)
      
    • mln_map_add_geojson_source_data$descriptor

      public static FunctionDescriptor mln_map_add_geojson_source_data$descriptor()
      Function descriptor for:
      mln_status mln_map_add_geojson_source_data(mln_map *map, mln_string_view source_id, const mln_geojson *data)
      
    • mln_map_add_geojson_source_data$handle

      public static MethodHandle mln_map_add_geojson_source_data$handle()
      Downcall method handle for:
      mln_status mln_map_add_geojson_source_data(mln_map *map, mln_string_view source_id, const mln_geojson *data)
      
    • mln_map_add_geojson_source_data$address

      public static MemorySegment mln_map_add_geojson_source_data$address()
      Address for:
      mln_status mln_map_add_geojson_source_data(mln_map *map, mln_string_view source_id, const mln_geojson *data)
      
    • mln_map_add_geojson_source_data

      public static int mln_map_add_geojson_source_data(MemorySegment map, MemorySegment source_id, MemorySegment data)
      mln_status mln_map_add_geojson_source_data(mln_map *map, mln_string_view source_id, const mln_geojson *data)
      
    • mln_map_set_geojson_source_url$descriptor

      public static FunctionDescriptor mln_map_set_geojson_source_url$descriptor()
      Function descriptor for:
      mln_status mln_map_set_geojson_source_url(mln_map *map, mln_string_view source_id, mln_string_view url)
      
    • mln_map_set_geojson_source_url$handle

      public static MethodHandle mln_map_set_geojson_source_url$handle()
      Downcall method handle for:
      mln_status mln_map_set_geojson_source_url(mln_map *map, mln_string_view source_id, mln_string_view url)
      
    • mln_map_set_geojson_source_url$address

      public static MemorySegment mln_map_set_geojson_source_url$address()
      Address for:
      mln_status mln_map_set_geojson_source_url(mln_map *map, mln_string_view source_id, mln_string_view url)
      
    • mln_map_set_geojson_source_url

      public static int mln_map_set_geojson_source_url(MemorySegment map, MemorySegment source_id, MemorySegment url)
      mln_status mln_map_set_geojson_source_url(mln_map *map, mln_string_view source_id, mln_string_view url)
      
    • mln_map_set_geojson_source_data$descriptor

      public static FunctionDescriptor mln_map_set_geojson_source_data$descriptor()
      Function descriptor for:
      mln_status mln_map_set_geojson_source_data(mln_map *map, mln_string_view source_id, const mln_geojson *data)
      
    • mln_map_set_geojson_source_data$handle

      public static MethodHandle mln_map_set_geojson_source_data$handle()
      Downcall method handle for:
      mln_status mln_map_set_geojson_source_data(mln_map *map, mln_string_view source_id, const mln_geojson *data)
      
    • mln_map_set_geojson_source_data$address

      public static MemorySegment mln_map_set_geojson_source_data$address()
      Address for:
      mln_status mln_map_set_geojson_source_data(mln_map *map, mln_string_view source_id, const mln_geojson *data)
      
    • mln_map_set_geojson_source_data

      public static int mln_map_set_geojson_source_data(MemorySegment map, MemorySegment source_id, MemorySegment data)
      mln_status mln_map_set_geojson_source_data(mln_map *map, mln_string_view source_id, const mln_geojson *data)
      
    • mln_map_add_vector_source_url$descriptor

      public static FunctionDescriptor mln_map_add_vector_source_url$descriptor()
      Function descriptor for:
      mln_status mln_map_add_vector_source_url(mln_map *map, mln_string_view source_id, mln_string_view url, const mln_style_tile_source_options *options)
      
    • mln_map_add_vector_source_url$handle

      public static MethodHandle mln_map_add_vector_source_url$handle()
      Downcall method handle for:
      mln_status mln_map_add_vector_source_url(mln_map *map, mln_string_view source_id, mln_string_view url, const mln_style_tile_source_options *options)
      
    • mln_map_add_vector_source_url$address

      public static MemorySegment mln_map_add_vector_source_url$address()
      Address for:
      mln_status mln_map_add_vector_source_url(mln_map *map, mln_string_view source_id, mln_string_view url, const mln_style_tile_source_options *options)
      
    • mln_map_add_vector_source_url

      public static int mln_map_add_vector_source_url(MemorySegment map, MemorySegment source_id, MemorySegment url, MemorySegment options)
      mln_status mln_map_add_vector_source_url(mln_map *map, mln_string_view source_id, mln_string_view url, const mln_style_tile_source_options *options)
      
    • mln_map_add_vector_source_tiles$descriptor

      public static FunctionDescriptor mln_map_add_vector_source_tiles$descriptor()
      Function descriptor for:
      mln_status mln_map_add_vector_source_tiles(mln_map *map, mln_string_view source_id, const mln_string_view *tiles, size_t tile_count, const mln_style_tile_source_options *options)
      
    • mln_map_add_vector_source_tiles$handle

      public static MethodHandle mln_map_add_vector_source_tiles$handle()
      Downcall method handle for:
      mln_status mln_map_add_vector_source_tiles(mln_map *map, mln_string_view source_id, const mln_string_view *tiles, size_t tile_count, const mln_style_tile_source_options *options)
      
    • mln_map_add_vector_source_tiles$address

      public static MemorySegment mln_map_add_vector_source_tiles$address()
      Address for:
      mln_status mln_map_add_vector_source_tiles(mln_map *map, mln_string_view source_id, const mln_string_view *tiles, size_t tile_count, const mln_style_tile_source_options *options)
      
    • mln_map_add_vector_source_tiles

      public static int mln_map_add_vector_source_tiles(MemorySegment map, MemorySegment source_id, MemorySegment tiles, long tile_count, MemorySegment options)
      mln_status mln_map_add_vector_source_tiles(mln_map *map, mln_string_view source_id, const mln_string_view *tiles, size_t tile_count, const mln_style_tile_source_options *options)
      
    • mln_map_add_raster_source_url$descriptor

      public static FunctionDescriptor mln_map_add_raster_source_url$descriptor()
      Function descriptor for:
      mln_status mln_map_add_raster_source_url(mln_map *map, mln_string_view source_id, mln_string_view url, const mln_style_tile_source_options *options)
      
    • mln_map_add_raster_source_url$handle

      public static MethodHandle mln_map_add_raster_source_url$handle()
      Downcall method handle for:
      mln_status mln_map_add_raster_source_url(mln_map *map, mln_string_view source_id, mln_string_view url, const mln_style_tile_source_options *options)
      
    • mln_map_add_raster_source_url$address

      public static MemorySegment mln_map_add_raster_source_url$address()
      Address for:
      mln_status mln_map_add_raster_source_url(mln_map *map, mln_string_view source_id, mln_string_view url, const mln_style_tile_source_options *options)
      
    • mln_map_add_raster_source_url

      public static int mln_map_add_raster_source_url(MemorySegment map, MemorySegment source_id, MemorySegment url, MemorySegment options)
      mln_status mln_map_add_raster_source_url(mln_map *map, mln_string_view source_id, mln_string_view url, const mln_style_tile_source_options *options)
      
    • mln_map_add_raster_source_tiles$descriptor

      public static FunctionDescriptor mln_map_add_raster_source_tiles$descriptor()
      Function descriptor for:
      mln_status mln_map_add_raster_source_tiles(mln_map *map, mln_string_view source_id, const mln_string_view *tiles, size_t tile_count, const mln_style_tile_source_options *options)
      
    • mln_map_add_raster_source_tiles$handle

      public static MethodHandle mln_map_add_raster_source_tiles$handle()
      Downcall method handle for:
      mln_status mln_map_add_raster_source_tiles(mln_map *map, mln_string_view source_id, const mln_string_view *tiles, size_t tile_count, const mln_style_tile_source_options *options)
      
    • mln_map_add_raster_source_tiles$address

      public static MemorySegment mln_map_add_raster_source_tiles$address()
      Address for:
      mln_status mln_map_add_raster_source_tiles(mln_map *map, mln_string_view source_id, const mln_string_view *tiles, size_t tile_count, const mln_style_tile_source_options *options)
      
    • mln_map_add_raster_source_tiles

      public static int mln_map_add_raster_source_tiles(MemorySegment map, MemorySegment source_id, MemorySegment tiles, long tile_count, MemorySegment options)
      mln_status mln_map_add_raster_source_tiles(mln_map *map, mln_string_view source_id, const mln_string_view *tiles, size_t tile_count, const mln_style_tile_source_options *options)
      
    • mln_map_add_raster_dem_source_url$descriptor

      public static FunctionDescriptor mln_map_add_raster_dem_source_url$descriptor()
      Function descriptor for:
      mln_status mln_map_add_raster_dem_source_url(mln_map *map, mln_string_view source_id, mln_string_view url, const mln_style_tile_source_options *options)
      
    • mln_map_add_raster_dem_source_url$handle

      public static MethodHandle mln_map_add_raster_dem_source_url$handle()
      Downcall method handle for:
      mln_status mln_map_add_raster_dem_source_url(mln_map *map, mln_string_view source_id, mln_string_view url, const mln_style_tile_source_options *options)
      
    • mln_map_add_raster_dem_source_url$address

      public static MemorySegment mln_map_add_raster_dem_source_url$address()
      Address for:
      mln_status mln_map_add_raster_dem_source_url(mln_map *map, mln_string_view source_id, mln_string_view url, const mln_style_tile_source_options *options)
      
    • mln_map_add_raster_dem_source_url

      public static int mln_map_add_raster_dem_source_url(MemorySegment map, MemorySegment source_id, MemorySegment url, MemorySegment options)
      mln_status mln_map_add_raster_dem_source_url(mln_map *map, mln_string_view source_id, mln_string_view url, const mln_style_tile_source_options *options)
      
    • mln_map_add_raster_dem_source_tiles$descriptor

      public static FunctionDescriptor mln_map_add_raster_dem_source_tiles$descriptor()
      Function descriptor for:
      mln_status mln_map_add_raster_dem_source_tiles(mln_map *map, mln_string_view source_id, const mln_string_view *tiles, size_t tile_count, const mln_style_tile_source_options *options)
      
    • mln_map_add_raster_dem_source_tiles$handle

      public static MethodHandle mln_map_add_raster_dem_source_tiles$handle()
      Downcall method handle for:
      mln_status mln_map_add_raster_dem_source_tiles(mln_map *map, mln_string_view source_id, const mln_string_view *tiles, size_t tile_count, const mln_style_tile_source_options *options)
      
    • mln_map_add_raster_dem_source_tiles$address

      public static MemorySegment mln_map_add_raster_dem_source_tiles$address()
      Address for:
      mln_status mln_map_add_raster_dem_source_tiles(mln_map *map, mln_string_view source_id, const mln_string_view *tiles, size_t tile_count, const mln_style_tile_source_options *options)
      
    • mln_map_add_raster_dem_source_tiles

      public static int mln_map_add_raster_dem_source_tiles(MemorySegment map, MemorySegment source_id, MemorySegment tiles, long tile_count, MemorySegment options)
      mln_status mln_map_add_raster_dem_source_tiles(mln_map *map, mln_string_view source_id, const mln_string_view *tiles, size_t tile_count, const mln_style_tile_source_options *options)
      
    • mln_map_add_custom_geometry_source$descriptor

      public static FunctionDescriptor mln_map_add_custom_geometry_source$descriptor()
      Function descriptor for:
      mln_status mln_map_add_custom_geometry_source(mln_map *map, mln_string_view source_id, const mln_custom_geometry_source_options *options)
      
    • mln_map_add_custom_geometry_source$handle

      public static MethodHandle mln_map_add_custom_geometry_source$handle()
      Downcall method handle for:
      mln_status mln_map_add_custom_geometry_source(mln_map *map, mln_string_view source_id, const mln_custom_geometry_source_options *options)
      
    • mln_map_add_custom_geometry_source$address

      public static MemorySegment mln_map_add_custom_geometry_source$address()
      Address for:
      mln_status mln_map_add_custom_geometry_source(mln_map *map, mln_string_view source_id, const mln_custom_geometry_source_options *options)
      
    • mln_map_add_custom_geometry_source

      public static int mln_map_add_custom_geometry_source(MemorySegment map, MemorySegment source_id, MemorySegment options)
      mln_status mln_map_add_custom_geometry_source(mln_map *map, mln_string_view source_id, const mln_custom_geometry_source_options *options)
      
    • mln_map_set_custom_geometry_source_tile_data$descriptor

      public static FunctionDescriptor mln_map_set_custom_geometry_source_tile_data$descriptor()
      Function descriptor for:
      mln_status mln_map_set_custom_geometry_source_tile_data(mln_map *map, mln_string_view source_id, mln_canonical_tile_id tile_id, const mln_geojson *data)
      
    • mln_map_set_custom_geometry_source_tile_data$handle

      public static MethodHandle mln_map_set_custom_geometry_source_tile_data$handle()
      Downcall method handle for:
      mln_status mln_map_set_custom_geometry_source_tile_data(mln_map *map, mln_string_view source_id, mln_canonical_tile_id tile_id, const mln_geojson *data)
      
    • mln_map_set_custom_geometry_source_tile_data$address

      public static MemorySegment mln_map_set_custom_geometry_source_tile_data$address()
      Address for:
      mln_status mln_map_set_custom_geometry_source_tile_data(mln_map *map, mln_string_view source_id, mln_canonical_tile_id tile_id, const mln_geojson *data)
      
    • mln_map_set_custom_geometry_source_tile_data

      public static int mln_map_set_custom_geometry_source_tile_data(MemorySegment map, MemorySegment source_id, MemorySegment tile_id, MemorySegment data)
      mln_status mln_map_set_custom_geometry_source_tile_data(mln_map *map, mln_string_view source_id, mln_canonical_tile_id tile_id, const mln_geojson *data)
      
    • mln_map_invalidate_custom_geometry_source_tile$descriptor

      public static FunctionDescriptor mln_map_invalidate_custom_geometry_source_tile$descriptor()
      Function descriptor for:
      mln_status mln_map_invalidate_custom_geometry_source_tile(mln_map *map, mln_string_view source_id, mln_canonical_tile_id tile_id)
      
    • mln_map_invalidate_custom_geometry_source_tile$handle

      public static MethodHandle mln_map_invalidate_custom_geometry_source_tile$handle()
      Downcall method handle for:
      mln_status mln_map_invalidate_custom_geometry_source_tile(mln_map *map, mln_string_view source_id, mln_canonical_tile_id tile_id)
      
    • mln_map_invalidate_custom_geometry_source_tile$address

      public static MemorySegment mln_map_invalidate_custom_geometry_source_tile$address()
      Address for:
      mln_status mln_map_invalidate_custom_geometry_source_tile(mln_map *map, mln_string_view source_id, mln_canonical_tile_id tile_id)
      
    • mln_map_invalidate_custom_geometry_source_tile

      public static int mln_map_invalidate_custom_geometry_source_tile(MemorySegment map, MemorySegment source_id, MemorySegment tile_id)
      mln_status mln_map_invalidate_custom_geometry_source_tile(mln_map *map, mln_string_view source_id, mln_canonical_tile_id tile_id)
      
    • mln_map_invalidate_custom_geometry_source_region$descriptor

      public static FunctionDescriptor mln_map_invalidate_custom_geometry_source_region$descriptor()
      Function descriptor for:
      mln_status mln_map_invalidate_custom_geometry_source_region(mln_map *map, mln_string_view source_id, mln_lat_lng_bounds bounds)
      
    • mln_map_invalidate_custom_geometry_source_region$handle

      public static MethodHandle mln_map_invalidate_custom_geometry_source_region$handle()
      Downcall method handle for:
      mln_status mln_map_invalidate_custom_geometry_source_region(mln_map *map, mln_string_view source_id, mln_lat_lng_bounds bounds)
      
    • mln_map_invalidate_custom_geometry_source_region$address

      public static MemorySegment mln_map_invalidate_custom_geometry_source_region$address()
      Address for:
      mln_status mln_map_invalidate_custom_geometry_source_region(mln_map *map, mln_string_view source_id, mln_lat_lng_bounds bounds)
      
    • mln_map_invalidate_custom_geometry_source_region

      public static int mln_map_invalidate_custom_geometry_source_region(MemorySegment map, MemorySegment source_id, MemorySegment bounds)
      mln_status mln_map_invalidate_custom_geometry_source_region(mln_map *map, mln_string_view source_id, mln_lat_lng_bounds bounds)
      
    • mln_map_set_style_image$descriptor

      public static FunctionDescriptor mln_map_set_style_image$descriptor()
      Function descriptor for:
      mln_status mln_map_set_style_image(mln_map *map, mln_string_view image_id, const mln_premultiplied_rgba8_image *image, const mln_style_image_options *options)
      
    • mln_map_set_style_image$handle

      public static MethodHandle mln_map_set_style_image$handle()
      Downcall method handle for:
      mln_status mln_map_set_style_image(mln_map *map, mln_string_view image_id, const mln_premultiplied_rgba8_image *image, const mln_style_image_options *options)
      
    • mln_map_set_style_image$address

      public static MemorySegment mln_map_set_style_image$address()
      Address for:
      mln_status mln_map_set_style_image(mln_map *map, mln_string_view image_id, const mln_premultiplied_rgba8_image *image, const mln_style_image_options *options)
      
    • mln_map_set_style_image

      public static int mln_map_set_style_image(MemorySegment map, MemorySegment image_id, MemorySegment image, MemorySegment options)
      mln_status mln_map_set_style_image(mln_map *map, mln_string_view image_id, const mln_premultiplied_rgba8_image *image, const mln_style_image_options *options)
      
    • mln_map_remove_style_image$descriptor

      public static FunctionDescriptor mln_map_remove_style_image$descriptor()
      Function descriptor for:
      mln_status mln_map_remove_style_image(mln_map *map, mln_string_view image_id, bool *out_removed)
      
    • mln_map_remove_style_image$handle

      public static MethodHandle mln_map_remove_style_image$handle()
      Downcall method handle for:
      mln_status mln_map_remove_style_image(mln_map *map, mln_string_view image_id, bool *out_removed)
      
    • mln_map_remove_style_image$address

      public static MemorySegment mln_map_remove_style_image$address()
      Address for:
      mln_status mln_map_remove_style_image(mln_map *map, mln_string_view image_id, bool *out_removed)
      
    • mln_map_remove_style_image

      public static int mln_map_remove_style_image(MemorySegment map, MemorySegment image_id, MemorySegment out_removed)
      mln_status mln_map_remove_style_image(mln_map *map, mln_string_view image_id, bool *out_removed)
      
    • mln_map_style_image_exists$descriptor

      public static FunctionDescriptor mln_map_style_image_exists$descriptor()
      Function descriptor for:
      mln_status mln_map_style_image_exists(mln_map *map, mln_string_view image_id, bool *out_exists)
      
    • mln_map_style_image_exists$handle

      public static MethodHandle mln_map_style_image_exists$handle()
      Downcall method handle for:
      mln_status mln_map_style_image_exists(mln_map *map, mln_string_view image_id, bool *out_exists)
      
    • mln_map_style_image_exists$address

      public static MemorySegment mln_map_style_image_exists$address()
      Address for:
      mln_status mln_map_style_image_exists(mln_map *map, mln_string_view image_id, bool *out_exists)
      
    • mln_map_style_image_exists

      public static int mln_map_style_image_exists(MemorySegment map, MemorySegment image_id, MemorySegment out_exists)
      mln_status mln_map_style_image_exists(mln_map *map, mln_string_view image_id, bool *out_exists)
      
    • mln_map_get_style_image_info$descriptor

      public static FunctionDescriptor mln_map_get_style_image_info$descriptor()
      Function descriptor for:
      mln_status mln_map_get_style_image_info(mln_map *map, mln_string_view image_id, mln_style_image_info *out_info, bool *out_found)
      
    • mln_map_get_style_image_info$handle

      public static MethodHandle mln_map_get_style_image_info$handle()
      Downcall method handle for:
      mln_status mln_map_get_style_image_info(mln_map *map, mln_string_view image_id, mln_style_image_info *out_info, bool *out_found)
      
    • mln_map_get_style_image_info$address

      public static MemorySegment mln_map_get_style_image_info$address()
      Address for:
      mln_status mln_map_get_style_image_info(mln_map *map, mln_string_view image_id, mln_style_image_info *out_info, bool *out_found)
      
    • mln_map_get_style_image_info

      public static int mln_map_get_style_image_info(MemorySegment map, MemorySegment image_id, MemorySegment out_info, MemorySegment out_found)
      mln_status mln_map_get_style_image_info(mln_map *map, mln_string_view image_id, mln_style_image_info *out_info, bool *out_found)
      
    • mln_map_copy_style_image_premultiplied_rgba8$descriptor

      public static FunctionDescriptor mln_map_copy_style_image_premultiplied_rgba8$descriptor()
      Function descriptor for:
      mln_status mln_map_copy_style_image_premultiplied_rgba8(mln_map *map, mln_string_view image_id, uint8_t *out_pixels, size_t pixel_capacity, size_t *out_byte_length, bool *out_found)
      
    • mln_map_copy_style_image_premultiplied_rgba8$handle

      public static MethodHandle mln_map_copy_style_image_premultiplied_rgba8$handle()
      Downcall method handle for:
      mln_status mln_map_copy_style_image_premultiplied_rgba8(mln_map *map, mln_string_view image_id, uint8_t *out_pixels, size_t pixel_capacity, size_t *out_byte_length, bool *out_found)
      
    • mln_map_copy_style_image_premultiplied_rgba8$address

      public static MemorySegment mln_map_copy_style_image_premultiplied_rgba8$address()
      Address for:
      mln_status mln_map_copy_style_image_premultiplied_rgba8(mln_map *map, mln_string_view image_id, uint8_t *out_pixels, size_t pixel_capacity, size_t *out_byte_length, bool *out_found)
      
    • mln_map_copy_style_image_premultiplied_rgba8

      public static int mln_map_copy_style_image_premultiplied_rgba8(MemorySegment map, MemorySegment image_id, MemorySegment out_pixels, long pixel_capacity, MemorySegment out_byte_length, MemorySegment out_found)
      mln_status mln_map_copy_style_image_premultiplied_rgba8(mln_map *map, mln_string_view image_id, uint8_t *out_pixels, size_t pixel_capacity, size_t *out_byte_length, bool *out_found)
      
    • mln_map_add_image_source_url$descriptor

      public static FunctionDescriptor mln_map_add_image_source_url$descriptor()
      Function descriptor for:
      mln_status mln_map_add_image_source_url(mln_map *map, mln_string_view source_id, const mln_lat_lng *coordinates, size_t coordinate_count, mln_string_view url)
      
    • mln_map_add_image_source_url$handle

      public static MethodHandle mln_map_add_image_source_url$handle()
      Downcall method handle for:
      mln_status mln_map_add_image_source_url(mln_map *map, mln_string_view source_id, const mln_lat_lng *coordinates, size_t coordinate_count, mln_string_view url)
      
    • mln_map_add_image_source_url$address

      public static MemorySegment mln_map_add_image_source_url$address()
      Address for:
      mln_status mln_map_add_image_source_url(mln_map *map, mln_string_view source_id, const mln_lat_lng *coordinates, size_t coordinate_count, mln_string_view url)
      
    • mln_map_add_image_source_url

      public static int mln_map_add_image_source_url(MemorySegment map, MemorySegment source_id, MemorySegment coordinates, long coordinate_count, MemorySegment url)
      mln_status mln_map_add_image_source_url(mln_map *map, mln_string_view source_id, const mln_lat_lng *coordinates, size_t coordinate_count, mln_string_view url)
      
    • mln_map_add_image_source_image$descriptor

      public static FunctionDescriptor mln_map_add_image_source_image$descriptor()
      Function descriptor for:
      mln_status mln_map_add_image_source_image(mln_map *map, mln_string_view source_id, const mln_lat_lng *coordinates, size_t coordinate_count, const mln_premultiplied_rgba8_image *image)
      
    • mln_map_add_image_source_image$handle

      public static MethodHandle mln_map_add_image_source_image$handle()
      Downcall method handle for:
      mln_status mln_map_add_image_source_image(mln_map *map, mln_string_view source_id, const mln_lat_lng *coordinates, size_t coordinate_count, const mln_premultiplied_rgba8_image *image)
      
    • mln_map_add_image_source_image$address

      public static MemorySegment mln_map_add_image_source_image$address()
      Address for:
      mln_status mln_map_add_image_source_image(mln_map *map, mln_string_view source_id, const mln_lat_lng *coordinates, size_t coordinate_count, const mln_premultiplied_rgba8_image *image)
      
    • mln_map_add_image_source_image

      public static int mln_map_add_image_source_image(MemorySegment map, MemorySegment source_id, MemorySegment coordinates, long coordinate_count, MemorySegment image)
      mln_status mln_map_add_image_source_image(mln_map *map, mln_string_view source_id, const mln_lat_lng *coordinates, size_t coordinate_count, const mln_premultiplied_rgba8_image *image)
      
    • mln_map_set_image_source_url$descriptor

      public static FunctionDescriptor mln_map_set_image_source_url$descriptor()
      Function descriptor for:
      mln_status mln_map_set_image_source_url(mln_map *map, mln_string_view source_id, mln_string_view url)
      
    • mln_map_set_image_source_url$handle

      public static MethodHandle mln_map_set_image_source_url$handle()
      Downcall method handle for:
      mln_status mln_map_set_image_source_url(mln_map *map, mln_string_view source_id, mln_string_view url)
      
    • mln_map_set_image_source_url$address

      public static MemorySegment mln_map_set_image_source_url$address()
      Address for:
      mln_status mln_map_set_image_source_url(mln_map *map, mln_string_view source_id, mln_string_view url)
      
    • mln_map_set_image_source_url

      public static int mln_map_set_image_source_url(MemorySegment map, MemorySegment source_id, MemorySegment url)
      mln_status mln_map_set_image_source_url(mln_map *map, mln_string_view source_id, mln_string_view url)
      
    • mln_map_set_image_source_image$descriptor

      public static FunctionDescriptor mln_map_set_image_source_image$descriptor()
      Function descriptor for:
      mln_status mln_map_set_image_source_image(mln_map *map, mln_string_view source_id, const mln_premultiplied_rgba8_image *image)
      
    • mln_map_set_image_source_image$handle

      public static MethodHandle mln_map_set_image_source_image$handle()
      Downcall method handle for:
      mln_status mln_map_set_image_source_image(mln_map *map, mln_string_view source_id, const mln_premultiplied_rgba8_image *image)
      
    • mln_map_set_image_source_image$address

      public static MemorySegment mln_map_set_image_source_image$address()
      Address for:
      mln_status mln_map_set_image_source_image(mln_map *map, mln_string_view source_id, const mln_premultiplied_rgba8_image *image)
      
    • mln_map_set_image_source_image

      public static int mln_map_set_image_source_image(MemorySegment map, MemorySegment source_id, MemorySegment image)
      mln_status mln_map_set_image_source_image(mln_map *map, mln_string_view source_id, const mln_premultiplied_rgba8_image *image)
      
    • mln_map_set_image_source_coordinates$descriptor

      public static FunctionDescriptor mln_map_set_image_source_coordinates$descriptor()
      Function descriptor for:
      mln_status mln_map_set_image_source_coordinates(mln_map *map, mln_string_view source_id, const mln_lat_lng *coordinates, size_t coordinate_count)
      
    • mln_map_set_image_source_coordinates$handle

      public static MethodHandle mln_map_set_image_source_coordinates$handle()
      Downcall method handle for:
      mln_status mln_map_set_image_source_coordinates(mln_map *map, mln_string_view source_id, const mln_lat_lng *coordinates, size_t coordinate_count)
      
    • mln_map_set_image_source_coordinates$address

      public static MemorySegment mln_map_set_image_source_coordinates$address()
      Address for:
      mln_status mln_map_set_image_source_coordinates(mln_map *map, mln_string_view source_id, const mln_lat_lng *coordinates, size_t coordinate_count)
      
    • mln_map_set_image_source_coordinates

      public static int mln_map_set_image_source_coordinates(MemorySegment map, MemorySegment source_id, MemorySegment coordinates, long coordinate_count)
      mln_status mln_map_set_image_source_coordinates(mln_map *map, mln_string_view source_id, const mln_lat_lng *coordinates, size_t coordinate_count)
      
    • mln_map_get_image_source_coordinates$descriptor

      public static FunctionDescriptor mln_map_get_image_source_coordinates$descriptor()
      Function descriptor for:
      mln_status mln_map_get_image_source_coordinates(mln_map *map, mln_string_view source_id, mln_lat_lng *out_coordinates, size_t coordinate_capacity, size_t *out_coordinate_count, bool *out_found)
      
    • mln_map_get_image_source_coordinates$handle

      public static MethodHandle mln_map_get_image_source_coordinates$handle()
      Downcall method handle for:
      mln_status mln_map_get_image_source_coordinates(mln_map *map, mln_string_view source_id, mln_lat_lng *out_coordinates, size_t coordinate_capacity, size_t *out_coordinate_count, bool *out_found)
      
    • mln_map_get_image_source_coordinates$address

      public static MemorySegment mln_map_get_image_source_coordinates$address()
      Address for:
      mln_status mln_map_get_image_source_coordinates(mln_map *map, mln_string_view source_id, mln_lat_lng *out_coordinates, size_t coordinate_capacity, size_t *out_coordinate_count, bool *out_found)
      
    • mln_map_get_image_source_coordinates

      public static int mln_map_get_image_source_coordinates(MemorySegment map, MemorySegment source_id, MemorySegment out_coordinates, long coordinate_capacity, MemorySegment out_coordinate_count, MemorySegment out_found)
      mln_status mln_map_get_image_source_coordinates(mln_map *map, mln_string_view source_id, mln_lat_lng *out_coordinates, size_t coordinate_capacity, size_t *out_coordinate_count, bool *out_found)
      
    • mln_map_add_hillshade_layer$descriptor

      public static FunctionDescriptor mln_map_add_hillshade_layer$descriptor()
      Function descriptor for:
      mln_status mln_map_add_hillshade_layer(mln_map *map, mln_string_view layer_id, mln_string_view source_id, mln_string_view before_layer_id)
      
    • mln_map_add_hillshade_layer$handle

      public static MethodHandle mln_map_add_hillshade_layer$handle()
      Downcall method handle for:
      mln_status mln_map_add_hillshade_layer(mln_map *map, mln_string_view layer_id, mln_string_view source_id, mln_string_view before_layer_id)
      
    • mln_map_add_hillshade_layer$address

      public static MemorySegment mln_map_add_hillshade_layer$address()
      Address for:
      mln_status mln_map_add_hillshade_layer(mln_map *map, mln_string_view layer_id, mln_string_view source_id, mln_string_view before_layer_id)
      
    • mln_map_add_hillshade_layer

      public static int mln_map_add_hillshade_layer(MemorySegment map, MemorySegment layer_id, MemorySegment source_id, MemorySegment before_layer_id)
      mln_status mln_map_add_hillshade_layer(mln_map *map, mln_string_view layer_id, mln_string_view source_id, mln_string_view before_layer_id)
      
    • mln_map_add_color_relief_layer$descriptor

      public static FunctionDescriptor mln_map_add_color_relief_layer$descriptor()
      Function descriptor for:
      mln_status mln_map_add_color_relief_layer(mln_map *map, mln_string_view layer_id, mln_string_view source_id, mln_string_view before_layer_id)
      
    • mln_map_add_color_relief_layer$handle

      public static MethodHandle mln_map_add_color_relief_layer$handle()
      Downcall method handle for:
      mln_status mln_map_add_color_relief_layer(mln_map *map, mln_string_view layer_id, mln_string_view source_id, mln_string_view before_layer_id)
      
    • mln_map_add_color_relief_layer$address

      public static MemorySegment mln_map_add_color_relief_layer$address()
      Address for:
      mln_status mln_map_add_color_relief_layer(mln_map *map, mln_string_view layer_id, mln_string_view source_id, mln_string_view before_layer_id)
      
    • mln_map_add_color_relief_layer

      public static int mln_map_add_color_relief_layer(MemorySegment map, MemorySegment layer_id, MemorySegment source_id, MemorySegment before_layer_id)
      mln_status mln_map_add_color_relief_layer(mln_map *map, mln_string_view layer_id, mln_string_view source_id, mln_string_view before_layer_id)
      
    • mln_map_add_location_indicator_layer$descriptor

      public static FunctionDescriptor mln_map_add_location_indicator_layer$descriptor()
      Function descriptor for:
      mln_status mln_map_add_location_indicator_layer(mln_map *map, mln_string_view layer_id, mln_string_view before_layer_id)
      
    • mln_map_add_location_indicator_layer$handle

      public static MethodHandle mln_map_add_location_indicator_layer$handle()
      Downcall method handle for:
      mln_status mln_map_add_location_indicator_layer(mln_map *map, mln_string_view layer_id, mln_string_view before_layer_id)
      
    • mln_map_add_location_indicator_layer$address

      public static MemorySegment mln_map_add_location_indicator_layer$address()
      Address for:
      mln_status mln_map_add_location_indicator_layer(mln_map *map, mln_string_view layer_id, mln_string_view before_layer_id)
      
    • mln_map_add_location_indicator_layer

      public static int mln_map_add_location_indicator_layer(MemorySegment map, MemorySegment layer_id, MemorySegment before_layer_id)
      mln_status mln_map_add_location_indicator_layer(mln_map *map, mln_string_view layer_id, mln_string_view before_layer_id)
      
    • mln_map_set_location_indicator_location$descriptor

      public static FunctionDescriptor mln_map_set_location_indicator_location$descriptor()
      Function descriptor for:
      mln_status mln_map_set_location_indicator_location(mln_map *map, mln_string_view layer_id, mln_lat_lng coordinate, double altitude)
      
    • mln_map_set_location_indicator_location$handle

      public static MethodHandle mln_map_set_location_indicator_location$handle()
      Downcall method handle for:
      mln_status mln_map_set_location_indicator_location(mln_map *map, mln_string_view layer_id, mln_lat_lng coordinate, double altitude)
      
    • mln_map_set_location_indicator_location$address

      public static MemorySegment mln_map_set_location_indicator_location$address()
      Address for:
      mln_status mln_map_set_location_indicator_location(mln_map *map, mln_string_view layer_id, mln_lat_lng coordinate, double altitude)
      
    • mln_map_set_location_indicator_location

      public static int mln_map_set_location_indicator_location(MemorySegment map, MemorySegment layer_id, MemorySegment coordinate, double altitude)
      mln_status mln_map_set_location_indicator_location(mln_map *map, mln_string_view layer_id, mln_lat_lng coordinate, double altitude)
      
    • mln_map_set_location_indicator_bearing$descriptor

      public static FunctionDescriptor mln_map_set_location_indicator_bearing$descriptor()
      Function descriptor for:
      mln_status mln_map_set_location_indicator_bearing(mln_map *map, mln_string_view layer_id, double bearing)
      
    • mln_map_set_location_indicator_bearing$handle

      public static MethodHandle mln_map_set_location_indicator_bearing$handle()
      Downcall method handle for:
      mln_status mln_map_set_location_indicator_bearing(mln_map *map, mln_string_view layer_id, double bearing)
      
    • mln_map_set_location_indicator_bearing$address

      public static MemorySegment mln_map_set_location_indicator_bearing$address()
      Address for:
      mln_status mln_map_set_location_indicator_bearing(mln_map *map, mln_string_view layer_id, double bearing)
      
    • mln_map_set_location_indicator_bearing

      public static int mln_map_set_location_indicator_bearing(MemorySegment map, MemorySegment layer_id, double bearing)
      mln_status mln_map_set_location_indicator_bearing(mln_map *map, mln_string_view layer_id, double bearing)
      
    • mln_map_set_location_indicator_accuracy_radius$descriptor

      public static FunctionDescriptor mln_map_set_location_indicator_accuracy_radius$descriptor()
      Function descriptor for:
      mln_status mln_map_set_location_indicator_accuracy_radius(mln_map *map, mln_string_view layer_id, double radius)
      
    • mln_map_set_location_indicator_accuracy_radius$handle

      public static MethodHandle mln_map_set_location_indicator_accuracy_radius$handle()
      Downcall method handle for:
      mln_status mln_map_set_location_indicator_accuracy_radius(mln_map *map, mln_string_view layer_id, double radius)
      
    • mln_map_set_location_indicator_accuracy_radius$address

      public static MemorySegment mln_map_set_location_indicator_accuracy_radius$address()
      Address for:
      mln_status mln_map_set_location_indicator_accuracy_radius(mln_map *map, mln_string_view layer_id, double radius)
      
    • mln_map_set_location_indicator_accuracy_radius

      public static int mln_map_set_location_indicator_accuracy_radius(MemorySegment map, MemorySegment layer_id, double radius)
      mln_status mln_map_set_location_indicator_accuracy_radius(mln_map *map, mln_string_view layer_id, double radius)
      
    • mln_map_set_location_indicator_image_name$descriptor

      public static FunctionDescriptor mln_map_set_location_indicator_image_name$descriptor()
      Function descriptor for:
      mln_status mln_map_set_location_indicator_image_name(mln_map *map, mln_string_view layer_id, uint32_t image_kind, mln_string_view image_id)
      
    • mln_map_set_location_indicator_image_name$handle

      public static MethodHandle mln_map_set_location_indicator_image_name$handle()
      Downcall method handle for:
      mln_status mln_map_set_location_indicator_image_name(mln_map *map, mln_string_view layer_id, uint32_t image_kind, mln_string_view image_id)
      
    • mln_map_set_location_indicator_image_name$address

      public static MemorySegment mln_map_set_location_indicator_image_name$address()
      Address for:
      mln_status mln_map_set_location_indicator_image_name(mln_map *map, mln_string_view layer_id, uint32_t image_kind, mln_string_view image_id)
      
    • mln_map_set_location_indicator_image_name

      public static int mln_map_set_location_indicator_image_name(MemorySegment map, MemorySegment layer_id, int image_kind, MemorySegment image_id)
      mln_status mln_map_set_location_indicator_image_name(mln_map *map, mln_string_view layer_id, uint32_t image_kind, mln_string_view image_id)
      
    • mln_map_add_style_layer_json$descriptor

      public static FunctionDescriptor mln_map_add_style_layer_json$descriptor()
      Function descriptor for:
      mln_status mln_map_add_style_layer_json(mln_map *map, const mln_json_value *layer_json, mln_string_view before_layer_id)
      
    • mln_map_add_style_layer_json$handle

      public static MethodHandle mln_map_add_style_layer_json$handle()
      Downcall method handle for:
      mln_status mln_map_add_style_layer_json(mln_map *map, const mln_json_value *layer_json, mln_string_view before_layer_id)
      
    • mln_map_add_style_layer_json$address

      public static MemorySegment mln_map_add_style_layer_json$address()
      Address for:
      mln_status mln_map_add_style_layer_json(mln_map *map, const mln_json_value *layer_json, mln_string_view before_layer_id)
      
    • mln_map_add_style_layer_json

      public static int mln_map_add_style_layer_json(MemorySegment map, MemorySegment layer_json, MemorySegment before_layer_id)
      mln_status mln_map_add_style_layer_json(mln_map *map, const mln_json_value *layer_json, mln_string_view before_layer_id)
      
    • mln_map_remove_style_layer$descriptor

      public static FunctionDescriptor mln_map_remove_style_layer$descriptor()
      Function descriptor for:
      mln_status mln_map_remove_style_layer(mln_map *map, mln_string_view layer_id, bool *out_removed)
      
    • mln_map_remove_style_layer$handle

      public static MethodHandle mln_map_remove_style_layer$handle()
      Downcall method handle for:
      mln_status mln_map_remove_style_layer(mln_map *map, mln_string_view layer_id, bool *out_removed)
      
    • mln_map_remove_style_layer$address

      public static MemorySegment mln_map_remove_style_layer$address()
      Address for:
      mln_status mln_map_remove_style_layer(mln_map *map, mln_string_view layer_id, bool *out_removed)
      
    • mln_map_remove_style_layer

      public static int mln_map_remove_style_layer(MemorySegment map, MemorySegment layer_id, MemorySegment out_removed)
      mln_status mln_map_remove_style_layer(mln_map *map, mln_string_view layer_id, bool *out_removed)
      
    • mln_map_style_layer_exists$descriptor

      public static FunctionDescriptor mln_map_style_layer_exists$descriptor()
      Function descriptor for:
      mln_status mln_map_style_layer_exists(mln_map *map, mln_string_view layer_id, bool *out_exists)
      
    • mln_map_style_layer_exists$handle

      public static MethodHandle mln_map_style_layer_exists$handle()
      Downcall method handle for:
      mln_status mln_map_style_layer_exists(mln_map *map, mln_string_view layer_id, bool *out_exists)
      
    • mln_map_style_layer_exists$address

      public static MemorySegment mln_map_style_layer_exists$address()
      Address for:
      mln_status mln_map_style_layer_exists(mln_map *map, mln_string_view layer_id, bool *out_exists)
      
    • mln_map_style_layer_exists

      public static int mln_map_style_layer_exists(MemorySegment map, MemorySegment layer_id, MemorySegment out_exists)
      mln_status mln_map_style_layer_exists(mln_map *map, mln_string_view layer_id, bool *out_exists)
      
    • mln_map_get_style_layer_type$descriptor

      public static FunctionDescriptor mln_map_get_style_layer_type$descriptor()
      Function descriptor for:
      mln_status mln_map_get_style_layer_type(mln_map *map, mln_string_view layer_id, mln_string_view *out_layer_type, bool *out_found)
      
    • mln_map_get_style_layer_type$handle

      public static MethodHandle mln_map_get_style_layer_type$handle()
      Downcall method handle for:
      mln_status mln_map_get_style_layer_type(mln_map *map, mln_string_view layer_id, mln_string_view *out_layer_type, bool *out_found)
      
    • mln_map_get_style_layer_type$address

      public static MemorySegment mln_map_get_style_layer_type$address()
      Address for:
      mln_status mln_map_get_style_layer_type(mln_map *map, mln_string_view layer_id, mln_string_view *out_layer_type, bool *out_found)
      
    • mln_map_get_style_layer_type

      public static int mln_map_get_style_layer_type(MemorySegment map, MemorySegment layer_id, MemorySegment out_layer_type, MemorySegment out_found)
      mln_status mln_map_get_style_layer_type(mln_map *map, mln_string_view layer_id, mln_string_view *out_layer_type, bool *out_found)
      
    • mln_map_list_style_layer_ids$descriptor

      public static FunctionDescriptor mln_map_list_style_layer_ids$descriptor()
      Function descriptor for:
      mln_status mln_map_list_style_layer_ids(mln_map *map, mln_style_id_list **out_layer_ids)
      
    • mln_map_list_style_layer_ids$handle

      public static MethodHandle mln_map_list_style_layer_ids$handle()
      Downcall method handle for:
      mln_status mln_map_list_style_layer_ids(mln_map *map, mln_style_id_list **out_layer_ids)
      
    • mln_map_list_style_layer_ids$address

      public static MemorySegment mln_map_list_style_layer_ids$address()
      Address for:
      mln_status mln_map_list_style_layer_ids(mln_map *map, mln_style_id_list **out_layer_ids)
      
    • mln_map_list_style_layer_ids

      public static int mln_map_list_style_layer_ids(MemorySegment map, MemorySegment out_layer_ids)
      mln_status mln_map_list_style_layer_ids(mln_map *map, mln_style_id_list **out_layer_ids)
      
    • mln_map_move_style_layer$descriptor

      public static FunctionDescriptor mln_map_move_style_layer$descriptor()
      Function descriptor for:
      mln_status mln_map_move_style_layer(mln_map *map, mln_string_view layer_id, mln_string_view before_layer_id)
      
    • mln_map_move_style_layer$handle

      public static MethodHandle mln_map_move_style_layer$handle()
      Downcall method handle for:
      mln_status mln_map_move_style_layer(mln_map *map, mln_string_view layer_id, mln_string_view before_layer_id)
      
    • mln_map_move_style_layer$address

      public static MemorySegment mln_map_move_style_layer$address()
      Address for:
      mln_status mln_map_move_style_layer(mln_map *map, mln_string_view layer_id, mln_string_view before_layer_id)
      
    • mln_map_move_style_layer

      public static int mln_map_move_style_layer(MemorySegment map, MemorySegment layer_id, MemorySegment before_layer_id)
      mln_status mln_map_move_style_layer(mln_map *map, mln_string_view layer_id, mln_string_view before_layer_id)
      
    • mln_map_get_style_layer_json$descriptor

      public static FunctionDescriptor mln_map_get_style_layer_json$descriptor()
      Function descriptor for:
      mln_status mln_map_get_style_layer_json(mln_map *map, mln_string_view layer_id, mln_json_snapshot **out_layer, bool *out_found)
      
    • mln_map_get_style_layer_json$handle

      public static MethodHandle mln_map_get_style_layer_json$handle()
      Downcall method handle for:
      mln_status mln_map_get_style_layer_json(mln_map *map, mln_string_view layer_id, mln_json_snapshot **out_layer, bool *out_found)
      
    • mln_map_get_style_layer_json$address

      public static MemorySegment mln_map_get_style_layer_json$address()
      Address for:
      mln_status mln_map_get_style_layer_json(mln_map *map, mln_string_view layer_id, mln_json_snapshot **out_layer, bool *out_found)
      
    • mln_map_get_style_layer_json

      public static int mln_map_get_style_layer_json(MemorySegment map, MemorySegment layer_id, MemorySegment out_layer, MemorySegment out_found)
      mln_status mln_map_get_style_layer_json(mln_map *map, mln_string_view layer_id, mln_json_snapshot **out_layer, bool *out_found)
      
    • mln_map_set_style_light_json$descriptor

      public static FunctionDescriptor mln_map_set_style_light_json$descriptor()
      Function descriptor for:
      mln_status mln_map_set_style_light_json(mln_map *map, const mln_json_value *light_json)
      
    • mln_map_set_style_light_json$handle

      public static MethodHandle mln_map_set_style_light_json$handle()
      Downcall method handle for:
      mln_status mln_map_set_style_light_json(mln_map *map, const mln_json_value *light_json)
      
    • mln_map_set_style_light_json$address

      public static MemorySegment mln_map_set_style_light_json$address()
      Address for:
      mln_status mln_map_set_style_light_json(mln_map *map, const mln_json_value *light_json)
      
    • mln_map_set_style_light_json

      public static int mln_map_set_style_light_json(MemorySegment map, MemorySegment light_json)
      mln_status mln_map_set_style_light_json(mln_map *map, const mln_json_value *light_json)
      
    • mln_map_set_style_light_property$descriptor

      public static FunctionDescriptor mln_map_set_style_light_property$descriptor()
      Function descriptor for:
      mln_status mln_map_set_style_light_property(mln_map *map, mln_string_view property_name, const mln_json_value *value)
      
    • mln_map_set_style_light_property$handle

      public static MethodHandle mln_map_set_style_light_property$handle()
      Downcall method handle for:
      mln_status mln_map_set_style_light_property(mln_map *map, mln_string_view property_name, const mln_json_value *value)
      
    • mln_map_set_style_light_property$address

      public static MemorySegment mln_map_set_style_light_property$address()
      Address for:
      mln_status mln_map_set_style_light_property(mln_map *map, mln_string_view property_name, const mln_json_value *value)
      
    • mln_map_set_style_light_property

      public static int mln_map_set_style_light_property(MemorySegment map, MemorySegment property_name, MemorySegment value)
      mln_status mln_map_set_style_light_property(mln_map *map, mln_string_view property_name, const mln_json_value *value)
      
    • mln_map_get_style_light_property$descriptor

      public static FunctionDescriptor mln_map_get_style_light_property$descriptor()
      Function descriptor for:
      mln_status mln_map_get_style_light_property(mln_map *map, mln_string_view property_name, mln_json_snapshot **out_value)
      
    • mln_map_get_style_light_property$handle

      public static MethodHandle mln_map_get_style_light_property$handle()
      Downcall method handle for:
      mln_status mln_map_get_style_light_property(mln_map *map, mln_string_view property_name, mln_json_snapshot **out_value)
      
    • mln_map_get_style_light_property$address

      public static MemorySegment mln_map_get_style_light_property$address()
      Address for:
      mln_status mln_map_get_style_light_property(mln_map *map, mln_string_view property_name, mln_json_snapshot **out_value)
      
    • mln_map_get_style_light_property

      public static int mln_map_get_style_light_property(MemorySegment map, MemorySegment property_name, MemorySegment out_value)
      mln_status mln_map_get_style_light_property(mln_map *map, mln_string_view property_name, mln_json_snapshot **out_value)
      
    • mln_map_set_layer_property$descriptor

      public static FunctionDescriptor mln_map_set_layer_property$descriptor()
      Function descriptor for:
      mln_status mln_map_set_layer_property(mln_map *map, mln_string_view layer_id, mln_string_view property_name, const mln_json_value *value)
      
    • mln_map_set_layer_property$handle

      public static MethodHandle mln_map_set_layer_property$handle()
      Downcall method handle for:
      mln_status mln_map_set_layer_property(mln_map *map, mln_string_view layer_id, mln_string_view property_name, const mln_json_value *value)
      
    • mln_map_set_layer_property$address

      public static MemorySegment mln_map_set_layer_property$address()
      Address for:
      mln_status mln_map_set_layer_property(mln_map *map, mln_string_view layer_id, mln_string_view property_name, const mln_json_value *value)
      
    • mln_map_set_layer_property

      public static int mln_map_set_layer_property(MemorySegment map, MemorySegment layer_id, MemorySegment property_name, MemorySegment value)
      mln_status mln_map_set_layer_property(mln_map *map, mln_string_view layer_id, mln_string_view property_name, const mln_json_value *value)
      
    • mln_map_get_layer_property$descriptor

      public static FunctionDescriptor mln_map_get_layer_property$descriptor()
      Function descriptor for:
      mln_status mln_map_get_layer_property(mln_map *map, mln_string_view layer_id, mln_string_view property_name, mln_json_snapshot **out_value)
      
    • mln_map_get_layer_property$handle

      public static MethodHandle mln_map_get_layer_property$handle()
      Downcall method handle for:
      mln_status mln_map_get_layer_property(mln_map *map, mln_string_view layer_id, mln_string_view property_name, mln_json_snapshot **out_value)
      
    • mln_map_get_layer_property$address

      public static MemorySegment mln_map_get_layer_property$address()
      Address for:
      mln_status mln_map_get_layer_property(mln_map *map, mln_string_view layer_id, mln_string_view property_name, mln_json_snapshot **out_value)
      
    • mln_map_get_layer_property

      public static int mln_map_get_layer_property(MemorySegment map, MemorySegment layer_id, MemorySegment property_name, MemorySegment out_value)
      mln_status mln_map_get_layer_property(mln_map *map, mln_string_view layer_id, mln_string_view property_name, mln_json_snapshot **out_value)
      
    • mln_map_set_layer_filter$descriptor

      public static FunctionDescriptor mln_map_set_layer_filter$descriptor()
      Function descriptor for:
      mln_status mln_map_set_layer_filter(mln_map *map, mln_string_view layer_id, const mln_json_value *filter)
      
    • mln_map_set_layer_filter$handle

      public static MethodHandle mln_map_set_layer_filter$handle()
      Downcall method handle for:
      mln_status mln_map_set_layer_filter(mln_map *map, mln_string_view layer_id, const mln_json_value *filter)
      
    • mln_map_set_layer_filter$address

      public static MemorySegment mln_map_set_layer_filter$address()
      Address for:
      mln_status mln_map_set_layer_filter(mln_map *map, mln_string_view layer_id, const mln_json_value *filter)
      
    • mln_map_set_layer_filter

      public static int mln_map_set_layer_filter(MemorySegment map, MemorySegment layer_id, MemorySegment filter)
      mln_status mln_map_set_layer_filter(mln_map *map, mln_string_view layer_id, const mln_json_value *filter)
      
    • mln_map_get_layer_filter$descriptor

      public static FunctionDescriptor mln_map_get_layer_filter$descriptor()
      Function descriptor for:
      mln_status mln_map_get_layer_filter(mln_map *map, mln_string_view layer_id, mln_json_snapshot **out_filter)
      
    • mln_map_get_layer_filter$handle

      public static MethodHandle mln_map_get_layer_filter$handle()
      Downcall method handle for:
      mln_status mln_map_get_layer_filter(mln_map *map, mln_string_view layer_id, mln_json_snapshot **out_filter)
      
    • mln_map_get_layer_filter$address

      public static MemorySegment mln_map_get_layer_filter$address()
      Address for:
      mln_status mln_map_get_layer_filter(mln_map *map, mln_string_view layer_id, mln_json_snapshot **out_filter)
      
    • mln_map_get_layer_filter

      public static int mln_map_get_layer_filter(MemorySegment map, MemorySegment layer_id, MemorySegment out_filter)
      mln_status mln_map_get_layer_filter(mln_map *map, mln_string_view layer_id, mln_json_snapshot **out_filter)
      
    • mln_metal_surface_descriptor_default$descriptor

      public static FunctionDescriptor mln_metal_surface_descriptor_default$descriptor()
      Function descriptor for:
      mln_metal_surface_descriptor mln_metal_surface_descriptor_default()
      
    • mln_metal_surface_descriptor_default$handle

      public static MethodHandle mln_metal_surface_descriptor_default$handle()
      Downcall method handle for:
      mln_metal_surface_descriptor mln_metal_surface_descriptor_default()
      
    • mln_metal_surface_descriptor_default$address

      public static MemorySegment mln_metal_surface_descriptor_default$address()
      Address for:
      mln_metal_surface_descriptor mln_metal_surface_descriptor_default()
      
    • mln_metal_surface_descriptor_default

      public static MemorySegment mln_metal_surface_descriptor_default(SegmentAllocator allocator)
      mln_metal_surface_descriptor mln_metal_surface_descriptor_default()
      
    • mln_vulkan_surface_descriptor_default$descriptor

      public static FunctionDescriptor mln_vulkan_surface_descriptor_default$descriptor()
      Function descriptor for:
      mln_vulkan_surface_descriptor mln_vulkan_surface_descriptor_default()
      
    • mln_vulkan_surface_descriptor_default$handle

      public static MethodHandle mln_vulkan_surface_descriptor_default$handle()
      Downcall method handle for:
      mln_vulkan_surface_descriptor mln_vulkan_surface_descriptor_default()
      
    • mln_vulkan_surface_descriptor_default$address

      public static MemorySegment mln_vulkan_surface_descriptor_default$address()
      Address for:
      mln_vulkan_surface_descriptor mln_vulkan_surface_descriptor_default()
      
    • mln_vulkan_surface_descriptor_default

      public static MemorySegment mln_vulkan_surface_descriptor_default(SegmentAllocator allocator)
      mln_vulkan_surface_descriptor mln_vulkan_surface_descriptor_default()
      
    • mln_opengl_surface_descriptor_default$descriptor

      public static FunctionDescriptor mln_opengl_surface_descriptor_default$descriptor()
      Function descriptor for:
      mln_opengl_surface_descriptor mln_opengl_surface_descriptor_default()
      
    • mln_opengl_surface_descriptor_default$handle

      public static MethodHandle mln_opengl_surface_descriptor_default$handle()
      Downcall method handle for:
      mln_opengl_surface_descriptor mln_opengl_surface_descriptor_default()
      
    • mln_opengl_surface_descriptor_default$address

      public static MemorySegment mln_opengl_surface_descriptor_default$address()
      Address for:
      mln_opengl_surface_descriptor mln_opengl_surface_descriptor_default()
      
    • mln_opengl_surface_descriptor_default

      public static MemorySegment mln_opengl_surface_descriptor_default(SegmentAllocator allocator)
      mln_opengl_surface_descriptor mln_opengl_surface_descriptor_default()
      
    • mln_metal_surface_attach$descriptor

      public static FunctionDescriptor mln_metal_surface_attach$descriptor()
      Function descriptor for:
      mln_status mln_metal_surface_attach(mln_map *map, const mln_metal_surface_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_metal_surface_attach$handle

      public static MethodHandle mln_metal_surface_attach$handle()
      Downcall method handle for:
      mln_status mln_metal_surface_attach(mln_map *map, const mln_metal_surface_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_metal_surface_attach$address

      public static MemorySegment mln_metal_surface_attach$address()
      Address for:
      mln_status mln_metal_surface_attach(mln_map *map, const mln_metal_surface_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_metal_surface_attach

      public static int mln_metal_surface_attach(MemorySegment map, MemorySegment descriptor, MemorySegment out_session)
      mln_status mln_metal_surface_attach(mln_map *map, const mln_metal_surface_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_vulkan_surface_attach$descriptor

      public static FunctionDescriptor mln_vulkan_surface_attach$descriptor()
      Function descriptor for:
      mln_status mln_vulkan_surface_attach(mln_map *map, const mln_vulkan_surface_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_vulkan_surface_attach$handle

      public static MethodHandle mln_vulkan_surface_attach$handle()
      Downcall method handle for:
      mln_status mln_vulkan_surface_attach(mln_map *map, const mln_vulkan_surface_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_vulkan_surface_attach$address

      public static MemorySegment mln_vulkan_surface_attach$address()
      Address for:
      mln_status mln_vulkan_surface_attach(mln_map *map, const mln_vulkan_surface_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_vulkan_surface_attach

      public static int mln_vulkan_surface_attach(MemorySegment map, MemorySegment descriptor, MemorySegment out_session)
      mln_status mln_vulkan_surface_attach(mln_map *map, const mln_vulkan_surface_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_opengl_surface_attach$descriptor

      public static FunctionDescriptor mln_opengl_surface_attach$descriptor()
      Function descriptor for:
      mln_status mln_opengl_surface_attach(mln_map *map, const mln_opengl_surface_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_opengl_surface_attach$handle

      public static MethodHandle mln_opengl_surface_attach$handle()
      Downcall method handle for:
      mln_status mln_opengl_surface_attach(mln_map *map, const mln_opengl_surface_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_opengl_surface_attach$address

      public static MemorySegment mln_opengl_surface_attach$address()
      Address for:
      mln_status mln_opengl_surface_attach(mln_map *map, const mln_opengl_surface_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_opengl_surface_attach

      public static int mln_opengl_surface_attach(MemorySegment map, MemorySegment descriptor, MemorySegment out_session)
      mln_status mln_opengl_surface_attach(mln_map *map, const mln_opengl_surface_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_metal_owned_texture_descriptor_default$descriptor

      public static FunctionDescriptor mln_metal_owned_texture_descriptor_default$descriptor()
      Function descriptor for:
      mln_metal_owned_texture_descriptor mln_metal_owned_texture_descriptor_default()
      
    • mln_metal_owned_texture_descriptor_default$handle

      public static MethodHandle mln_metal_owned_texture_descriptor_default$handle()
      Downcall method handle for:
      mln_metal_owned_texture_descriptor mln_metal_owned_texture_descriptor_default()
      
    • mln_metal_owned_texture_descriptor_default$address

      public static MemorySegment mln_metal_owned_texture_descriptor_default$address()
      Address for:
      mln_metal_owned_texture_descriptor mln_metal_owned_texture_descriptor_default()
      
    • mln_metal_owned_texture_descriptor_default

      public static MemorySegment mln_metal_owned_texture_descriptor_default(SegmentAllocator allocator)
      mln_metal_owned_texture_descriptor mln_metal_owned_texture_descriptor_default()
      
    • mln_metal_borrowed_texture_descriptor_default$descriptor

      public static FunctionDescriptor mln_metal_borrowed_texture_descriptor_default$descriptor()
      Function descriptor for:
      mln_metal_borrowed_texture_descriptor mln_metal_borrowed_texture_descriptor_default()
      
    • mln_metal_borrowed_texture_descriptor_default$handle

      public static MethodHandle mln_metal_borrowed_texture_descriptor_default$handle()
      Downcall method handle for:
      mln_metal_borrowed_texture_descriptor mln_metal_borrowed_texture_descriptor_default()
      
    • mln_metal_borrowed_texture_descriptor_default$address

      public static MemorySegment mln_metal_borrowed_texture_descriptor_default$address()
      Address for:
      mln_metal_borrowed_texture_descriptor mln_metal_borrowed_texture_descriptor_default()
      
    • mln_metal_borrowed_texture_descriptor_default

      public static MemorySegment mln_metal_borrowed_texture_descriptor_default(SegmentAllocator allocator)
      mln_metal_borrowed_texture_descriptor mln_metal_borrowed_texture_descriptor_default()
      
    • mln_vulkan_owned_texture_descriptor_default$descriptor

      public static FunctionDescriptor mln_vulkan_owned_texture_descriptor_default$descriptor()
      Function descriptor for:
      mln_vulkan_owned_texture_descriptor mln_vulkan_owned_texture_descriptor_default()
      
    • mln_vulkan_owned_texture_descriptor_default$handle

      public static MethodHandle mln_vulkan_owned_texture_descriptor_default$handle()
      Downcall method handle for:
      mln_vulkan_owned_texture_descriptor mln_vulkan_owned_texture_descriptor_default()
      
    • mln_vulkan_owned_texture_descriptor_default$address

      public static MemorySegment mln_vulkan_owned_texture_descriptor_default$address()
      Address for:
      mln_vulkan_owned_texture_descriptor mln_vulkan_owned_texture_descriptor_default()
      
    • mln_vulkan_owned_texture_descriptor_default

      public static MemorySegment mln_vulkan_owned_texture_descriptor_default(SegmentAllocator allocator)
      mln_vulkan_owned_texture_descriptor mln_vulkan_owned_texture_descriptor_default()
      
    • mln_vulkan_borrowed_texture_descriptor_default$descriptor

      public static FunctionDescriptor mln_vulkan_borrowed_texture_descriptor_default$descriptor()
      Function descriptor for:
      mln_vulkan_borrowed_texture_descriptor mln_vulkan_borrowed_texture_descriptor_default()
      
    • mln_vulkan_borrowed_texture_descriptor_default$handle

      public static MethodHandle mln_vulkan_borrowed_texture_descriptor_default$handle()
      Downcall method handle for:
      mln_vulkan_borrowed_texture_descriptor mln_vulkan_borrowed_texture_descriptor_default()
      
    • mln_vulkan_borrowed_texture_descriptor_default$address

      public static MemorySegment mln_vulkan_borrowed_texture_descriptor_default$address()
      Address for:
      mln_vulkan_borrowed_texture_descriptor mln_vulkan_borrowed_texture_descriptor_default()
      
    • mln_vulkan_borrowed_texture_descriptor_default

      public static MemorySegment mln_vulkan_borrowed_texture_descriptor_default(SegmentAllocator allocator)
      mln_vulkan_borrowed_texture_descriptor mln_vulkan_borrowed_texture_descriptor_default()
      
    • mln_opengl_owned_texture_descriptor_default$descriptor

      public static FunctionDescriptor mln_opengl_owned_texture_descriptor_default$descriptor()
      Function descriptor for:
      mln_opengl_owned_texture_descriptor mln_opengl_owned_texture_descriptor_default()
      
    • mln_opengl_owned_texture_descriptor_default$handle

      public static MethodHandle mln_opengl_owned_texture_descriptor_default$handle()
      Downcall method handle for:
      mln_opengl_owned_texture_descriptor mln_opengl_owned_texture_descriptor_default()
      
    • mln_opengl_owned_texture_descriptor_default$address

      public static MemorySegment mln_opengl_owned_texture_descriptor_default$address()
      Address for:
      mln_opengl_owned_texture_descriptor mln_opengl_owned_texture_descriptor_default()
      
    • mln_opengl_owned_texture_descriptor_default

      public static MemorySegment mln_opengl_owned_texture_descriptor_default(SegmentAllocator allocator)
      mln_opengl_owned_texture_descriptor mln_opengl_owned_texture_descriptor_default()
      
    • mln_opengl_borrowed_texture_descriptor_default$descriptor

      public static FunctionDescriptor mln_opengl_borrowed_texture_descriptor_default$descriptor()
      Function descriptor for:
      mln_opengl_borrowed_texture_descriptor mln_opengl_borrowed_texture_descriptor_default()
      
    • mln_opengl_borrowed_texture_descriptor_default$handle

      public static MethodHandle mln_opengl_borrowed_texture_descriptor_default$handle()
      Downcall method handle for:
      mln_opengl_borrowed_texture_descriptor mln_opengl_borrowed_texture_descriptor_default()
      
    • mln_opengl_borrowed_texture_descriptor_default$address

      public static MemorySegment mln_opengl_borrowed_texture_descriptor_default$address()
      Address for:
      mln_opengl_borrowed_texture_descriptor mln_opengl_borrowed_texture_descriptor_default()
      
    • mln_opengl_borrowed_texture_descriptor_default

      public static MemorySegment mln_opengl_borrowed_texture_descriptor_default(SegmentAllocator allocator)
      mln_opengl_borrowed_texture_descriptor mln_opengl_borrowed_texture_descriptor_default()
      
    • mln_texture_image_info_default$descriptor

      public static FunctionDescriptor mln_texture_image_info_default$descriptor()
      Function descriptor for:
      mln_texture_image_info mln_texture_image_info_default()
      
    • mln_texture_image_info_default$handle

      public static MethodHandle mln_texture_image_info_default$handle()
      Downcall method handle for:
      mln_texture_image_info mln_texture_image_info_default()
      
    • mln_texture_image_info_default$address

      public static MemorySegment mln_texture_image_info_default$address()
      Address for:
      mln_texture_image_info mln_texture_image_info_default()
      
    • mln_texture_image_info_default

      public static MemorySegment mln_texture_image_info_default(SegmentAllocator allocator)
      mln_texture_image_info mln_texture_image_info_default()
      
    • mln_metal_owned_texture_attach$descriptor

      public static FunctionDescriptor mln_metal_owned_texture_attach$descriptor()
      Function descriptor for:
      mln_status mln_metal_owned_texture_attach(mln_map *map, const mln_metal_owned_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_metal_owned_texture_attach$handle

      public static MethodHandle mln_metal_owned_texture_attach$handle()
      Downcall method handle for:
      mln_status mln_metal_owned_texture_attach(mln_map *map, const mln_metal_owned_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_metal_owned_texture_attach$address

      public static MemorySegment mln_metal_owned_texture_attach$address()
      Address for:
      mln_status mln_metal_owned_texture_attach(mln_map *map, const mln_metal_owned_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_metal_owned_texture_attach

      public static int mln_metal_owned_texture_attach(MemorySegment map, MemorySegment descriptor, MemorySegment out_session)
      mln_status mln_metal_owned_texture_attach(mln_map *map, const mln_metal_owned_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_metal_borrowed_texture_attach$descriptor

      public static FunctionDescriptor mln_metal_borrowed_texture_attach$descriptor()
      Function descriptor for:
      mln_status mln_metal_borrowed_texture_attach(mln_map *map, const mln_metal_borrowed_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_metal_borrowed_texture_attach$handle

      public static MethodHandle mln_metal_borrowed_texture_attach$handle()
      Downcall method handle for:
      mln_status mln_metal_borrowed_texture_attach(mln_map *map, const mln_metal_borrowed_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_metal_borrowed_texture_attach$address

      public static MemorySegment mln_metal_borrowed_texture_attach$address()
      Address for:
      mln_status mln_metal_borrowed_texture_attach(mln_map *map, const mln_metal_borrowed_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_metal_borrowed_texture_attach

      public static int mln_metal_borrowed_texture_attach(MemorySegment map, MemorySegment descriptor, MemorySegment out_session)
      mln_status mln_metal_borrowed_texture_attach(mln_map *map, const mln_metal_borrowed_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_vulkan_owned_texture_attach$descriptor

      public static FunctionDescriptor mln_vulkan_owned_texture_attach$descriptor()
      Function descriptor for:
      mln_status mln_vulkan_owned_texture_attach(mln_map *map, const mln_vulkan_owned_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_vulkan_owned_texture_attach$handle

      public static MethodHandle mln_vulkan_owned_texture_attach$handle()
      Downcall method handle for:
      mln_status mln_vulkan_owned_texture_attach(mln_map *map, const mln_vulkan_owned_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_vulkan_owned_texture_attach$address

      public static MemorySegment mln_vulkan_owned_texture_attach$address()
      Address for:
      mln_status mln_vulkan_owned_texture_attach(mln_map *map, const mln_vulkan_owned_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_vulkan_owned_texture_attach

      public static int mln_vulkan_owned_texture_attach(MemorySegment map, MemorySegment descriptor, MemorySegment out_session)
      mln_status mln_vulkan_owned_texture_attach(mln_map *map, const mln_vulkan_owned_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_vulkan_borrowed_texture_attach$descriptor

      public static FunctionDescriptor mln_vulkan_borrowed_texture_attach$descriptor()
      Function descriptor for:
      mln_status mln_vulkan_borrowed_texture_attach(mln_map *map, const mln_vulkan_borrowed_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_vulkan_borrowed_texture_attach$handle

      public static MethodHandle mln_vulkan_borrowed_texture_attach$handle()
      Downcall method handle for:
      mln_status mln_vulkan_borrowed_texture_attach(mln_map *map, const mln_vulkan_borrowed_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_vulkan_borrowed_texture_attach$address

      public static MemorySegment mln_vulkan_borrowed_texture_attach$address()
      Address for:
      mln_status mln_vulkan_borrowed_texture_attach(mln_map *map, const mln_vulkan_borrowed_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_vulkan_borrowed_texture_attach

      public static int mln_vulkan_borrowed_texture_attach(MemorySegment map, MemorySegment descriptor, MemorySegment out_session)
      mln_status mln_vulkan_borrowed_texture_attach(mln_map *map, const mln_vulkan_borrowed_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_opengl_owned_texture_attach$descriptor

      public static FunctionDescriptor mln_opengl_owned_texture_attach$descriptor()
      Function descriptor for:
      mln_status mln_opengl_owned_texture_attach(mln_map *map, const mln_opengl_owned_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_opengl_owned_texture_attach$handle

      public static MethodHandle mln_opengl_owned_texture_attach$handle()
      Downcall method handle for:
      mln_status mln_opengl_owned_texture_attach(mln_map *map, const mln_opengl_owned_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_opengl_owned_texture_attach$address

      public static MemorySegment mln_opengl_owned_texture_attach$address()
      Address for:
      mln_status mln_opengl_owned_texture_attach(mln_map *map, const mln_opengl_owned_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_opengl_owned_texture_attach

      public static int mln_opengl_owned_texture_attach(MemorySegment map, MemorySegment descriptor, MemorySegment out_session)
      mln_status mln_opengl_owned_texture_attach(mln_map *map, const mln_opengl_owned_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_opengl_borrowed_texture_attach$descriptor

      public static FunctionDescriptor mln_opengl_borrowed_texture_attach$descriptor()
      Function descriptor for:
      mln_status mln_opengl_borrowed_texture_attach(mln_map *map, const mln_opengl_borrowed_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_opengl_borrowed_texture_attach$handle

      public static MethodHandle mln_opengl_borrowed_texture_attach$handle()
      Downcall method handle for:
      mln_status mln_opengl_borrowed_texture_attach(mln_map *map, const mln_opengl_borrowed_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_opengl_borrowed_texture_attach$address

      public static MemorySegment mln_opengl_borrowed_texture_attach$address()
      Address for:
      mln_status mln_opengl_borrowed_texture_attach(mln_map *map, const mln_opengl_borrowed_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_opengl_borrowed_texture_attach

      public static int mln_opengl_borrowed_texture_attach(MemorySegment map, MemorySegment descriptor, MemorySegment out_session)
      mln_status mln_opengl_borrowed_texture_attach(mln_map *map, const mln_opengl_borrowed_texture_descriptor *descriptor, mln_render_session **out_session)
      
    • mln_texture_read_premultiplied_rgba8$descriptor

      public static FunctionDescriptor mln_texture_read_premultiplied_rgba8$descriptor()
      Function descriptor for:
      mln_status mln_texture_read_premultiplied_rgba8(mln_render_session *session, uint8_t *out_data, size_t out_data_capacity, mln_texture_image_info *out_info)
      
    • mln_texture_read_premultiplied_rgba8$handle

      public static MethodHandle mln_texture_read_premultiplied_rgba8$handle()
      Downcall method handle for:
      mln_status mln_texture_read_premultiplied_rgba8(mln_render_session *session, uint8_t *out_data, size_t out_data_capacity, mln_texture_image_info *out_info)
      
    • mln_texture_read_premultiplied_rgba8$address

      public static MemorySegment mln_texture_read_premultiplied_rgba8$address()
      Address for:
      mln_status mln_texture_read_premultiplied_rgba8(mln_render_session *session, uint8_t *out_data, size_t out_data_capacity, mln_texture_image_info *out_info)
      
    • mln_texture_read_premultiplied_rgba8

      public static int mln_texture_read_premultiplied_rgba8(MemorySegment session, MemorySegment out_data, long out_data_capacity, MemorySegment out_info)
      mln_status mln_texture_read_premultiplied_rgba8(mln_render_session *session, uint8_t *out_data, size_t out_data_capacity, mln_texture_image_info *out_info)
      
    • mln_metal_owned_texture_acquire_frame$descriptor

      public static FunctionDescriptor mln_metal_owned_texture_acquire_frame$descriptor()
      Function descriptor for:
      mln_status mln_metal_owned_texture_acquire_frame(mln_render_session *session, mln_metal_owned_texture_frame *out_frame)
      
    • mln_metal_owned_texture_acquire_frame$handle

      public static MethodHandle mln_metal_owned_texture_acquire_frame$handle()
      Downcall method handle for:
      mln_status mln_metal_owned_texture_acquire_frame(mln_render_session *session, mln_metal_owned_texture_frame *out_frame)
      
    • mln_metal_owned_texture_acquire_frame$address

      public static MemorySegment mln_metal_owned_texture_acquire_frame$address()
      Address for:
      mln_status mln_metal_owned_texture_acquire_frame(mln_render_session *session, mln_metal_owned_texture_frame *out_frame)
      
    • mln_metal_owned_texture_acquire_frame

      public static int mln_metal_owned_texture_acquire_frame(MemorySegment session, MemorySegment out_frame)
      mln_status mln_metal_owned_texture_acquire_frame(mln_render_session *session, mln_metal_owned_texture_frame *out_frame)
      
    • mln_metal_owned_texture_release_frame$descriptor

      public static FunctionDescriptor mln_metal_owned_texture_release_frame$descriptor()
      Function descriptor for:
      mln_status mln_metal_owned_texture_release_frame(mln_render_session *session, const mln_metal_owned_texture_frame *frame)
      
    • mln_metal_owned_texture_release_frame$handle

      public static MethodHandle mln_metal_owned_texture_release_frame$handle()
      Downcall method handle for:
      mln_status mln_metal_owned_texture_release_frame(mln_render_session *session, const mln_metal_owned_texture_frame *frame)
      
    • mln_metal_owned_texture_release_frame$address

      public static MemorySegment mln_metal_owned_texture_release_frame$address()
      Address for:
      mln_status mln_metal_owned_texture_release_frame(mln_render_session *session, const mln_metal_owned_texture_frame *frame)
      
    • mln_metal_owned_texture_release_frame

      public static int mln_metal_owned_texture_release_frame(MemorySegment session, MemorySegment frame)
      mln_status mln_metal_owned_texture_release_frame(mln_render_session *session, const mln_metal_owned_texture_frame *frame)
      
    • mln_vulkan_owned_texture_acquire_frame$descriptor

      public static FunctionDescriptor mln_vulkan_owned_texture_acquire_frame$descriptor()
      Function descriptor for:
      mln_status mln_vulkan_owned_texture_acquire_frame(mln_render_session *session, mln_vulkan_owned_texture_frame *out_frame)
      
    • mln_vulkan_owned_texture_acquire_frame$handle

      public static MethodHandle mln_vulkan_owned_texture_acquire_frame$handle()
      Downcall method handle for:
      mln_status mln_vulkan_owned_texture_acquire_frame(mln_render_session *session, mln_vulkan_owned_texture_frame *out_frame)
      
    • mln_vulkan_owned_texture_acquire_frame$address

      public static MemorySegment mln_vulkan_owned_texture_acquire_frame$address()
      Address for:
      mln_status mln_vulkan_owned_texture_acquire_frame(mln_render_session *session, mln_vulkan_owned_texture_frame *out_frame)
      
    • mln_vulkan_owned_texture_acquire_frame

      public static int mln_vulkan_owned_texture_acquire_frame(MemorySegment session, MemorySegment out_frame)
      mln_status mln_vulkan_owned_texture_acquire_frame(mln_render_session *session, mln_vulkan_owned_texture_frame *out_frame)
      
    • mln_vulkan_owned_texture_release_frame$descriptor

      public static FunctionDescriptor mln_vulkan_owned_texture_release_frame$descriptor()
      Function descriptor for:
      mln_status mln_vulkan_owned_texture_release_frame(mln_render_session *session, const mln_vulkan_owned_texture_frame *frame)
      
    • mln_vulkan_owned_texture_release_frame$handle

      public static MethodHandle mln_vulkan_owned_texture_release_frame$handle()
      Downcall method handle for:
      mln_status mln_vulkan_owned_texture_release_frame(mln_render_session *session, const mln_vulkan_owned_texture_frame *frame)
      
    • mln_vulkan_owned_texture_release_frame$address

      public static MemorySegment mln_vulkan_owned_texture_release_frame$address()
      Address for:
      mln_status mln_vulkan_owned_texture_release_frame(mln_render_session *session, const mln_vulkan_owned_texture_frame *frame)
      
    • mln_vulkan_owned_texture_release_frame

      public static int mln_vulkan_owned_texture_release_frame(MemorySegment session, MemorySegment frame)
      mln_status mln_vulkan_owned_texture_release_frame(mln_render_session *session, const mln_vulkan_owned_texture_frame *frame)
      
    • mln_opengl_owned_texture_acquire_frame$descriptor

      public static FunctionDescriptor mln_opengl_owned_texture_acquire_frame$descriptor()
      Function descriptor for:
      mln_status mln_opengl_owned_texture_acquire_frame(mln_render_session *session, mln_opengl_owned_texture_frame *out_frame)
      
    • mln_opengl_owned_texture_acquire_frame$handle

      public static MethodHandle mln_opengl_owned_texture_acquire_frame$handle()
      Downcall method handle for:
      mln_status mln_opengl_owned_texture_acquire_frame(mln_render_session *session, mln_opengl_owned_texture_frame *out_frame)
      
    • mln_opengl_owned_texture_acquire_frame$address

      public static MemorySegment mln_opengl_owned_texture_acquire_frame$address()
      Address for:
      mln_status mln_opengl_owned_texture_acquire_frame(mln_render_session *session, mln_opengl_owned_texture_frame *out_frame)
      
    • mln_opengl_owned_texture_acquire_frame

      public static int mln_opengl_owned_texture_acquire_frame(MemorySegment session, MemorySegment out_frame)
      mln_status mln_opengl_owned_texture_acquire_frame(mln_render_session *session, mln_opengl_owned_texture_frame *out_frame)
      
    • mln_opengl_owned_texture_release_frame$descriptor

      public static FunctionDescriptor mln_opengl_owned_texture_release_frame$descriptor()
      Function descriptor for:
      mln_status mln_opengl_owned_texture_release_frame(mln_render_session *session, const mln_opengl_owned_texture_frame *frame)
      
    • mln_opengl_owned_texture_release_frame$handle

      public static MethodHandle mln_opengl_owned_texture_release_frame$handle()
      Downcall method handle for:
      mln_status mln_opengl_owned_texture_release_frame(mln_render_session *session, const mln_opengl_owned_texture_frame *frame)
      
    • mln_opengl_owned_texture_release_frame$address

      public static MemorySegment mln_opengl_owned_texture_release_frame$address()
      Address for:
      mln_status mln_opengl_owned_texture_release_frame(mln_render_session *session, const mln_opengl_owned_texture_frame *frame)
      
    • mln_opengl_owned_texture_release_frame

      public static int mln_opengl_owned_texture_release_frame(MemorySegment session, MemorySegment frame)
      mln_status mln_opengl_owned_texture_release_frame(mln_render_session *session, const mln_opengl_owned_texture_frame *frame)