Skip to content

Commit bd5600d

Browse files
committed
Merge pull request #21 from brendannee/patch-1
Added unit of radius (meters) to readme
2 parents df3b4c3 + 2361542 commit bd5600d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ JQuery Location Picker plugin
33

44
![Location Picker](http://logicify.github.io/jquery-locationpicker-plugin/images/basic_ui.png)
55

6-
This plug-in allows to easily find and select a location on the Google map. Along with a single point selection, it allows to choose an area by providing its center and the radius. All the data can be saved to any HTML input element automatically as well as be processed by Javascript (callback support).
6+
This plug-in allows to easily find and select a location on the Google map. Along with a single point selection, it allows to choose an area by providing its center and the radius in meters. All the data can be saved to any HTML input element automatically as well as be processed by Javascript (callback support).
77

88
The other feature of the plug-in is automatic address resolver which allows to get address line from the selected latitude and longitude. 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.
99

0 commit comments

Comments
 (0)