
Google Map Using Javascript
Things that are covered:
Auto-complete Location using Google Places API
Zoom Changed Event
Radius Calculation
Distance Calculation
Map.html
<!DOCTYPE html>
<head>
<title>Google Map Using Javascript</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false&libraries=places"></script>
...