inaturalistjs
    Preparing search index...

    Type Alias GetPlacesByPlaceIdByZoomByXByYPngData

    type GetPlacesByPlaceIdByZoomByXByYPngData = {
        body?: never;
        path: { placeId: number; x: number; y: number; zoom: number };
        query?: { ttl?: string };
        url: "/places/{place_id}/{zoom}/{x}/{y}.png";
    }
    Index

    Properties

    Properties

    body?: never
    path: { placeId: number; x: number; y: number; zoom: number }

    Type declaration

    • placeId: number

      Place ID

    • x: number

      X coordinate in the XYZ tiling scheme. Must be less than 2^zoom

    • y: number

      Y coordinate in the XYZ tiling scheme. Must be less than 2^zoom

    • zoom: number

      Zoom level. Z coordinate in the XYZ tiling scheme

    query?: { ttl?: string }

    Type declaration

    • Optionalttl?: string

      Set the Cache-Control HTTP header with this value as max-age, in seconds. This means subsequent identical requests will be cached on iNaturalist servers, and commonly within web browsers

    url: "/places/{place_id}/{zoom}/{x}/{y}.png"