google maps

  1. A

    Android Question Open some app's feature

    Hello, I need to the user to do something on another app (for example google maps), I don't want the user to go to the app, click on an option. set parameters and submit - I need to automatically open the app for the user, get and set the parameters, and the user will be only need to submit...
  2. A

    Android Question Live location of user

    Hello, I just discovered an option for anyone to share his live realtime location with google maps app https://support.google.com/maps/answer/7326816?co=GENIE.Platform%3DAndroid&hl=en Does anybody know if there is an option to get the user only to accept the location sharing(so the user don't...
  3. A

    Android Question Google maps overzooming

    Hello, looking for overzooming (> 21) in google maps. is there any solution ? Kind regards... Volker
  4. Pedro Caldeira

    B4J Question Google maps API Key

    Hello All, Two questions. first, where do we enter the Google maps API Key in B4J code ? Second, is the API key paid for ? Regards
  5. Richard Goh

    Android Question Google Maps Example Works On Debug But Crashed On Direct Run

    Hi, I have a very weird behavior on this Google Maps example program https://www.b4x.com/android/forum/threads/google-maps-with-fusedlocationprovider.83876/. This example is working in debugging mode with stepping through the code. But it's will crash when I direct run without step into the...
  6. carlos7000

    Spanish Mapa de Google Maps, no funciona en modo Release.

    Hola a todos. Estoy tratando de crear una sencilla aplicación que muestre un mapa de Google maps. Seguí todas las instrucciones de que encontré en https://www.b4x.com/android/forum/threads/google-maps.63930/ Casi siempre al crear un programa lo voy probando en modo Debug. Eso hice con este...
  7. carlos7000

    Spanish Habilitar customView [solucionado]

    Hola a todos. Estoy intentando crear una sencilla aplicación me muestre un mapa de Google map. Pero el primer escollo que encuentro, es que en el Diseñador visual esta deshabilitado el objeto customView. Segun las instrucciones en...
  8. S

    Android Question Invalid resource directory name

    Hello, I have a big project which worked perfectly fine on version 7.x of B4A, I've now upgraded to 8.3 and now when I run the project i get: B4A Version: 8.30 Parsing code. (0.00s) Compiling code. (0.05s) Compiling layouts code. (0.00s) Organizing libraries. (0.00s) Generating R...
  9. T

    Android Question Issue with Google Maps in newer SDK

    Hello, I was trying to follow the instructions in the "Google Maps V2 Tutorial" but I found a problem. The most recent SDK, does not have the "google-play-services.jar" file. I have installed several APIs, from 7 (Android 2.1) to 24 (Android 7). The Google Play Services installed is revision...
  10. A

    Android Question Google Maps tutorial problems

    Hello, I'm new to android world and to B4A enviroment. I need to practice with google maps, so I read this topic https://www.b4x.com/android/forum/threads/google-maps.63930/#post-404386. i follow this step: 1 Read article and download last release of GoogleMaps library 2 Put GoogleMaps.jar and...
  11. Pedro Caldeira

    Android Question Street View tour

    Hello All, I was wandering if it would be possible to do something like CycleVR in B4A Can we download and move through a google street animation in order to look like we are there ? Like this example
  12. Alexander Stolte

    iOS Question Google Maps get current position per code

    Hey, I can not determine the current position. How does work in B4I? My current code: Private Sub AddMap gmap.Initialize("gmap", Main.API_KEY_2) pnl_gmap.AddView(gmap, 0, 0, 100%X, 100%y) 'gmap.MapType = gmap.MAP_TYPE_TERRAIN gmap.GetUiSettings.CompassEnabled = False...
  13. juniorteacher

    Android Question Add Marker Like Google My Maps

    how to add marker in map, like Google My Maps ? by moving the map and map marker stay in middle of the map.
  14. Alexander Stolte

    Android Code Snippet [B4X] Check if Google Street View is available

    This code check's easy and fast if Google Street View is available. You need the latitude and longitude. You can here get a API Key. Here you can more read about this. Sub isStreetViewAvailable(lat As Float, lon As Float) Dim j As HttpJob j.Initialize("", Me)...
Top