Interface Map

interface Map {
    maxTilesLoading?: number;
    moveTolerance?: number;
    pixelRatio?: number;
}

Properties

maxTilesLoading?: number

Maximum number tiles to load simultaneously.

moveTolerance?: number

The minimum distance in pixels the cursor must move to be detected as a map move event instead of a click. Increasing this value can make it easier to click on the map.

pixelRatio?: number

The ratio between physical pixels and device-independent pixels (dips) on the device.