yii2-jquery-locationpicker icon indicating copy to clipboard operation
yii2-jquery-locationpicker copied to clipboard

jquery location picker widget for yii2

Results 3 yii2-jquery-locationpicker issues
Sort by recently updated
recently updated
newest added

Rendering LocationPickerWidget in a function (`renderLocationPicker`), to allow render a custom `LocationPickerWidget` from my project

I am trying to access title from map... but title's always same "Drag Me" its not changing .... how can i access the marker title properly. Example : If i...

Very nice documentation and code [MYSQL-SPATIAL-CONVERSION](https://github.com/pigochu/yii2-jquery-locationpicker/blob/master/doc/MYSQL-SPATIAL-CONVERSION.md). Within the doc and example code the mySQL Point building is coded as: ``` point({$latitude},{$longitude}) ``` Should it not be switched, first longitude, second...