| Package | com.yahoo.maps.webservices.local |
| Class | public class LocalSearchResults |
| Property | Defined by | ||
|---|---|---|---|
| begin : Number [read-only]
A number specifying the starting index in the query arguments.
| LocalSearchResults | ||
| city : String [read-only]
A String containing the city used in the query arguments.
| LocalSearchResults | ||
| latlon : LatLon
[read-only]
A LatLon object representing the latitude and longitude used as the center point in the query arguments.
| LocalSearchResults | ||
| numListings : Number [read-only]
A number containing the amount of results returned.
| LocalSearchResults | ||
| results : Array [read-only]
An array of the
LocalSearchItem results. | LocalSearchResults | ||
| resultURL : String [read-only]
A string containing the URL to the Yahoo! Local search results page.
| LocalSearchResults | ||
| searchRadius : Number [read-only]
A number specifying the radius in the query arguments.
| LocalSearchResults | ||
| searchTotal : Number [read-only]
A number specifying the total amount of results found by the service.
| LocalSearchResults | ||
| state : String [read-only]
A String containing the state used in the query arguments.
| LocalSearchResults | ||
| street : String [read-only]
A String containing the street used in the query arguments.
| LocalSearchResults | ||
| term : String [read-only]
A String containing the query term used in the query arguments.
| LocalSearchResults | ||
| zip : String [read-only]
A String containing the zip code used in the query arguments.
| LocalSearchResults | ||
| Method | Defined by | ||
|---|---|---|---|
|
LocalSearchResults(xml:XML)
Creates a new LocalSearchResults object
| LocalSearchResults | ||
| begin | property |
begin:Number [read-only]A number specifying the starting index in the query arguments.
Implementation public function get begin():Number
| city | property |
city:String [read-only]A String containing the city used in the query arguments.
Implementation public function get city():String
| latlon | property |
latlon:LatLon [read-only]A LatLon object representing the latitude and longitude used as the center point in the query arguments.
Implementation public function get latlon():LatLon
| numListings | property |
numListings:Number [read-only]A number containing the amount of results returned.
Implementation public function get numListings():Number
| results | property |
results:Array [read-only]
An array of the LocalSearchItem results.
public function get results():Array
| resultURL | property |
resultURL:String [read-only]A string containing the URL to the Yahoo! Local search results page.
Implementation public function get resultURL():String
| searchRadius | property |
searchRadius:Number [read-only]A number specifying the radius in the query arguments.
Implementation public function get searchRadius():Number
| searchTotal | property |
searchTotal:Number [read-only]A number specifying the total amount of results found by the service.
Implementation public function get searchTotal():Number
| state | property |
state:String [read-only]A String containing the state used in the query arguments.
Implementation public function get state():String
| street | property |
street:String [read-only]A String containing the street used in the query arguments.
Implementation public function get street():String
| term | property |
term:String [read-only]A String containing the query term used in the query arguments.
Implementation public function get term():String
| zip | property |
zip:String [read-only]A String containing the zip code used in the query arguments.
Implementation public function get zip():String
| LocalSearchResults | () | constructor |
public function LocalSearchResults(xml:XML)Creates a new LocalSearchResults object
Parametersxml:XML |