getCatalog method

List<PowerMapLayerGroup> getCatalog()

Get the full catalog of available map layers.

Implementation

List<PowerMapLayerGroup> getCatalog() {
  return layers.getCatalog();
}