Map Picker
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
from djust_components.components.map_picker import MapPicker
component = MapPicker(lat=0.0,
lng=0.0,
pick_event='set_location',
zoom=13,
height='400px',
custom_class='',
kwargs)
html = component.render()
PARAMETERS 7
| Name | Type | Default |
|---|---|---|
lat |
<class 'float'> |
0.0 |
lng |
<class 'float'> |
0.0 |
pick_event |
<class 'str'> |
'set_location' |
zoom |
<class 'int'> |
13 |
height |
<class 'str'> |
'400px' |
custom_class |
<class 'str'> |
'' |
kwargs |
— |
— |