Create a deckgl widget
deckgl(
latitude = 37.8,
longitude = -122.45,
zoom = 12,
pitch = 0,
bearing = 0,
initial_view_state = NULL,
views = NULL,
width = NULL,
height = NULL,
element_id = NULL,
...
)
The latitude of the initial view state.
The longitude of the initial view state.
The zoom level of the initial view state.
The pitch of the initial view state.
The bearing of the initial view state.
The initial view state.
If set, other view state arguments (longitude
, latidude
et cetera) are ignored.
A single View
, or an array of View
instances.
If not supplied, a single MapView
will be created.
The width of the widget.
The height of the widget.
The explicit id of the widget (usually not needed).
Optional properties that are passed to the deck
instance.
deckgl widget
https://deck.gl/#/documentation/deckgl-api-reference/deck for optional properties
that can be passed to the deck
instance.