-
Name Type Description optionsIsochrone request options
Name Type Description countryIdstring Country code filter
countrystring Country name filter
regionIdstring Region code filter
regionstring Region name filter
subregionIdstring Subregion code filter
subregionstring Subregion name filte
subOrRegionstring Region and Subregion name filter
municipalitystring Municipality code filter
municipalityIdstring Municipality name filter
cityIdstring Town code filter
citystring Town name filter
positionmodule:cercaliagl/LonLat~LonLat Position
postalCodestring Postal code filter
addressstring Street name filter with house number
streetIdstring Street code filter
streetstring Street name filter
housenumbernumber House number filter
roadNamestring Road name filter
roadIdstring Road id filter
weightstring Proximity with real route distance. Possible values:
time,distance,money.inverseboolean 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.
methodstring Calculation method. Por defecto:
convexhullorconcavehull. Default valueconvexhull.isolevelsnumber Value, or incremental values list used for isochrone calculation (meters or miliseconds). Ex:
10000,5000,10000,20000.netstring Calculation net. Possible values:
car,bike,foot. Default valuecar.
Extends
- module:cercaliagl/service/Service~Service
Methods
-
Do isochrone request.
Name Type Description callbackFnfunction Callback Function
callbackFnErrorfunction Callback Function if there is an error
-
-
Returns the response once the 'isochrone' is calculated, before that it will return
null.Returns:
response
-
Name Type Description optionsOptions
Name Type Description countryIdstring Country code filter
countrystring Country name filter
regionIdstring Region code filter
regionstring Region name filter
subregionIdstring Subregion code filter
subregionstring Subregion name filte
subOrRegionstring Region and Subregion name filter
municipalitystring Municipality code filter
municipalityIdstring Municipality name filter
cityIdstring Town code filter
citystring Town name filter
positionmodule:cercaliagl/LonLat~LonLat Position
postalCodestring Postal code filter
addressstring Street name filter with house number
streetIdstring Street code filter
streetstring Street name filter
housenumbernumber House number filter
roadNamestring Road name filter
roadIdstring Road id filter
weightstring Proximity with real route distance. Possible values:
time,distance,money.inverseboolean 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.
methodstring Calculation method. Por defecto:
convexhullorconcavehull. Default valueconvexhull.isolevelsnumber Value, or incremental values list used for isochrone calculation (meters or miliseconds). Ex:
10000,5000,10000,20000.netstring Calculation net. Possible values:
car,bike,foot. Default valuecar.