Package-level declarations
Types
Integrate high-quality base map data into your applications using MapLibre. Capabilities include:
Inherited functions
GetGlyphs
returns the map's glyphs.
GetSprites
returns the map's sprites.
GetStaticMap
provides high-quality static map images with customizable options. You can modify the map's appearance and overlay additional information. It's an ideal solution for applications requiring tailored static map snapshots.
GetStyleDescriptor
returns information about the style.
GetTile
returns a tile. Map tiles are used by clients to render a map. they're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level.
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.