Constructor
(abstract) new GeoSearchInfo(options)
Parameters:
| Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object | see below the available values.
Properties
|
Members
(protected) bbox :bemap.BoundingBox
Type:
(protected) city :String
Type:
- String
(protected) country :String
Type:
- String
(protected) countryCode :String
Type:
- String
(protected) county :String
Type:
- String
(protected) district :String
Type:
- String
(protected) language :String
Type:
- String
(protected) maxResult :int
Type:
- int
(protected) postalCode :String
Type:
- String
(protected) searchType :String
Type:
- String
(protected) state :String
Type:
- String
(protected) street :String
Type:
- String
(protected) streetNumber :String
Type:
- String
Methods
getBoundingBox() → {String}
Get the street number maximum of result.
Returns:
bbox.
- Type
- String
getCity() → {String}
Get the city information.
Returns:
city.
- Type
- String
getCountry() → {String}
Get the country information.
Returns:
country
- Type
- String
getCountryCode() → {String}
Get the country information.
Returns:
country
- Type
- String
getCounty() → {String}
Get the county information.
Returns:
county.
- Type
- String
getDistrict() → {String}
Get the district information.
Returns:
district.
- Type
- String
getLanguage() → {String}
Get the language information.
Returns:
language.
- Type
- String
getMaxResult() → {String}
Get the number maximum of result.
Returns:
maxResult.
- Type
- String
getPostalCode() → {String}
Get the postal code information.
Returns:
postalCode.
- Type
- String
getSearchType() → {String}
Get the search type information.
Returns:
searchType.
- Type
- String
getState() → {String}
Get state informations.
Returns:
state.
- Type
- String
getStreet() → {String}
Get the street information.
Returns:
street.
- Type
- String
getStreetNumber() → {String}
Get the street number information.
Returns:
streetNumber.
- Type
- String
setBoundingBox(bbox) → {bemap.GeoSearchInfo}
Set the street number maximum of result.
Parameters:
| Name | Type | Description |
|---|---|---|
bbox |
String | the boundingBox new to set. |
Returns:
this.
- Type
- bemap.GeoSearchInfo
setCity(city) → {bemap.GeoSearchInfo}
Set the city information.
Parameters:
| Name | Type | Description |
|---|---|---|
city |
String | the new city to set. |
Returns:
this.
- Type
- bemap.GeoSearchInfo
setCountry(country) → {bemap.GeoSearchInfo}
Set the country information.
Parameters:
| Name | Type | Description |
|---|---|---|
country |
String | the new country to set. |
Returns:
this.
- Type
- bemap.GeoSearchInfo
setCountryCode(countryCode) → {bemap.GeoSearchInfo}
Set the country information.
Parameters:
| Name | Type | Description |
|---|---|---|
countryCode |
String | the new country to set. |
Returns:
this.
- Type
- bemap.GeoSearchInfo
setCounty(county) → {bemap.GeoSearchInfo}
Set the county information.
Parameters:
| Name | Type | Description |
|---|---|---|
county |
String | the new county to set. |
Returns:
this.
- Type
- bemap.GeoSearchInfo
setDistrict(district) → {bemap.GeoSearchInfo}
Set the district information.
Parameters:
| Name | Type | Description |
|---|---|---|
district |
String | the new district to set. |
Returns:
this.
- Type
- bemap.GeoSearchInfo
setLanguage(language) → {bemap.GeoSearchInfo}
Set the language information.
Parameters:
| Name | Type | Description |
|---|---|---|
language |
String | the new language to set. |
Returns:
this.
- Type
- bemap.GeoSearchInfo
setMaxResult(maxResult) → {bemap.GeoSearchInfo}
Set the number maximum of result.
Parameters:
| Name | Type | Description |
|---|---|---|
maxResult |
Int | the new maximal result to set. |
Returns:
this.
- Type
- bemap.GeoSearchInfo
setPostalCode(postalCode) → {bemap.GeoSearchInfo}
Set the postal code information.
Parameters:
| Name | Type | Description |
|---|---|---|
postalCode |
String | the new postal code to set. |
Returns:
this.
- Type
- bemap.GeoSearchInfo
setSearchType(searchType) → {bemap.GeoSearchInfo}
Set the search type information.
Parameters:
| Name | Type | Description |
|---|---|---|
searchType |
String | the new search type to set. |
Returns:
this.
- Type
- bemap.GeoSearchInfo
setState(state) → {bemap.GeoSearchInfo}
Set state informations.
Parameters:
| Name | Type | Description |
|---|---|---|
state |
String | the new state to set. |
Returns:
this.
- Type
- bemap.GeoSearchInfo
setStreet(street) → {bemap.GeoSearchInfo}
Set the street information.
Parameters:
| Name | Type | Description |
|---|---|---|
street |
String | the new street to set. |
Returns:
this.
- Type
- bemap.GeoSearchInfo
setStreetNumber(streetNumber) → {bemap.GeoSearchInfo}
Set the street number information.
Parameters:
| Name | Type | Description |
|---|---|---|
streetNumber |
String | the new street number to set. |
Returns:
this.
- Type
- bemap.GeoSearchInfo