Uses of Package
com.jbstrap.jbmap.layers
Package
Description
-
ClassDescriptionThe base class of all layers.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). -
-
-
ClassDescriptionThe base class of all layers.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).
-
ClassDescriptionThe base class of all layers.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.By implementing this interface, you will have access to theLayerStyle
class that enables you to set layer styles.Implementing this interface makes theTooltipLayer
class accessible to the tile layers.