This plug-in makes it possible for for you to very easily come across and select an establishment about the Yahoo chart. Plus a one stage variety, it makes it possible for to select an area by giving their core plus the radius. All of the facts could be stored for you to virtually any HTML feedback factor on auto-pilot in addition to become highly processed by simply Javascript.
One other feature in the plug-in is actually programmed tackle resolver that enables to have tackle line from the chosen latitude and also longitude. The particular plug-in also helps looking by tackle entered into the sure input component which uses auto-complete feature from Google API to produce your lookup method less difficult. In such cases your sign will probably be immediately positioned on your guide soon after successful tackle image resolution. The particular plug-in presently uses JQuery and also Google Atlases.
Features :
How to use
Please including all required javascript files.
1 2 3 4 5 |
<head> <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> <script type="text/javascript" src='http://maps.google.com/maps/api/js?sensor=false&libraries=places'></script> <script src="js/locationpicker.jquery.js"></script> </head> |
Basic usage without any settings in your html file.
1 2 3 4 |
<div id="somecomponent" style="width: 500px; height: 400px;"></div> <script> $('#somecomponent').locationpicker(); </script> |
If you like FreeWebMentor and you would like to contribute, you can write an article and mail your article to [email protected] Your article will appear on the FreeWebMentor main page and help other developers.