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
另请参见:
序列化表格

字段摘要
 Double lat
           
 Double lon
           
 
构造方法摘要
GeoCodeGeoPt()
           
GeoCodeGeoPt(Double lat, Double lon)
           
 
方法摘要
 Double getLat()
           
 Double getLon()
           
 void setLat(Double lat)
           
 void setLon(Double lon)
           
 
从类 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.