Uses of Class
software.xdev.vaadin.maps.leaflet.basictypes.LLatLng
Packages that use LLatLng
Package
Description
-
Uses of LLatLng in software.xdev.vaadin.maps.leaflet.base.has
Methods in software.xdev.vaadin.maps.leaflet.base.has with parameters of type LLatLng -
Uses of LLatLng in software.xdev.vaadin.maps.leaflet.basictypes
Constructors in software.xdev.vaadin.maps.leaflet.basictypes with parameters of type LLatLngModifierConstructorDescriptionLLatLngBounds(LComponentManagementRegistry compReg, LLatLng corner1, LLatLng corner2) -
Uses of LLatLng in software.xdev.vaadin.maps.leaflet.layer
Methods in software.xdev.vaadin.maps.leaflet.layer with parameters of type LLatLng -
Uses of LLatLng in software.xdev.vaadin.maps.leaflet.layer.ui
Constructors in software.xdev.vaadin.maps.leaflet.layer.ui with parameters of type LLatLngModifierConstructorDescriptionLMarker(LComponentManagementRegistry componentRegistry, LLatLng latLng) LMarker(LComponentManagementRegistry compReg, LLatLng latLng, LMarkerOptions options) LPopup(LComponentManagementRegistry compReg, LLatLng latLng) LPopup(LComponentManagementRegistry compReg, LLatLng latLng, LPopupOptions options) LTooltip(LComponentManagementRegistry compReg, LLatLng latLng) LTooltip(LComponentManagementRegistry compReg, LLatLng latLng, LTooltipOptions options) -
Uses of LLatLng in software.xdev.vaadin.maps.leaflet.layer.vector
Methods in software.xdev.vaadin.maps.leaflet.layer.vector with parameters of type LLatLngModifier and TypeMethodDescriptionLPolyline.addLatLng(LLatLng latLng, Collection<LLatLng> latLngs) LPolyline.setLatLngs(LLatLng... latLngs) Method parameters in software.xdev.vaadin.maps.leaflet.layer.vector with type arguments of type LLatLngModifier and TypeMethodDescriptionLPolyline.addLatLng(LLatLng latLng, Collection<LLatLng> latLngs) protected static StringLPolyline.convertLatLngs(Collection<LLatLng> latLngs) LPolyline.setLatLngs(Collection<LLatLng> latLngs) Constructors in software.xdev.vaadin.maps.leaflet.layer.vector with parameters of type LLatLngModifierConstructorDescriptionLCircle(LComponentManagementRegistry compReg, LLatLng latLng, double radius) LCircle(LComponentManagementRegistry compReg, LLatLng latLng, LCircleOptions options) LCircleMarker(LComponentManagementRegistry compReg, LLatLng latLng) LCircleMarker(LComponentManagementRegistry compReg, LLatLng latLng, LCircleMarkerOptions options) LPolygon(LComponentManagementRegistry compReg, LLatLng... latLngs) LPolyline(LComponentManagementRegistry compReg, LLatLng... latLngs) -
Uses of LLatLng in software.xdev.vaadin.maps.leaflet.map
Methods in software.xdev.vaadin.maps.leaflet.map that return LLatLngMethods in software.xdev.vaadin.maps.leaflet.map with parameters of type LLatLngModifier and TypeMethodDescriptionLMap.flyTo(LLatLng latLng, Number zoom, LMapZoomPanOptions options) LMap.panInside(LLatLng latLng, LMapPanOptions options) LMap.panTo(LLatLng latLng, LMapPanOptions options) voidLMap.setView(LLatLng center, int zoom, LMapZoomPanOptions options) LMap.setZoomAround(LLatLng latLng, int zoom) LMap.setZoomAround(LLatLng latLng, int zoom, LMapZoomOptions options) LMapOptions.withCenter(LLatLng center)