B4A Question GPS address to location - Yayou49    May 15, 2017   (1 reaction) Hi,
Is it possible with the GPS library to get the location (lon/lat) with a full text address ?
I mean, input: "16 baker street, London" and ouput gives (lon/lat) ?
If not, which is the best solution to do that ?
Thanks in advance. B4A Question Geofence detects entry to area but not exit??? - emexes (first post)    Oct 19, 2023 Replies to this post:
https://www.b4x.-check-current-location-to-detect-arrival-at-a-particular-site.155177/#post-960935
will get you the "GPS coordinates" (latitude and longitude) of the job site address, and then with this post:
https://www.b4x.com/android/forum/threads/how-to-calculate-distanc B4A Question when do apps not sequentially execute instructions - jamesnz (first post)    Jun 03, 2019   (1 reaction) Sub () As Boolean
Dim result As Boolean = True
Dim l As Location
l.Initialize2(-37.7738616,175.2755251)
Dim O As Location
O.Initialize2(Origin.Latitude, Origin.Longitude)
Log("distance moved since geode, or geocode error is : " & O.DistanceTo B4A Question Auto check current location to detect arrival at a particular site? - tsteward (first post)    Oct 13, 2023 I can get the address in currently at. I've convert GPS to address no problem.
What I haven't learnt yet is when a customer rings and gives me their address I need to get the GPS.
Anyway will read up on this thanks guys. B4J Tutorial ? [B4X] [XUI] [B4XPages] Using B4J public internet IP address to create a BASIC weather app - Newer developers - Peter Simpson    Feb 10, 2021   (14 reactions) CLICK HERE to register for FREE at OpenWeather to use their weather API. PLEASE NOTE: As the weather forecast in this particular app is based on your public internet IP address, the weather forecast could be a few miles away (1.4 miles in my case), that's close enough ;) https://www.b4x.com/androi B4A Question Using Nominatim as a reverse geocoder, we all know that google api will start billing your queries - jose luis gudino (first post)    May 11, 2019   (1 reaction) exactly. I have a GPS platform and consult more than 1000 addresses per second, 24 hours a day B4A Question Gps library - Isac (first post)    Jan 22, 2015 I see nothing in the label, but it is correct to put a NULL?
Sub GPS_LocationChanged (Location1 As Location)
lon1 =Location1.Latitude
long2 =Location1.Longitude
Label1.Text="Latitude: "&lon1
Label2.Text="Longitude: "&long2
geo.GetFromLocation(long2,lon1,2,Null)
End Sub
B4A Question Get the detailed address from Google Map Extra - Wolli013 (first post)    Jun 10, 2017   (1 reaction) Example, not running alone Sub GPS_LocationChanged (Location1 As Location) GeoLat = Location1.Latitude GeoLong = Location1.Longitude 'Log (GeoLat & " , " & GeoLong) 'Autodatenübernahme----------------------------------------------------------- Dim Latitude, Longitude As D B4R Library rGPRMC - rwblinn (first post)    Jul 04, 2021   (7 reactions) Private FirstTime As Boolean = True ' LCD 2004 Private lcd As LiquidCrystalI2CEX ' Helper to get GPRMC Lat indicator as String in the log Private bc As ByteConverter End Sub Private Sub AppStart serialLine.Initialize(SERIALLINE_BAUD) Log("GPRMC Test - LCD Display v20210704") B4A Question Place Picker in Google Map - TILogistic (first post)    May 04, 2021   (1 reaction) another way: have the user press the marker and find the direction where they want to move the marker, or find the address where you want to move the marker You can use this which is very useful (Does not require Api-Key) to search for addresses or locations https://www.b4x.-to-coordonates-gps Page: 1   2   3   4   5   6   7   Powered by ColBERT |