Interface CogMapLibreImageSourceLikeExperimental

interface CogMapLibreImageSourceLike {
    updateImage(options: {
        coordinates?: CogMapLibreCoordinates;
        url: string;
    }): unknown;
}

Methods

Methods