Skip to content

Commit

Permalink
Fixed spelling in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Berezovsky committed Jan 2, 2014
1 parent 147fe27 commit 1752e96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ jquery-locationpicker-plugin

JQuery Location Picker plugin

This plug-in allows to easily find and select location on the Google map. Except of single point it allows to choose some area by providing center of the area and some radius. All the date can be saved to any html input element automatically as well as processed with javascript (callback support).
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).

The other feature of the plug-in is automatical address resoulver wich allows to get address line from the selected latitude and longitude. Also plug-in supports search by address typed into the binded input element which uses autocomplete feature from Google API to make search process easier. In this case marker will be automatically positioned on the map after successull address resolution.
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.

Currently plug-in uses JQuery and Google Maps. Integration is pretty simple:
The plug-in currently uses JQuery and Google Maps. Integration is pretty simple:

```
$('mycontainer').locationpicker();
Expand Down

0 comments on commit 1752e96

Please sign in to comment.