Module: cercaliagl/service/Isochrone


Classes

Isochrone

Members

module:cercaliagl/service/Isochrone.Methods{Object.<string, string>}

module:cercaliagl/service/Isochrone.Weight{Object.<string, string>}

Type Definitions

IsochroneOptions{Object}

Properties:
Name Type Argument Description
countryId string <optional>

Country code filter

country string <optional>

Country name filter

regionId string <optional>

Region code filter

region string <optional>

Region name filter

subregionId string <optional>

Subregion code filter

subregion string <optional>

Subregion name filte

subOrRegion string <optional>

Region and Subregion name filter

municipality string <optional>

Municipality code filter

municipalityId string <optional>

Municipality name filter

cityId string <optional>

Town code filter

city string <optional>

Town name filter

position module:cercaliagl/LonLat~LonLat <optional>

Position

postalCode string <optional>

Postal code filter

address string <optional>

Street name filter with house number

streetId string <optional>

Street code filter

street string <optional>

Street name filter

housenumber number <optional>

House number filter

roadName string <optional>

Road name filter

roadId string <optional>

Road id filter

weight string <optional>

Proximity with real route distance. Possible values: time, distance, money.

inverse boolean <optional>

Can be true or false. With a false value, the distances are calculated from the reference to the target. With a true value, the distances are calculated from the references to the targets. The default is false.

method string <optional>

Calculation method. Por defecto: convexhull or concavehull. Default value convexhull.

isolevels number <optional>

Value, or incremental values list used for isochrone calculation (meters or miliseconds). Ex: 10000, 5000,10000,20000.