B4A Code Snippet [B4X] Free Geolocation Nominatim (Geocoding API) - TILogistic    Jun 20, 2021   (30 reactions) Here's a demo of how to use the nominatim geocoding API for free.
Note:
There are other geocoding options if you want to know, leave your comments.
Demo file attached
Sub GeoCoderNominatim(Query As String) As ResumableSub
Dim ResultURL As String
Dim j As HttpJob
Dim Parameter() As Str B4A Library GeoLocation - DonManfred    Jun 04, 2020   (27 reactions) This is Library which is based on the code from this Github project.
GeoLocation
...|https://www.b4x.com
Author: DonManfred
Version: 1.1
GeoLocator
Events:
Location (success As Boolean, Lattitude As Double, Longitude As Double)
Functions:
geoAddress
GetLocation
Initialize (EventName As String) B4A Question Adress to Coordonates GPS location - ciginfo (first post)    Apr 08, 2021 "Geolocation" is a library created by DonManfred that I use often. https://www.b4x..99710/#content
It is easy to get an adress from longitude and latitude, I search code to get longitude and latitude from an adress . B4A Question Subscribe to library updates - DonManfred (first post)    Nov 25, 2018   (1 reaction) GeoLocation B4A Library UltimateWebView2 - web-yacht (first post)    Nov 28, 2024 Hi,
i'm using this library, loading html pages, ok.
Now i need to access to current geo location of mobile device.
I have added:
UltimateWebView1.Settings.GeolocationEnabled=True
and
Private Sub (RequestedRuntimePermissions As List, Request As PermissionRequest)
Private Sub (Origin As String, Ca B4A Question GeoLoc.GetLocation To degrees - DonManfred (first post)    Sep 12, 2020   (5 reactions) convert(lon, Location.FORMAT_MINUTES);
return strLongitude;
}
private static String replaceDelimiters(String str, int decimalPlace) {
str = str.replaceFirst(":", "°");
str = str.replaceFirst(":", "'");
int pointIndex = str.indexOf(".");
int endIndex = pointIndex + 1 + decimalPlac B4J Tutorial [BANano] How BANano.GeoLocation helped us with developing Seeking.Shelter & GPS locations querying from a database - Mashiane    Apr 16, 2021   (2 reactions) Ola Seeking.Shelter is an app for people in distress. It helps one find the police stations, courts, shelters, clinics and hospitals around South Africa. One of the WebApp reviewers made a suggestion to include a "Near Me" functionality, where when selected, it should pick up, the persons device l B4A Question Geolocation runs fine in debug mode but crashes in release mode - ciginfo    Apr 16, 2021 wait for Activity_PermissionResult (Permission As String, Result As Boolean)
If Result Then
GeoLoc.Initialize("GeoLocation")
GeoLoc.GetLocation
GeoLoc.geoAddress
EditText1.Text = GeoLoc.Address
Lati3 = GeoLoc.Lattitude
longi3 = GeoLoc.Longitude
B4A Question How to obtain address from latitude and longitude, without using Google services? - drgottjr (first post)    Oct 25, 2020 i was thinking of geolocation (by @DonManfred). one of the methods involves passing coords and getting the address returned. its main function is to geolocate the user, but in addition to telling you where you are on the planet in terms of latitude and longitude, it can provide the address (if kno B4A Question WebkitLibrariesSet geolocation - Eketerina (first post)    Jun 29, 2023 It's magic. After adding the GoogleMaps SDK, a geo-location request occurs and the map in the webview starts working by itself. Page: 1   2   3   4   5   6   7   Powered by ColBERT |