Class: GeocodingItem

(abstract) bemap.GeocodingItem(options)

Base class for geocoding items.

Constructor

(abstract) new GeocodingItem(options)

Parameters:
Name Type Description
options object see below the available values.
Properties
Name Type Description
Coordinate bemap.Coordinate
PostalAddress Array.<bemap.PostalAddress>
Angle Int
SpeedLimit Int
RelevanceScore Double
RoadFeature bemap.RoadFeature
Source:

Members

(protected) Angle :Int

Type:
  • Int
Source:

(protected) Coordinate :bemap.Coordinate

Type:
Source:

(protected) PostalAddress :Array.<bemap.PostalAddress>

Type:
Source:

(protected) RelevanceScore :Double

Type:
  • Double
Source:

(protected) RoadFeature :bemap.RoadFeature

Type:
Source:

(protected) SpeedLimit :Int

Type:
  • Int
Source:

Methods

getAngle() → {Int}

Get the angle.
Source:
Returns:
Angle
Type
Int

getCoordinate() → {bemap.Coordinate}

Get the coordinates.
Source:
Returns:
Coordinate
Type
bemap.Coordinate

getPostalAddress() → {bemap.PostalAddress}

Get the postal address.
Source:
Returns:
PostalAddress
Type
bemap.PostalAddress

getRelevanceScore() → {Double}

Get the relevance score.
Source:
Returns:
RelevanceSvore
Type
Double

getRoadFeature() → {bemap.RoadFeature}

Get the road informations
Source:
Returns:
RoadFeature
Type
bemap.RoadFeature

getSpeedLimit() → {Int}

Get the speed limit.
Source:
Returns:
SpeedLimit
Type
Int