jquery-locationpicker-plugin
jquery-locationpicker-plugin copied to clipboard
JQuery Location Picker plugin
The option to geolocate the user seems to be missing right now. There can be google's crosshair icon on the top of the map for geolocation, and also an option...
EnableAutocomplete is not working if markerInCenter is set to true in location picker.
`let _pickerContext = mapsElement.data("locationpicker");` `_pickerContext.radius = {MarkerNewRadius};` `_pickerContext.map.radius = {MarkerNewRadius};` `_pickerContext.settings.radius = {MarkerNewRadius};` The above code is the way i change the radius of the marker.
Title mostly says it all, but I'd like when a user selects an item from the autocomplete list for the entry to be entered into my input field exactly as...
-Added support for exponential values when using a range input to select the radius. I've added an example in examples/examples.html -Added support for the the recommended "gestureHandling" property, which replaces...
When I search Rawabi it doesnt return address & formatted address components. any reason, how i can fix this ? It takes the map to that area but doesnt select...
Hi I have a question on Stackoverflow with this issue https://stackoverflow.com/q/51505478/1339326 I'm using the locationpicker on a modal, the first time I open the locationpicker everything is working fine but...
How to get the marker title{locationName} from selected location. https://github.com/pigochu/yii2-jquery-locationpicker/issues/27#issuecomment-406597050
Having loading issues when opening the website; loading takes a lot of time. When I use the Attribute defer in the script, like: the website opens smoothly, but the Google...
Remove reference to the global 'google' object in locationpicker.defaults to fix problem with 'google not defined' error when using 'async defer' to load the google maps script. When loading the...