B4A Code Snippet [B4X] Free Geolocation Nominatim (Geocoding API) - TILogistic    Jun 20, 2021   (31 reactions) Here's a demo of how to use the nominatim geocoding API for free.
Note:
There are other geocodi... B4J Question [BANano] BANano.GeoLocation.GetCurrentPosition 3rd argument? - Mashiane    Aug 24, 2024 Hi
The latest signature for banano.GeoLocation.GetCurrentPosition expect a 3rd arguement, named options. This is not documented.
I've found this URL with some more clarity, https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/getCurrentPosition
So I just create a map object and then pass the options I want? Can I just pass Null?... B4A Question Sub geolocation_location signature does not match expected signature - RB Smissaert    May 6, 2019 Using Don Manfred's GeoLocator library, v1.1:
https://www.b4x.com/android/forum/threads/geolocation.99710/
Running the following code:
Sub RunLog(strText As String)
If strText = Null Then... B4A Question webview geolocation in b4xpage crash - Hamied Abou Hulaikah    Aug 8, 2023 This code is working perfect in Activity, but in b4xpage it crashes without error log, any suggestion!... B4J Question B4J server, get geolocation - Mostez    Jul 18, 2023 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:
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... B4J Tutorial [BANano] How BANano.GeoLocation helped us with developing Seeking.Shelter & GPS locations querying from a database - Mashiane    Apr 16, 2021   (2 reactions) the nearest locations for that selected service. So, with BANano.Geolocation, getting ones current....GeoLocation.GetCurrentPosition(trackSuccess, trackError) End Sub This is passed 2 callbacks, one... the points on the map. With BANano.Geolocation, one is also able to track in real time his/her own... B4A Code Snippet Upload files with WebView - Erel    Jun 9, 2022   (16 reactions)   tags: Upload files with WebView, Webserver FileProvider. Example of requesting the Geolocation permission: https://www.b4x.com/android/forum/threads/webviewextra-2-2-enable-geolocation.114147/post-712994... B4A Question Geolocation and Google API - Smee    Oct 2, 2020 Hey guys
It's been quite some time since I have done any coding, the last time I used Googles A... B4A Question Address is not determined in GeoLocation - emexes (first post)    Aug 20, 2025
"Access blocked"
If your app isn't going to blast the server with thousands of requ... B4A Question [SOLVED] GeoLocation signature Error - incendio    Apr 8, 2020 Hi guys,
I tried example from this thread
https://www.b4x.com/android/forum/threads/geolocation..., info As String)
If success Then
GeoLoc.geoAddress
Log(GeoLoc.Address)
Log... Page: 1   2   3   4   |