Uses of Class
eu.webtoolkit.jwt.WLeafletMap.Coordinate
Packages that use WLeafletMap.Coordinate
-
Uses of WLeafletMap.Coordinate in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WLeafletMap.CoordinateModifier and TypeMethodDescriptionWLeafletMap.AbstractMapItem.getPosition()Get the current position.WLeafletMap.getPosition()Get the current position.Methods in eu.webtoolkit.jwt with parameters of type WLeafletMap.CoordinateModifier and TypeMethodDescriptionvoidWLeafletMap.addCircle(WLeafletMap.Coordinate center, double radius, WPen stroke, WBrush fill) Add a circle.booleanWLeafletMap.Coordinate.equals(WLeafletMap.Coordinate other) Equality comparison operator.voidWLeafletMap.AbstractMapItem.move(WLeafletMap.Coordinate pos) Move the map item.voidWLeafletMap.panTo(WLeafletMap.Coordinate center) Pan to the given coordinate.Method parameters in eu.webtoolkit.jwt with type arguments of type WLeafletMap.CoordinateModifier and TypeMethodDescriptionvoidWLeafletMap.addPolyline(List<WLeafletMap.Coordinate> points, WPen pen) Add a polyline.Constructors in eu.webtoolkit.jwt with parameters of type WLeafletMap.CoordinateModifierConstructorDescriptionprotectedConstructor.protectedConstructor.protectedAbstractOverlayItem(WLeafletMap.Coordinate pos, WWidget content) Constructor.Create a new marker at the given position.protectedCreate a popup with the given coordinates.Popup(WLeafletMap.Coordinate pos, WWidget content) Create a popup with the given content and coordinates.Popup(WLeafletMap.Coordinate pos, CharSequence content) Create a popup with the given content and coordinates.Create a tooltip with the given coordinates.Tooltip(WLeafletMap.Coordinate pos, WWidget content) Create a tooltip with the given content and coordinates.Tooltip(WLeafletMap.Coordinate pos, CharSequence content) Create a tooltip with the given content and coordinates.WidgetMarker(WLeafletMap.Coordinate pos, WWidget widget) Create a newWLeafletMap.WidgetMarkerat the given position with the given widget.