
    ue                     .    d dl mZ  G d de          ZdS )   )	JSONMixinc                       e Zd ZdZ	 ddZdS )	ViewStatea  An object that represents where the state of a viewport, essentially where the screen is focused.

    If you have two dimensional data and you don't want to set this manually,
    see :func:`pydeck.data_utils.viewport_helpers.compute_view`.


    Parameters
    ---------
    longitude : float, default None
        x-coordinate of focus
    latitude : float, default None
        y-coordinate of focus
    zoom : float, default None
        Magnification level of the map, usually between 0 (representing the whole world)
        and 24 (close to individual buildings)
    min_zoom : float, default None
        Least mangified zoom level the user can navigate to
    max_zoom : float, default None
        Most magnified zoom level the user can navigate to
    pitch : float, default None
        Up/down angle relative to the map's plane, with 0 being looking directly at the map
    bearing : float, default None
        Left/right angle relative to the map's true north, with 0 being aligned to true north
    Nc                     || _         || _        || _        || _        || _        || _        || _        |r| j                            |           d S d S )N)		longitudelatitudezoommin_zoommax_zoompitchbearing__dict__update)	selfr   r   r	   r
   r   r   r   kwargss	            :lib/python3.11/site-packages/pydeck/bindings/view_state.py__init__zViewState.__init__   sc     # 	  
 	)M  (((((	) 	)    )NNNNNNN)__name__
__module____qualname____doc__r    r   r   r   r      s9         4 ko) ) ) ) ) )r   r   N)
json_toolsr   r   r   r   r   <module>r      sK    ! ! ! ! ! !&) &) &) &) &)	 &) &) &) &) &)r   