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
,PopupPoint
andDivLayer
Base 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 theLayerStyle
class that enables you to set layer styles.TooltipLayer<T extends BaseLayer<?>>Implementing this interface makes theTooltipLayer
class accessible to the tile layers.