
    g                     J    d dl Z G d dej                  j                        Zy)    Nc                         e Zd Zd fd	Z xZS )BoundsValidatorc           
      v    t        t        | 
  d|||j                  dd      |j                  dd      d| y )Ndata_class_strBounds	data_docsa  
            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.
)plotly_nameparent_namer   r    )superr   __init__pop)selfr	   r
   kwargs	__class__s       d/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/plotly/validators/layout/mapbox/_bounds.pyr   zBoundsValidator.__init__   sJ    ot- 	
##!::&6Ajj		
2 3	
    )boundszlayout.mapbox)__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s    
 
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsCompoundValidatorr   r   r   r   <module>r      s     #
m22DD 
r   