Package org.wicketstuff.openlayers.api
Interface IMapCenter
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
MapCenterImpl
public interface IMapCenter extends Serializable
This is experimental! It might be deleted without notice!- Author:
- Marin Mandradjiev (marinsm@hotmail.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DoublegetLatitude()DoublegetLongitude()IntegergetZoom()voidsetLatitude(Double latitude)voidsetLongitude(Double longitude)voidsetZoom(Integer zoom)
-