| Package | Description |
|---|---|
| org.wicketstuff.openlayers3.api | |
| org.wicketstuff.openlayers3.api.overlay |
| Modifier and Type | Method and Description |
|---|---|
List<Overlay> |
Map.getOverlays()
Returns the overlays for this map.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
Map.overlays(List<Overlay> overlays)
Sets the overlays for this map.
|
void |
Map.setOverlays(List<Overlay> overlays)
Sets the overlays for this map.
|
| Constructor and Description |
|---|
Map(List<Layer> layers,
List<Overlay> overlays)
Creates a new instance.
|
Map(List<Layer> layers,
List<Overlay> overlays,
View view)
Creates a new instance.
|
Map(Map.RenderType renderer,
List<Layer> layers,
List<Overlay> overlays,
View view)
Creates a new instance.
|
Map(Map.RenderType renderer,
List<Layer> layers,
List<Overlay> overlays,
View view,
List<Interaction> interactions)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Popover
Provides an object that models an overlay containing a popover.
|
class |
PopoverOverlay
Provides an object that models a map overlay containing a popover.
|
| Modifier and Type | Method and Description |
|---|---|
Overlay |
Overlay.element(org.apache.wicket.Component element)
Sets the element linked to this overlay.
|
Overlay |
Overlay.position(LongLat position)
Sets the position of the overlay.
|
Overlay |
Overlay.positioning(Overlay.Positioning positioning)
Sets the positioning of this overlay.
|
Overlay |
Overlay.stopEvent(Boolean stopEvent)
Sets the stop event value.
|
Copyright © 2015. All rights reserved.