
    .i                     .    d dl mZ d dlZ G d de      Zy)    )BaseLayoutHierarchyTypeNc                       e Zd ZdZdZh dZed        Zej                  d        Zed        Z	e	j                  d        Z	ed        Z
e
j                  d	        Z
ed
        Zej                  d        Zed        Z	 d fd	Z xZS )Boundszlayout.mapboxzlayout.mapbox.bounds>   eastwestnorthsouthc                     | d   S )a  
        Sets the maximum longitude of the map (in degrees East) if
        `west`, `south` and `north` are declared.

        The 'east' property is a number and may be specified as:
          - An int or float

        Returns
        -------
        int|float
        r    selfs    d/opt/house_gps_flutter/.venv/lib/python3.12/site-packages/plotly/graph_objs/layout/mapbox/_bounds.pyr   zBounds.east        F|    c                     || d<   y )Nr   r   r   vals     r   r   zBounds.east       Vr   c                     | d   S )a  
        Sets the maximum latitude of the map (in degrees North) if
        `east`, `west` and `south` are declared.

        The 'north' property is a number and may be specified as:
          - An int or float

        Returns
        -------
        int|float
        r   r   r   s    r   r   zBounds.north         G}r   c                     || d<   y )Nr   r   r   s     r   r   zBounds.north/       Wr   c                     | d   S )a  
        Sets the minimum latitude of the map (in degrees North) if
        `east`, `west` and `north` are declared.

        The 'south' property is a number and may be specified as:
          - An int or float

        Returns
        -------
        int|float
        r	   r   r   s    r   r	   zBounds.south3   r   r   c                     || d<   y )Nr	   r   r   s     r   r	   zBounds.southB   r   r   c                     | d   S )a  
        Sets the minimum longitude of the map (in degrees East) if
        `east`, `south` and `north` are declared.

        The 'west' property is a number and may be specified as:
          - An int or float

        Returns
        -------
        int|float
        r   r   r   s    r   r   zBounds.westF   r   r   c                     || d<   y )Nr   r   r   s     r   r   zBounds.westU   r   r   c                      y)Na0          east
            Sets the maximum longitude of the map (in degrees East)
            if `west`, `south` and `north` are declared.
        north
            Sets the maximum latitude of the map (in degrees North)
            if `east`, `west` and `south` are declared.
        south
            Sets the minimum latitude of the map (in degrees North)
            if `east`, `west` and `north` are declared.
        west
            Sets the minimum longitude of the map (in degrees East)
            if `east`, `south` and `north` are declared.
        r   r   s    r   _prop_descriptionszBounds._prop_descriptionsY   s    r   c           	      6   t         |   d       d|v r|d   | _        y|i }nXt        || j                        r|j                         }n1t        |t              rt        j                  |      }nt        d      |j                  dd      | _        |j                  dd      | _        | j                  d	||       | j                  d
||       | j                  d||       | j                  d||        | j                  di t        |fi | d| _        y)aT  
        Construct a new Bounds object

        Parameters
        ----------
        arg
            dict of properties compatible with this constructor or
            an instance of
            :class:`plotly.graph_objs.layout.mapbox.Bounds`
        east
            Sets the maximum longitude of the map (in degrees East)
            if `west`, `south` and `north` are declared.
        north
            Sets the maximum latitude of the map (in degrees North)
            if `east`, `west` and `south` are declared.
        south
            Sets the minimum latitude of the map (in degrees North)
            if `east`, `west` and `north` are declared.
        west
            Sets the minimum longitude of the map (in degrees East)
            if `east`, `south` and `north` are declared.

        Returns
        -------
        Bounds
        bounds_parentNzThe first argument to the plotly.graph_objs.layout.mapbox.Bounds
constructor must be a dict or
an instance of :class:`plotly.graph_objs.layout.mapbox.Bounds`skip_invalidF	_validateTr   r   r	   r   r   )super__init__r!   
isinstance	__class__to_plotly_jsondict_copycopy
ValueErrorpop_skip_invalidr#   _set_property_process_kwargs)r   argr   r   r	   r   kwargsr'   s          r   r%   zBounds.__init__j   s   : 	"!),DL;CT^^,$$&CT"**S/C B C C
 $ZZ>K663-7C/7C/63-3tC2623"r   )NNNNN)__name__
__module____qualname___parent_path_str	_path_str_valid_propspropertyr   setterr   r	   r   r   r%   __classcell__)r'   s   @r   r   r      s    &&I5L  
[[    \\    \\    
[[   " AE6# 6#r   r   )plotly.basedatatypesr   _BaseLayoutHierarchyTyper+   r*   r   r   r   r   <module>r>      s    U X#% X#r   