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