Package org.wicketstuff.openlayers.api
Interface Value
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Bounds,LonLat,MarkerOptions,SphericalMercatorLonLat
public interface Value extends Serializable
Root class for any class that represents a OMap JavaScript class or object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetJSconstructor()
-
-
-
Method Detail
-
getJSconstructor
String getJSconstructor()
- Returns:
- A JavaScript constructor that represents this element.
-
-