Structs§
- GetAllMaps Params 
- struct for passing parameters to the method get_all_maps
- GetLayerMaps Params 
- struct for passing parameters to the method get_layer_maps
- GetMapById Params 
- struct for passing parameters to the method get_map_by_id
- GetMapByPosition Params 
- struct for passing parameters to the method get_map_by_position
Enums§
- GetAllMaps Error 
- struct for typed errors of method get_all_maps
- GetLayerMaps Error 
- struct for typed errors of method get_layer_maps
- GetMapById Error 
- struct for typed errors of method get_map_by_id
- GetMapByPosition Error 
- struct for typed errors of method get_map_by_position
Functions§
- get_all_ maps 
- Fetch maps details.
- get_layer_ maps 
- Fetch maps details.
- get_map_ by_ id 
- Retrieve the details of a map by its unique ID.
- get_map_ by_ position 
- Retrieve the details of a map by layer and coordinates.