Skip to content

Instantly share code, notes, and snippets.

View TheoElia's full-sized avatar

Theophilus Nutifafa TheoElia

View GitHub Profile
@TheoElia
TheoElia / Google API Distance View.htm
Created January 25, 2021 17:13 — forked from poojarsn/Google API Distance View.htm
Calculate distance between two location using Google Map API
<div>
<h2>
Orign Location
</h2>
</div>
<div id="locationField">
<input id="originautocomplete" placeholder="Enter your address" onFocus="geolocate()" type="text"></input>
</div>
<div>