Class WLeafletMap.AbstractMapItem

java.lang.Object
eu.webtoolkit.jwt.WObject
eu.webtoolkit.jwt.WLeafletMap.AbstractMapItem
Direct Known Subclasses:
WLeafletMap.AbstractOverlayItem, WLeafletMap.Marker
Enclosing class:
WLeafletMap

public abstract static class WLeafletMap.AbstractMapItem extends WObject
An abstract map item.

This is the base class for all items that can be added to a WLeafletMap. As this is an abstract class, it should not be added directly to a map as is. Instead, you should use one of the subclasses.