Class LLatLng
java.lang.Object
software.xdev.vaadin.maps.leaflet.base.LAbstractComponent<LLatLng>
software.xdev.vaadin.maps.leaflet.base.LBaseComponent<LLatLng>
software.xdev.vaadin.maps.leaflet.basictypes.LLatLng
- All Implemented Interfaces:
LComponent<LLatLng>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLLatLng(LComponentManagementRegistry componentRegistry, double lat, double lng) LLatLng(LComponentManagementRegistry componentRegistry, double lat, double lng, double altitude) -
Method Summary
Methods inherited from class LBaseComponent
clientComponentJsAccessorMethods inherited from class LAbstractComponent
componentRegistryMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LComponent
invokeSelf, invokeSelfReturn, self
-
Constructor Details
-
LLatLng
-
LLatLng
public LLatLng(LComponentManagementRegistry componentRegistry, double lat, double lng, double altitude)
-