I like to set Google coordinates with simple input field like:
Enter address or city: and map will shown automatic at the bottom.
How to do this to connect to Google API on my site in correct way?
Need help.
Code for input like:
<form action="" onsubmit="">
Enter address/city: <input size="250" name="googlemapaddress">
<input type="submit" value="findgooglecoordinates" >
</form>