Vasseurth
Vasseurth

Reputation: 6486

What is a good javascript to automatically determine the users location

Does anyone know any good javascripts (perhaps a google maps thing) that gives the users (meaning where the user is connected to the internet) location in a string.

Something like geolocation but without the map

Upvotes: 0

Views: 104

Answers (1)

Mrchief
Mrchief

Reputation: 76218

Take a look at geolocation api, here's a good article: http://www.bennadel.com/blog/2023-Geocoding-A-User-s-Location-Using-Javascript-s-GeoLocation-API.htm

Upvotes: 2

Related Questions