I have downloaded and tested many (all I could find) sample projects to do with Google Maps. Some work, most do not, but all I want to do is display a map, preferably with a location point on it.
It needs to run with B4A (eventually B4i). I have samples which partially work on B4J using a Goggle API Key (which I have purchased), but the equivalent B4A app doesn't use an API Key and also does not work.
All I want is a simple project that actually works
I found this, which looks like it will do what I want, but it is not a project (I am too much of a learner at this stage)
Thanks for your continuing help and patience with my many questions
It needs to run with B4A (eventually B4i). I have samples which partially work on B4J using a Goggle API Key (which I have purchased), but the equivalent B4A app doesn't use an API Key and also does not work.
All I want is a simple project that actually works
I found this, which looks like it will do what I want, but it is not a project (I am too much of a learner at this stage)
[B4X] Google Geocoding REST API
This code is compatible with B4A, B4i and B4J. 1. Get an API key: https://developers.google.com/maps/documentation/geocoding/get-api-key 2. Sub PlaceToLatLon(Place As String) As ResumableSub Dim res() As Double = Array As Double(9999, 9999) Dim j As HttpJob j.Initialize("", Me)...
www.b4x.com
Thanks for your continuing help and patience with my many questions