fi.foyt.foursquare.api.entities
类 GeoCodeGeoPt
java.lang.Object
fi.foyt.foursquare.api.entities.GeoCodeGeoPt
- 所有已实现的接口:
- FoursquareEntity, Serializable
public class GeoCodeGeoPt
- extends Object
- implements FoursquareEntity
Class for holding a lat/lng geopoint
- 作者:
- rmangi Rick at Broadcastr.com
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lat
public Double lat
lon
public Double lon
GeoCodeGeoPt
public GeoCodeGeoPt()
GeoCodeGeoPt
public GeoCodeGeoPt(Double lat,
Double lon)
getLat
public Double getLat()
setLat
public void setLat(Double lat)
getLon
public Double getLon()
setLon
public void setLon(Double lon)
Copyright © 2013 Foyt. All Rights Reserved.