View
- class View(type=None, controller=None, width=None, height=None, **kwargs)
Bases:
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
- property type