Class LGeoJSONLayerOptions
java.lang.Object
software.xdev.vaadin.maps.leaflet.layer.LLayerOptions<LGeoJSONLayerOptions>
software.xdev.vaadin.maps.leaflet.layer.LInteractiveLayerOptions<LGeoJSONLayerOptions>
software.xdev.vaadin.maps.leaflet.layer.other.LGeoJSONLayerOptions
- All Implemented Interfaces:
LComponentOptions<LGeoJSONLayerOptions>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStyle()voidsetCoordsToLatLng(RawString coordsToLatLng) voidsetMarkersInheritOptions(Boolean markersInheritOptions) voidsetOnEachFeature(RawString onEachFeature) voidsetPointToLayer(RawString pointToLayer) voidwithCoordsToLatLng(RawString coordsToLatLng) withMarkersInheritOptions(Boolean markersInheritOptions) withOnEachFeature(RawString onEachFeature) withPointToLayer(RawString pointToLayer) Methods inherited from class LInteractiveLayerOptions
getBubblingMouseEvents, getInteractive, setBubblingMouseEvents, setInteractive, withBubblingMouseEvents, withInteractiveMethods inherited from class LLayerOptions
getAttribution, getPane, setAttribution, setPane, withAttribution, withPaneMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LComponentOptions
self
-
Constructor Details
-
LGeoJSONLayerOptions
public LGeoJSONLayerOptions()
-
-
Method Details
-
getPointToLayer
-
setPointToLayer
-
withPointToLayer
-
getStyle
-
setStyle
-
withStyle
-
getOnEachFeature
-
setOnEachFeature
-
withOnEachFeature
-
getCoordsToLatLng
-
setCoordsToLatLng
-
withCoordsToLatLng
-
getMarkersInheritOptions
-
setMarkersInheritOptions
-
withMarkersInheritOptions
-