@cercalia/sdk
    Preparing search index...

    Interface IsochroneOptions

    Options for isochrone calculation

    interface IsochroneOptions {
        method?: IsochroneMethod;
        value: number;
        weight?: IsochroneWeight;
    }
    Index

    Properties

    Properties

    Method for polygon calculation.

    • 'convexhull': Faster, less accurate
    • 'concavehull': Slower, more accurate (default)
    • 'net': Logistics network (only for truck routing)
    value: number

    Value in minutes (for time) or meters (for distance)

    Weight type: 'time' or 'distance'. Default: 'time'