Class WLeafletMap.LeafletMarker

java.lang.Object
eu.webtoolkit.jwt.WLeafletMap.Marker
eu.webtoolkit.jwt.WLeafletMap.LeafletMarker
Enclosing class:
WLeafletMap

public static class WLeafletMap.LeafletMarker
extends WLeafletMap.Marker
A standard leaflet marker.

See https://leafletjs.com/reference.html#marker

  • Constructor Summary

    Constructors
    Constructor Description
    LeafletMarker​(WLeafletMap.Coordinate pos)
    Create a new marker at the given position.
  • Method Summary

    Modifier and Type Method Description
    protected void createMarkerJS​(java.lang.StringBuilder ss, java.lang.StringBuilder anon2)  

    Methods inherited from class eu.webtoolkit.jwt.WLeafletMap.Marker

    getMap, getPosition, move, needsUpdate, setMap, unrender, update

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LeafletMarker

      public LeafletMarker​(WLeafletMap.Coordinate pos)
      Create a new marker at the given position.
  • Method Details

    • createMarkerJS

      protected void createMarkerJS​(java.lang.StringBuilder ss, java.lang.StringBuilder anon2)
      Specified by:
      createMarkerJS in class WLeafletMap.Marker