@cercalia/sdk
    Preparing search index...

    Interface IsochroneResult

    Result of an isochrone calculation

    interface IsochroneResult {
        center: Coordinate;
        level: string;
        value: number;
        weight: IsochroneWeight;
        wkt: string;
    }
    Index

    Properties

    center: Coordinate

    Center coordinate of the isochrone

    level: string

    Level value returned by Cercalia API (raw value in ms for time, m for distance)

    value: number

    Value used for calculation (minutes for time, meters for distance)

    Weight type: 'time' (minutes) or 'distance' (meters)

    wkt: string

    WKT geometry of the isochrone polygon