getCatalog method

List<PowerMapLayerGroup> getCatalog()

Get the full layer catalog.

Implementation

List<PowerMapLayerGroup> getCatalog() {
  return _catalog;
}