Class: GeocodingResponse

(abstract) bemap.GeocodingResponse(options)

Base class for reverse geocoding search information.

Constructor

(abstract) new GeocodingResponse(options)

Parameters:
Name Type Description
options object see below the available values.
Properties
Name Type Description
extent bemap.BoundingBox
postalAddress bemap.PostalAddress
Source:

Members

(protected) action :String

Type:
  • String
Source:

(protected) extent :bemap.BoundingBox

Type:
Source:

(protected) geocodingItems :Array.<bemap.GeocodingItem>

Type:
Source:

Methods

getExtent() → {bemap.BoundingBox}

Get extent.
Source:
Returns:
extent.
Type
bemap.BoundingBox

getGeocodingItems() → {Array.<bemap.GeocodingItem>}

Get the geocoding items.
Source:
Returns:
geocodingItems.
Type
Array.<bemap.GeocodingItem>