Urgent! Help with Googlemaps

Beja

Expert
Licensed User
Longtime User
If you are comfortable with Googlemaps automation then please pm me.
a very simple project to geocode and reverse-geocode addresses and lat-lons.
Budget around £50 depends on quality of code.
 

Spinter

Active Member
Licensed User
Longtime User
I created this with the version 4.2 beta version 4.0 if you just copy that, see if they can fit you,
then if you need help you can.
excuse my english with google translate!
Change you package name
Change Path librery gogle-play-services




'library Used
'Tutorial google maps
'https://www.b4x.com/android/forum/threads/google-maps-android-v2-tutorial.24415/
'Geocoder 2.01
'https://www.b4x.com/android/forum/threads/geocoder-library.17115/


GogleMapsGeo-1.0 Various functions google map + geocode
GogleMapsGeo-1.1 Various functions google map + geocode and reverse-geocode
GogleMapsGeo-1.2 Simplified to better understand geocode and reverse-geocode
 

Attachments

  • GogleMapsGeo-1.0.zip
    5.7 KB · Views: 177
  • GogleMapsGeo-1.2.zip
    5.5 KB · Views: 194
  • GogleMapsGeo-1.1.zip
    6 KB · Views: 185
Last edited:

Beja

Expert
Licensed User
Longtime User
Thanks Spinter,
will check this.. Is 1.2 the last version?
 

Spinter

Active Member
Licensed User
Longtime User
and always the same, and all three can be useful

GogleMapsGeo-1.0 Various functions google map + geocode
GogleMapsGeo-1.1 Various functions google map + geocode and reverse-geocode
GogleMapsGeo-1.2 Simplified to better understand geocode and reverse-geocode
 

Beja

Expert
Licensed User
Longtime User
Spinter,
I think I am missing a lib.. will check again.

Generating R file. Error
ERROR: resource directory 'C:\Android\sdk\extras\google\google_play_services\libproject\google-play-services_lib\res' does not exist
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hello dear Beja,
Probably the Google Play Services lib that you will find into your Android SDK's folder
c:\Android_SDK\....
And if you don't find it inside that folder (follow the path), check if you can not install it from the "Extras" section of your SDK manager

extras.png
 

Spinter

Active Member
Licensed User
Longtime User
Follow the tutorial is important
https://www.b4x.com/android/forum/threads/google-maps-android-v2-tutorial.24415/


first you have to download the library with Google Play Services SDK
and then change the path

#Region Module Attributes
#FullScreen: False
#IncludeTitle: True
#ApplicationLabel: Geocoder Demo
#VersionCode: 1
#VersionName:
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: False



'change path to you position google-play-services_lib

#AdditionalRes: C:\Android\sdk\extras\google\google_play_services\libproject\google-play-services_lib\res, com.google.android.gms
#End Region
 

Beja

Expert
Licensed User
Longtime User
Hi, and thanks..
Using Sdk manager.. it was rev 13.. now downloading,,
It was rev 13, but the one now being installed is rev 24..
 

Beja

Expert
Licensed User
Longtime User
Can't install... the install button is grayed out even after clicking on Accept License

packInstall.jpg
 

Beja

Expert
Licensed User
Longtime User
Now lost zipalign.exe and can't find it anywhere
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
Excuse me, have you installed the tools ?

zipalign.exe is inside
C:\SDK_folder\build-tools\21.1.2

SDK.png
 

Spinter

Active Member
Licensed User
Longtime User
for my experience bubu SDK download again after work !!!
The file you downloaded then copy them to the Inner without re-download them just do not delete the folder, rename SDK only.
 

Beja

Expert
Licensed User
Longtime User
Dear thelemonisdead..
I have been working with b4a for a long time and wrote many apps.. does that mean the tools is installed?
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
does that mean the tools is installed?
Probably dear Beja but as you did update your SDK...:)

And about the greyed button, did you tried to select one of the sub line to see if the button would be active ?
I am sorry not being able to help more :(
 

Beja

Expert
Licensed User
Longtime User
I hope Etrel or someone who has a copy of that file makes it available here, or on the library section.
zipalign.exe
If the problem is just one file that can be copied then it should be available I believe, unless it doesn't violate Google rights.
 

Beja

Expert
Licensed User
Longtime User
Thanks Erel,
everything now is back on track..
Thanks to Spinter and lemonisdead
 
Top