fi.foyt.foursquare.api.entities
类 GeoCodeFeature

java.lang.Object
  继承者 fi.foyt.foursquare.api.entities.GeoCodeFeature
所有已实现的接口:
FoursquareEntity, Serializable

public class GeoCodeFeature
extends Object
implements FoursquareEntity

features returned from a geocode response

作者:
rmangi
另请参见:
序列化表格

构造方法摘要
GeoCodeFeature()
           
GeoCodeFeature(String cc, GeoCodeGeometry geometry, String name, String displayName, String woeType, String[] attribution)
           
 
方法摘要
 String[] getAttribution()
           
 String getCc()
           
 String getDisplayName()
           
 GeoCodeGeometry getGeometry()
           
 String getName()
           
 String getWoeType()
           
 void setAttribution(String[] attribution)
           
 void setCc(String cc)
           
 void setDisplayName(String displayName)
           
 void setGeometry(GeoCodeGeometry geometry)
           
 void setName(String name)
           
 void setWoeType(String woeType)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

GeoCodeFeature

public GeoCodeFeature(String cc,
                      GeoCodeGeometry geometry,
                      String name,
                      String displayName,
                      String woeType,
                      String[] attribution)

GeoCodeFeature

public GeoCodeFeature()
方法详细信息

getCc

public String getCc()

setCc

public void setCc(String cc)

getGeometry

public GeoCodeGeometry getGeometry()

setGeometry

public void setGeometry(GeoCodeGeometry geometry)

getName

public String getName()

setName

public void setName(String name)

getDisplayName

public String getDisplayName()

setDisplayName

public void setDisplayName(String displayName)

getWoeType

public String getWoeType()

setWoeType

public void setWoeType(String woeType)

getAttribution

public String[] getAttribution()

setAttribution

public void setAttribution(String[] attribution)


Copyright © 2013 Foyt. All Rights Reserved.