An object describing the tile region for which the attribution strings should be retrieved.

interface AttributionTileRegion {
    height: number;
    level: number;
    width: number;
    x: number;
    y: number;
}

Properties

Properties

height: number

The height of the region, in amount of tiles, for which to retrieve attribution.

level: number

The level for which to retrieve attribution.

width: number

The width of the region, in amount of tiles, for which to retrieve attribution.

x: number

The x coordinate for which to retrieve attribution.

y: number

The y coordinate for which to retrieve attribution.