View

class View(type=None, controller=None, width=None, height=None, **kwargs)

Bases: pydeck.bindings.json_tools.JSONMixin

Represents a “hard configuration” of a camera location

Parameters:
  • type (str, default None) – deck.gl view to display, e.g., MapView
  • controller (bool, default None) – If enabled, camera becomes interactive.
  • **kwargs – Any of the parameters passable to a deck.gl View
type