org.wicketstuff.openlayers.api
Class MapCenterImpl
java.lang.Object
org.wicketstuff.openlayers.api.MapCenterImpl
- All Implemented Interfaces:
- Serializable, IMapCenter
public class MapCenterImpl
- extends Object
- implements IMapCenter
- Author:
- Marin Mandradjiev (marinsm@hotmail.com)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapCenterImpl
public MapCenterImpl()
MapCenterImpl
public MapCenterImpl(Double longitude,
Double latitude,
Integer zoom)
getLongitude
public Double getLongitude()
- Specified by:
getLongitude in interface IMapCenter
setLongitude
public void setLongitude(Double longitude)
- Specified by:
setLongitude in interface IMapCenter
getLatitude
public Double getLatitude()
- Specified by:
getLatitude in interface IMapCenter
setLatitude
public void setLatitude(Double latitude)
- Specified by:
setLatitude in interface IMapCenter
getZoom
public Integer getZoom()
- Specified by:
getZoom in interface IMapCenter
setZoom
public void setZoom(Integer zoom)
- Specified by:
setZoom in interface IMapCenter
Copyright © 2008-2012. All Rights Reserved.