| Package | Description |
|---|---|
| org.wicketstuff.openlayers3.api |
| Modifier and Type | Method and Description |
|---|---|
Map.RenderType |
Map.getRenderer()
Returns the renderer for this map.
|
static Map.RenderType |
Map.RenderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Map.RenderType[] |
Map.RenderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
Map.renderer(Map.RenderType renderer)
Sets the renderer for this map.
|
void |
Map.setRenderer(Map.RenderType renderer)
Sets the renderer for this map.
|
| Constructor and Description |
|---|
Map(Map.RenderType renderer,
List<Layer> layers)
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.
|
Map(Map.RenderType renderer,
List<Layer> layers,
View view)
Creates a new instance.
|
Copyright © 2014–2017. All rights reserved.