| Package | com.yahoo.maps.webservices.geocoder |
| Class | public final dynamic class GeocoderResultSet |
| Property | Defined by | ||
|---|---|---|---|
| error : int [read-only]
Error code
| GeocoderResultSet | ||
| errorMessage : String [read-only]
Error message (locale specific)
| GeocoderResultSet | ||
| firstResult : GeocoderResult
[read-only]
The first result in the results array (the result with the highest quality of a match)
| GeocoderResultSet | ||
| found : int [read-only]
Number of results found by the geocoder.
| GeocoderResultSet | ||
| locale : String [read-only]
Locale code
| GeocoderResultSet | ||
| quality : int [read-only]
Best possible quality of the input address
| GeocoderResultSet | ||
| results : Array [read-only]
An array of GeocoderResult objects.
| GeocoderResultSet | ||
| Method | Defined by | ||
|---|---|---|---|
|
GeocoderResultSet(results:Array, quality:int, error:int, locale:String = "", errorMessage:String = "")
Creates a new GeocoderResultSet object
| GeocoderResultSet | ||
| error | property |
error:int [read-only]Error code
Implementation public function get error():int
| errorMessage | property |
errorMessage:String [read-only]Error message (locale specific)
Implementation public function get errorMessage():String
| firstResult | property |
firstResult:GeocoderResult [read-only]The first result in the results array (the result with the highest quality of a match)
Implementation public function get firstResult():GeocoderResult
| found | property |
found:int [read-only]Number of results found by the geocoder.
Implementation public function get found():int
| locale | property |
locale:String [read-only]Locale code
Implementation public function get locale():String
| quality | property |
quality:int [read-only]Best possible quality of the input address
Implementation public function get quality():int
| results | property |
results:Array [read-only]An array of GeocoderResult objects.
Implementation public function get results():Array
| GeocoderResultSet | () | constructor |
public function GeocoderResultSet(results:Array, quality:int, error:int, locale:String = "", errorMessage:String = "")Creates a new GeocoderResultSet object
Parametersresults:Array |
|
quality:int |
|
error:int |
|
locale:String (default = "") |
|
errorMessage:String (default = "") |