On this page
Properties

Type Alias ImageSourceSpecification

type ImageSourceSpecification = {
    coordinates: [
        [number, number],
        [number, number],
        [number, number],
        [number, number],
    ];
    type: "image";
    url: string;
}
Index

Properties

Properties

coordinates: [
    [number, number],
    [number, number],
    [number, number],
    [number, number],
]

Corners of image specified in longitude, latitude pairs.

type: "image"

The data type of the image source.

url: string

URL that points to an image.

Was this helpful?
SDK JS
Reference
ImageSourceSpecification