Constructor
(abstract) new GeocodingResponse(options)
Parameters:
| Name | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object | see below the available values.
Properties
|
Members
(protected) action :String
Type:
- String
(protected) extent :bemap.BoundingBox
Type:
(protected) geocodingItems :Array.<bemap.GeocodingItem>
Type:
- Array.<bemap.GeocodingItem>
Methods
getExtent() → {bemap.BoundingBox}
Get extent.
Returns:
extent.
- Type
- bemap.BoundingBox
getGeocodingItems() → {Array.<bemap.GeocodingItem>}
Get the geocoding items.
Returns:
geocodingItems.
- Type
- Array.<bemap.GeocodingItem>