B4J Question B4J server, get geolocation

Mostez

Well-Known Member
Licensed User
Longtime User
Hi, I have a B4J server that serving a sign in/out page, I want to get user's geolocation when clicking the Save button, something like that:

B4J:
Sub Upload_Click (Params As Map)
    'get user geo location lat long then, 
    'connect to SQL server and save data (no problem  with that)
End Sub

TIA
 

Attachments

  • Image2.jpg
    Image2.jpg
    24 KB · Views: 67

tchart

Well-Known Member
Licensed User
Longtime User
You would need to use their IP address if doing it from the server.

Google IP geolocation - there are many free and paid services but it’s not an exact science.
 
Upvote 0
Top