Type Alias ImageMetadata
type ImageMetadata = {
attribution: string;
description: string;
height: number;
id: string;
maxzoom: number;
minzoom: number;
tileSize: number;
width: number;
}
attribution: string;
description: string;
height: number;
id: string;
maxzoom: number;
minzoom: number;
tileSize: number;
width: number;
}
Index
Properties
Was this helpful?
The metadata of the image. This is the shape of the response from the API. And used to convert px to lnglat and vice versa.