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

构造方法摘要
GeoCodeBounds()
           
GeoCodeBounds(GeoCodeGeoPt ne, GeoCodeGeoPt sw)
           
 
方法摘要
 GeoCodeGeoPt getNe()
           
 GeoCodeGeoPt getSw()
           
 void setNe(GeoCodeGeoPt ne)
           
 void setSw(GeoCodeGeoPt sw)
           
 
从类 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.