| Package | com.yahoo.maps.webservices.geocoder |
| Class | public final dynamic class GeocoderResult |
| Property | Defined by | ||
|---|---|---|---|
| areacode : String
Telephone area code
Returned if C flag is not set and R flag is set
| GeocoderResult | ||
| canonicalizedQuery : String
The canonicalized query.
| GeocoderResult | ||
| city : String
City name
Returned if C flag is not set and G flag is not set
| GeocoderResult | ||
| country : String
Country name
Returned if C flag is not set and G flag is not set
| GeocoderResult | ||
| countrycode : String
Country ISO 3166-1 code
Returned if C flag is not set
| GeocoderResult | ||
| county : String
County name (US/Canada only)
Returned if C flag is not set and G flag is not set
| GeocoderResult | ||
| countycode : String
County ISO 3166-2 code
Returned if C flag is not set
| GeocoderResult | ||
| cross : String
Cross Street name
Ignored if location, name, or line1 parameter is provided
| GeocoderResult | ||
| hash : String
Hash for address
| GeocoderResult | ||
| house : String
House number
Returned if C flag is not set
| GeocoderResult | ||
| latitude : String
Latitude of matched point in degrees
Returned if P flag is not set
| GeocoderResult | ||
| latlon : LatLon
A LatLon object representing the latitude and longitude.
| GeocoderResult | ||
| line1 : String
First line of address (House Street UnitType Unit)
Returned if C flag is not set
| GeocoderResult | ||
| line2 : String
Second line of address (City State Zip in the US)
Returned if C flag is not set
| GeocoderResult | ||
| line3 : String
Third line of address
Returned if C flag is not set
| GeocoderResult | ||
| line4 : String
Fourth line of address
Returned if C flag is not set
| GeocoderResult | ||
| longitude : String
Longitude of matched point in degrees
Returned if P flag is not set
| GeocoderResult | ||
| Maplink : String
URL of map image
Returned if M flag is set
| GeocoderResult | ||
| name : String
POI Name or Airport code
Returned if C flag is not set
| GeocoderResult | ||
| neighborhood : String
Neighborhood name
Returned if C flag is not set and G flag is not set
| GeocoderResult | ||
| offsetlat : String
Latitude of offset point in degrees
Returned if P flag is not set and if Offset is greater than 0
| GeocoderResult | ||
| offsetlatlon : LatLon
A LatLon object representing the offset latitude and longitude.
| GeocoderResult | ||
| offsetlon : String
Longitude of offset point in degrees
Returned if P flag is not set and if Offset is greater than 0
| GeocoderResult | ||
| postal : String
Postal code
Returned if C flag is not set
| GeocoderResult | ||
| query : String
The query sent to the geocoder
| GeocoderResult | ||
| radius : Number
Radius of matched area in meters
Returned if P flag is not set
| GeocoderResult | ||
| state : String
State/Province name
Returned if C flag is not set and G flag is not set
| GeocoderResult | ||
| statecode : String
State ISO 3166-2 code
Returned if C flag is not set
| GeocoderResult | ||
| street : String
Street name
Returned if C flag is not set
| GeocoderResult | ||
| timezone : String
Timezone tz name
Returned if C flag is not set and T flag is set
| GeocoderResult | ||
| unit : String
Unit/Suite/Apartment/Box
Returned if C flag is not set
| GeocoderResult | ||
| unittype : String
Unit type
Returned if C flag is not set
| GeocoderResult | ||
| uzip : String
Unique zip code
| GeocoderResult | ||
| woeid : uint
A Where On Earth ID is a 32-bit identifier that uniquely represents spatial entities.
| GeocoderResult | ||
| woetype : String
The type of the Where On Earth ID.
| GeocoderResult | ||
| xstreet : String
Cross street name
Returned if C flag is not set
| GeocoderResult | ||
| zoomLevel : Number
Zoom level of matched area.
| GeocoderResult | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new GeocoderResult object
| GeocoderResult | ||
|
getLineAddress():String
Returns a single string containing each address line item, separated by commas.
| GeocoderResult | ||
| areacode | property |
public var areacode:StringTelephone area code Returned if C flag is not set and R flag is set
| canonicalizedQuery | property |
public var canonicalizedQuery:StringThe canonicalized query.
| city | property |
public var city:StringCity name Returned if C flag is not set and G flag is not set
| country | property |
public var country:StringCountry name Returned if C flag is not set and G flag is not set
| countrycode | property |
public var countrycode:StringCountry ISO 3166-1 code Returned if C flag is not set
| county | property |
public var county:StringCounty name (US/Canada only) Returned if C flag is not set and G flag is not set
| countycode | property |
public var countycode:StringCounty ISO 3166-2 code Returned if C flag is not set
| cross | property |
public var cross:StringCross Street name Ignored if location, name, or line1 parameter is provided
| hash | property |
public var hash:StringHash for address
| house | property |
public var house:StringHouse number Returned if C flag is not set
| latitude | property |
public var latitude:StringLatitude of matched point in degrees Returned if P flag is not set
| latlon | property |
public var latlon:LatLonA LatLon object representing the latitude and longitude. Returned if P flag is not set
| line1 | property |
public var line1:StringFirst line of address (House Street UnitType Unit) Returned if C flag is not set
| line2 | property |
public var line2:StringSecond line of address (City State Zip in the US) Returned if C flag is not set
| line3 | property |
public var line3:StringThird line of address Returned if C flag is not set
| line4 | property |
public var line4:StringFourth line of address Returned if C flag is not set
| longitude | property |
public var longitude:StringLongitude of matched point in degrees Returned if P flag is not set
| Maplink | property |
public var Maplink:StringURL of map image Returned if M flag is set
| name | property |
public var name:StringPOI Name or Airport code Returned if C flag is not set
| neighborhood | property |
public var neighborhood:StringNeighborhood name Returned if C flag is not set and G flag is not set
| offsetlat | property |
public var offsetlat:StringLatitude of offset point in degrees Returned if P flag is not set and if Offset is greater than 0
| offsetlatlon | property |
public var offsetlatlon:LatLonA LatLon object representing the offset latitude and longitude.
| offsetlon | property |
public var offsetlon:StringLongitude of offset point in degrees Returned if P flag is not set and if Offset is greater than 0
| postal | property |
public var postal:StringPostal code Returned if C flag is not set
| query | property |
public var query:StringThe query sent to the geocoder
| radius | property |
public var radius:NumberRadius of matched area in meters Returned if P flag is not set
| state | property |
public var state:StringState/Province name Returned if C flag is not set and G flag is not set
| statecode | property |
public var statecode:StringState ISO 3166-2 code Returned if C flag is not set
| street | property |
public var street:StringStreet name Returned if C flag is not set
| timezone | property |
public var timezone:StringTimezone tz name Returned if C flag is not set and T flag is set
| unit | property |
public var unit:StringUnit/Suite/Apartment/Box Returned if C flag is not set
| unittype | property |
public var unittype:StringUnit type Returned if C flag is not set
| uzip | property |
public var uzip:StringUnique zip code
| woeid | property |
public var woeid:uintA Where On Earth ID is a 32-bit identifier that uniquely represents spatial entities.
See also
| woetype | property |
public var woetype:StringThe type of the Where On Earth ID.
See also
| xstreet | property |
public var xstreet:StringCross street name Returned if C flag is not set
| zoomLevel | property |
public var zoomLevel:NumberZoom level of matched area. Returned if P flag is not set
| GeocoderResult | () | constructor |
public function GeocoderResult()Creates a new GeocoderResult object
| getLineAddress | () | method |
public function getLineAddress():StringReturns a single string containing each address line item, separated by commas.
ReturnsString |