autumnplot-gl

Hardware-accelerated geospatial data plotting in the browser


Project maintained by tsupinie Hosted on GitHub Pages — Theme by mattgraham

autumnplot-glDocs


autumnplot-gl / MapLikeType

Type alias: MapLikeType

MapLikeType: object

Type declaration

getBearing()

getBearing: () => number

Returns

number

getCanvas()

getCanvas: () => HTMLCanvasElement

Returns

HTMLCanvasElement

getMaxZoom()

getMaxZoom: () => number

Returns

number

getPitch()

getPitch: () => number

Returns

number

getStyle()

getStyle: () => StyleSpecification

Returns

StyleSpecification

getZoom()

getZoom: () => number

Returns

number

triggerRepaint()

triggerRepaint: () => void

Returns

void

Source

Map.ts:8