getCatalog method
Get the full catalog of available map layers.
Implementation
List<PowerMapLayerGroup> getCatalog() {
return layers.getCatalog();
}
Get the full catalog of available map layers.
List<PowerMapLayerGroup> getCatalog() {
return layers.getCatalog();
}