Class: Isochrone

(abstract) bemap.Isochrone(context, options)

Base class for isochrone calculation.

Constructor

(abstract) new Isochrone(context, options)

Parameters:
Name Type Description
context bemap.Context BeMap-JS-API Context. Mandatory.
options object see below the available values.
Source:

Members

(protected) geometryId :String

ID of geometry.
Type:
  • String
Source:

(protected) poylineAsPolygon :boolean

Draw a polygon with the polyline array.
Type:
  • boolean
Source:

Methods

compute(options) → {bemap.Isochrone}

Execute the isochrone calculation.
Parameters:
Name Type Description
options object See below the available values.
Properties
Name Type Description
geoserver object Geoserver name will be used for this computation.
Source:
Returns:
this
Type
bemap.Isochrone