Package 

Interface SwisstopoMapViewInterface

  • All Implemented Interfaces:
    io.openmobilemaps.mapscore.map.util.MapViewInterface

    
    public interface SwisstopoMapViewInterface
     implements MapViewInterface
                        
    • Method Summary

      Modifier and Type Method Description
      abstract Unit setBaseLayerType(SwisstopoLayerType layerType)
      abstract Unit setBaseLayerType(String identifier)
      abstract Tiled2dMapRasterLayerInterface addSwisstopoLayer(SwisstopoLayerType layerType)
      abstract Tiled2dMapRasterLayerInterface addSwisstopoLayer(SwisstopoLayerType layerType, Tiled2dMapZoomInfo zoomInfo)
      abstract Tiled2dMapRasterLayerInterface addSwisstopoLayer(String identifier)
      abstract Tiled2dMapRasterLayerInterface addSwisstopoLayer(String identifier, Tiled2dMapZoomInfo zoomInfo)
      • Methods inherited from class ch.admin.geo.openswissmaps.util.SwisstopoMapViewInterface

        addLayer, getCamera, insertLayerAbove, insertLayerAt, insertLayerBelow, removeLayer, requireMapInterface, setBackgroundColor
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait