Constructor
(abstract) new RevGeoSearchInfo(options)
Parameters:
| Name | Type | Description | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object | see below the available values.
Properties
|
Members
(protected) angle :String
Type:
- String
(protected) language :String
Type:
- String
(protected) maxResult :int
Type:
- int
(protected) options :String
Type:
- String
(protected) radius :String
Type:
- String
(protected) speed :String
Type:
- String
(protected) transportType :String
Type:
- String
(protected) xy :String
Type:
- String
Methods
getAngle() → {String}
Get the angle information.
Returns:
angle.
- Type
- String
getLanguage() → {String}
Get the language information.
Returns:
language.
- Type
- String
getMaxResult() → {Int}
Get the number maximum of result.
Returns:
maxResult.
- Type
- Int
getOptions() → {String}
Get the options of the research.
Returns:
options.
- Type
- String
getRadius() → {String}
Get the radius information.
Returns:
- Type
- String
getSpeed() → {String}
Get the speed information.
Returns:
speed.
- Type
- String
getTransporType() → {String}
Get then transport type information.
Returns:
transportType.
- Type
- String
getXy() → {String}
Get XY informations.
Returns:
xy.
- Type
- String
setAngle(angle) → {bemap.RevGeoSearchInfo}
Set the angle information.
Parameters:
| Name | Type | Description |
|---|---|---|
angle |
String | the new angle to set. |
Returns:
this.
setLanguage(language) → {bemap.RevGeoSearchInfo}
Set the language information.
Parameters:
| Name | Type | Description |
|---|---|---|
language |
String | the new language to set. |
Returns:
this.
setMaxResult(maxResult) → {bemap.RevGeoSearchInfo}
Set the number maximum of result.
Parameters:
| Name | Type | Description |
|---|---|---|
maxResult |
Int | the new number max of results to set. |
Returns:
this.
setOptions(options) → {bemap.RevGeoSearchInfo}
Set the research options.
Parameters:
| Name | Type | Description |
|---|---|---|
options |
String | the new number max of results to set. |
Returns:
this.
setRadius(radius) → {bemap.RevGeoSearchInfo}
Set the radius information.
Parameters:
| Name | Type | Description |
|---|---|---|
radius |
String | the new radius to set. |
Returns:
this.
setSpeed(speed) → {bemap.RevGeoSearchInfo}
Set the speed information.
Parameters:
| Name | Type | Description |
|---|---|---|
speed |
String | the new speed to set. |
Returns:
this.
setTransporType(transportType) → {bemap.RevGeoSearchInfo}
Set then transport type information.
Parameters:
| Name | Type | Description |
|---|---|---|
transportType |
String | the new transport type to set. |
Returns:
this.
setXy(xy) → {bemap.RevGeoSearchInfo}
Set XY informations.
Parameters:
| Name | Type | Description |
|---|---|---|
xy |
String | the new xy information to set. |
Returns:
this.