Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
fonction google map
SUBMITTED BY:
segvoltqge
DATE:
June 5, 2016, 1:39 a.m.
FORMAT:
Text only
SIZE:
259 Bytes
Raw
Download
Tweet
HITS:
3528
Go to comments
Report
<script>
var c=funcion(pos){
var lat= pos.coords.latitude,
long= pos.coords.longitude,
coords=lat+', '+long;
}
document.getElementById('get_location').onclick=function(){
navigator.geolocation.getcurrentPosition(c);
return false;
}
</scripte>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus