@cercalia/sdk
    Preparing search index...

    Interface CercaliaIsochroneLevel

    Isochrone level in isochrone responses

    interface CercaliaIsochroneLevel {
        "@level": string;
        "@value"?: string;
        $valor?: string;
        value?: string;
    }
    Index

    Properties

    "@level": string
    "@value"?: string
    $valor?: string
    value?: string