Package eu.webtoolkit.jwt
Class WLeafletMap.WidgetMarker
java.lang.Object
eu.webtoolkit.jwt.WLeafletMap.Marker
eu.webtoolkit.jwt.WLeafletMap.WidgetMarker
- Enclosing class:
- WLeafletMap
A marker rendered with a widget.
This can be used to place arbitrary widgets on the map.
The widgets will stay the same size regardless of the zoom level of the map.
-
Constructor Summary
ConstructorDescriptionWidgetMarker
(WLeafletMap.Coordinate pos, WWidget widget) Create a newWLeafletMap.WidgetMarker
at the given position with the given widget. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
createMarkerJS
(StringBuilder ss, StringBuilder postJS) Get the widget.protected boolean
void
setAnchorPoint
(double x, double y) Set the anchor point of the marker.protected void
setMap
(WLeafletMap map) protected void
unrender()
protected void
update
(StringBuilder js) Methods inherited from class eu.webtoolkit.jwt.WLeafletMap.Marker
getMap, getPosition, move
-
Constructor Details
-
WidgetMarker
Create a newWLeafletMap.WidgetMarker
at the given position with the given widget.
-
-
Method Details
-
getWidget
Get the widget. -
setAnchorPoint
public void setAnchorPoint(double x, double y) Set the anchor point of the marker.This determines the "tip" of the marker (relative to its top left corner). The marker will be aligned so that this point is at the marker's geographical location.
If x is negative, the anchor point is in the horizontal center of the widget. If y is negative, the anchor point is in the vertical center of the widget.
By default the anchor point is in the middle (horizontal and vertical center).
-
setMap
- Overrides:
setMap
in classWLeafletMap.Marker
-
createMarkerJS
- Specified by:
createMarkerJS
in classWLeafletMap.Marker
-
unrender
protected void unrender()- Overrides:
unrender
in classWLeafletMap.Marker
-
needsUpdate
protected boolean needsUpdate()- Overrides:
needsUpdate
in classWLeafletMap.Marker
-
update
- Overrides:
update
in classWLeafletMap.Marker
-