Package com.jbstrap.jbmap.layers
package com.jbstrap.jbmap.layers
-
ClassDescriptionThe base class of all layers.ContainerLayer<T extends Layer<?>>ContainerLayer interface for layers containing JBStrap components. e.g.:
DivPoint,PopupPointandDivLayerBase class of map layers and layers that can be enclosed in a container.This class represents the style of layers (shapes: line, circle, rectangle, area).LayerStyleLayer<T extends BaseLayer<?>>By implementing this interface, you will have access to theLayerStyleclass that enables you to set layer styles.TooltipLayer<T extends BaseLayer<?>>Implementing this interface makes theTooltipLayerclass accessible to the tile layers.