mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-25 16:02:50 +00:00
525 B
525 B
HTML Overlay
Allows applications to overlay data on top of maps using a HTML container.
Properties
redraw {Function}
Called every time the map updates.
Parameters:
width{Number} - width of the viewportheight{Number} - height of the viewportproject{Function} - get screen position[x, y]from geo coordinates[lng, lat]unproject{Function} - get geo coordinates[lng, lat]from screen position[x, y]
style {Object, optional}
Additional css styles of the div container.