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 Code Snippet [B4X] Google Geocoding REST API - Erel    Dec 12, 2019   (26 reactions) Usage example:
Wait For(PlaceToLatLon("Israel Yodfat")) Complete (ll() As Double)
If ll(0) <> 9999 Then
Log("Location: " & ll(0) & ", " & ll(1))
Else
Log("Failed to geocode.")
End If B4A Question Background location tracking - address - Erel (first post)    Sep 25, 2020   (1 reaction) It is called geolocation or geocoding. Many relevant discussions. Here is one: https://www.b4x.com/android/forum/threads/b4x-google-geocoding-rest-api.83870/ B4A Question Q: regions in a specific area of the Google map - DonManfred (first post)    Dec 23, 2019   (1 reaction) You probably can use Google Geocoding Api. Or Places api.
You also can use 3rd party APIs like, for example, Geonames (requires creating an account). B4A Question Open Maps from the app starting from my location to another - Andrew (Digitwell) (first post)    Nov 14, 2022 You need to be using the Geocoding API. https://developers.google.-geocoding This will convert an address to a lat/long you can then use the lat/long to change the camera position. B4A Question Adress to Coordonates GPS location - Andrew (Digitwell) (first post)    Apr 12, 2021   (1 reaction) Did you enable the GeoCoding API in Google Cloud Platform?
Did you set up your billing details?
See here: (my Emphasis)
https://developers.google.-api-key B4A Question Geocode Library - DonManfred (first post)    Oct 02, 2020   (1 reaction) I suggest to use the google api using REST Calls. This may give you the best (and up to date) results.
Google Geocoding REST API B4A Question Geocoding Limits - DonManfred (first post)    Sep 09, 2019   (2 reactions) https://developers.google.-and-billing
- GeoCoding api need a billing setup in your project. You can use the free quota. but if you go over the Quota you need to pay.
- Geocoding needs a Api key for each request. B4A Question [SOLVED] Geocoder Does Not Return any Addresses - mmieher (first post)    Jan 28, 2019   (1 reaction) Solved the problem. I had to enable GeoCoding API on Google console. B4A Question Route between multiple points google maps - TILogistic (first post)    Nov 02, 2022   (1 reaction) Option 2:
if you have the addresses, find the latitude and longitude and draw a polyline between the points.
use:
https://www.b4x.com/android/forum/threads/b4x-free-geolocation-nominatim-geocoding-api.131804/
135557 Page: 1   2   3   4   5   6   7   Powered by ColBERT |