Get Location of Your Users - Geolocation

File Size: 1.58 KB
Views Total: 1973
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Get Location of Your Users - Geolocation

Geolocation is a jQuery Plugin for Getting Location of Your Users that displays the complete address, latitude and logitude of the user in a div.  By using Google Maps API v3, it also displays the location found in a Google map.

Usage:

1. Include jQuery library and necessary scripts

<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script src="./geolocation.min.js"></script>

2. Markup

<div id="location_details" class="location_details_css" ></div>
<div id="map_canvas" class="map_canvas_css" ></div>

This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.