A jQuery plugin that creates a location picker on your webpage using Google Maps.
Supports multiple maps. Works on touchscreen. Easy to customize markup and CSS.
This is a demo page; the full-feature live demo will always be
here.
For the code, install instructions and to see how amazingly free it is,
go to Github.
Also, you might find other interesting things on my blog at
www.wimagguc.com.
- You can set your own latitude, longitude and zoom values. The map shows your data after pressing the update button.
- You can still hide the Zoom field (or any other fields)
Move the marker, double click on the map, search, or set new values to interact.
<fieldset class="gllpLatlonPicker">
<input type="text" class="gllpSearchField">
<input type="button" class="gllpSearchButton" value="search">
<br/><br/>
<div class="gllpMap">Google Maps</div>
<br/>
lat/lon:
<input type="text" class="gllpLatitude" value="20"/>
/
<input type="text" class="gllpLongitude" value="20"/>
zoom: <input type="text" class="gllpZoom" value="3"/>
<input type="button" class="gllpUpdateButton" value="update map">
</fieldset>