https://github.com/logicify/jquery-locationpicker-plugin
JQuery Location Picker plugin
https://github.com/logicify/jquery-locationpicker-plugin
Last synced: about 1 month ago
JSON representation
JQuery Location Picker plugin
- Host: GitHub
- URL: https://github.com/logicify/jquery-locationpicker-plugin
- Owner: Logicify
- License: mit
- Created: 2013-10-03T13:16:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T21:34:08.000Z (over 6 years ago)
- Last Synced: 2025-05-16T14:07:26.853Z (about 1 month ago)
- Language: JavaScript
- Size: 333 KB
- Stars: 389
- Watchers: 24
- Forks: 260
- Open Issues: 62
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JQuery Location Picker plugin
=============================
This plug-in allows finding and selecting a location on the Google map. Along with single point selection, it allows area selection by choosing a point and specifying a radius. The selection can be saved to any HTML input element or processed by Javascript with callback support.
An optional automatic address resolver can reverse geocode the selection to an address. The plug-in also supports searching by address typed into the bound input element which uses auto-complete feature from Google API to make the search process easier. In this case the marker will be automatically positioned on the map after successful address resolution.
Usage
-----The plug-in requires [jQuery](http://jquery.com/) and the [Google Maps API](https://developers.google.com/maps/). Integration is pretty simple:
* Add jQuery and Google Maps API to the `` of your HTML file:
```// be careful to include the parameter "libraries=places"
```
* Put container somewhere in your page's ``:
```
```* Attach the plug-in to container:
```$('#somecomponent').locationpicker();
```
Documentation and Examples
--------------------------Documentation along with examples available [here](http://logicify.github.io/jquery-locationpicker-plugin/).
Credits
-------
* Dmitry Berezovsky, Logicify ()
* Gennadiy Varava, Logicify ()
* Emanuele Coppola, Libre sc ()