navigator.geolocation.getCurrentPosition
Asking for current position...
Failed to get current position
{{ browser.error | json }}
Found current position
{{ browser.position | json:' ' }}
google.loader.ClientLocation
Google location was not set.
Latitude: {{google.latitude}}
Longitude: {{google.longitude}}
Address: {{google.address.city}}, {{google.address.region}}, {{google.address.country}} ({{google.address.country_code}})