Interface OfflineTile

interface OfflineTile {
    coord: Coordinate;
    response: string;
    url: string;
}

Properties

Properties

coord: Coordinate
response: string
url: string

Generated using TypeDoc