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)
getLatitude
Double getLatitude()
getLongitude
Double getLongitude()
getZoom
Integer getZoom()
setLatitude
void setLatitude(Double latitude)
setLongitude
void setLongitude(Double longitude)
setZoom
void setZoom(Integer zoom)
Copyright © 2008-2012. All Rights Reserved.