Set the view state of the map
set_view_state(
deckgl,
latitude = 37.8,
longitude = -122.45,
zoom = 12,
pitch = 0,
bearing = 0
)
A deckgl widget object.
The latitude of the view state.
The longitude of the view state.
The zoom level of the view state.
The pitch of the view state.
The bearing of the view state.