fi.foyt.foursquare.api.entities
类 GeoCodeBounds
java.lang.Object
fi.foyt.foursquare.api.entities.GeoCodeBounds
- 所有已实现的接口:
- FoursquareEntity, Serializable
public class GeoCodeBounds
- extends Object
- implements FoursquareEntity
A bounding box
- 作者:
- rmangi
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeoCodeBounds
public GeoCodeBounds()
GeoCodeBounds
public GeoCodeBounds(GeoCodeGeoPt ne,
GeoCodeGeoPt sw)
getNe
public GeoCodeGeoPt getNe()
setNe
public void setNe(GeoCodeGeoPt ne)
getSw
public GeoCodeGeoPt getSw()
setSw
public void setSw(GeoCodeGeoPt sw)
Copyright © 2013 Foyt. All Rights Reserved.