LibraryLoader

abstract class LibraryLoader

Loads the mapbox-gl shared library

By default uses System.loadLibrary use setLibraryLoader to provide an alternative library loading hook.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun load()
Loads "libmaplibre.so" native shared library.
abstract fun load(name: String)
Link copied to clipboard
open fun setLibraryLoader(libraryLoader: LibraryLoader)
Set the library loader that loads the shared library.