Classes
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 countryIdstring <optional>
Country code filter
countrystring <optional>
Country name filter
regionIdstring <optional>
Region code filter
regionstring <optional>
Region name filter
subregionIdstring <optional>
Subregion code filter
subregionstring <optional>
Subregion name filte
subOrRegionstring <optional>
Region and Subregion name filter
municipalitystring <optional>
Municipality code filter
municipalityIdstring <optional>
Municipality name filter
cityIdstring <optional>
Town code filter
citystring <optional>
Town name filter
positionmodule:cercaliagl/LonLat~LonLat <optional>
Position
postalCodestring <optional>
Postal code filter
addressstring <optional>
Street name filter with house number
streetIdstring <optional>
Street code filter
streetstring <optional>
Street name filter
housenumbernumber <optional>
House number filter
roadNamestring <optional>
Road name filter
roadIdstring <optional>
Road id filter
weightstring <optional>
Proximity with real route distance. Possible values:
time,distance,money.inverseboolean <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.
methodstring <optional>
Calculation method. Por defecto:
convexhullorconcavehull. Default valueconvexhull.isolevelsnumber <optional>
Value, or incremental values list used for isochrone calculation (meters or miliseconds). Ex:
10000,5000,10000,20000.netstring <optional>
Calculation net. Possible values:
car,bike,foot. Default valuecar.