
    Dh                     L    S SK Jr  S SKJr  S SKJr  S SKJr   " S S\\5      rg)    )MacroElement)
JSCSSMixin)Template)remove_emptyc                   T   ^  \ rS rSrSr\" S5      rS/rS/r    SU 4S jjr	Sr
U =r$ )	
Fullscreen   a.  
Adds a fullscreen button to your map.

Parameters
----------
position : str
    change the position of the button can be:
    'topleft', 'topright', 'bottomright' or 'bottomleft'
    default: 'topleft'
title : str
    change the title of the button,
    default: 'Full Screen'
title_cancel : str
    change the title of the button when fullscreen is on,
    default: 'Exit Full Screen'
force_separate_button : bool, default False
    force separate button to detach from zoom buttons,

See https://github.com/brunob/leaflet.fullscreen for more information.
z
        {% macro script(this, kwargs) %}
            L.control.fullscreen(
                {{ this.options|tojavascript }}
            ).addTo({{this._parent.get_name()}});
        {% endmacro %}
        )zControl.Fullscreen.jszOhttps://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.min.js)zControl.FullScreen.csszLhttps://cdn.jsdelivr.net/npm/leaflet.fullscreen@3.0.0/Control.FullScreen.cssc                 Z   > [         TU ]  5         SU l        [        SUUUUS.UD6U l        g )Nr   )positiontitletitle_cancelforce_separate_button )super__init___namer   options)selfr   r   r   r   kwargs	__class__s         lC:\Users\julio\OneDrive\Documentos\Trabajo\Ideas Frescas\venv\Lib\site-packages\folium/plugins/fullscreen.pyr   Fullscreen.__init__5   s>     	!
# 
%"7	

 
    )r   r   )topleftzFull ScreenzExit Full ScreenF)__name__
__module____qualname____firstlineno____doc__r   	_template
default_jsdefault_cssr   __static_attributes____classcell__)r   s   @r   r   r      sI    * 	I	
J	
K '#
 
r   r   N)	branca.elementr   folium.elementsr   folium.templater   folium.utilitiesr   r   r   r   r   <module>r)      s    ' & $ )=
\ =
r   