Isochrone: {
    __typename?: "Isochrone";
    bounds: Bounds;
    copyrights: Scalars["String"][];
    duration?: Maybe<Scalars["Float"]>;
    mode: IsochroneMode;
    polygon: Scalars["JSON"];
}

Isochrone for the given position with duration and vehicle

Type declaration

  • Optional __typename?: "Isochrone"
  • bounds: Bounds

    A bounding box around the isochrone

  • copyrights: Scalars["String"][]

    Copyright details of the isochrone

  • Optional duration?: Maybe<Scalars["Float"]>

    The duration of the isochrone

  • mode: IsochroneMode

    The mode of transport of the isochrone

  • polygon: Scalars["JSON"]

    The isochrone as a geojson polygon

Generated using TypeDoc