Hi, have a problem with tooltip
Tooltip tooltip = new Tooltip(“marker name”);
tooltip.setPermanent(true);
marker.bindTooltip(tooltip);
Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field “alt” (class com.vaadin.addon.leaflet4vaadin.types.LatLng), not marked as ignorable (3 known properties: “altitude”, “lng”, “lat”])
at [Source: (String)“{“lat”:123,“lng”:123,“alt”:0}”; line: 1, column: 41]
(through reference chain: com.vaadin.addon.leaflet4vaadin.types.LatLng[“alt”]
)
0.5.0