Module maps_api

Module maps_api 

Source

Structs§

GetAllMapsParams
struct for passing parameters to the method get_all_maps
GetLayerMapsParams
struct for passing parameters to the method get_layer_maps
GetMapByIdParams
struct for passing parameters to the method get_map_by_id
GetMapByPositionParams
struct for passing parameters to the method get_map_by_position

Enums§

GetAllMapsError
struct for typed errors of method get_all_maps
GetLayerMapsError
struct for typed errors of method get_layer_maps
GetMapByIdError
struct for typed errors of method get_map_by_id
GetMapByPositionError
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.