B4i Tutorial GoogleMaps Tutorial - Erel    Jan 30, 2022   (12 reactions)   tags: Maps The iGoogleMaps library allows you to show a map inside your app: http://www.b4x.com/basic4android/images/SS-2014-11-17_09.18.50.png It is similar to B4A GoogleMaps library. 1. In order to use.../GoogleMaps.framework.zip (download it from your Mac). And copy GoogleMaps.framework package to... 5. Copy the GoogleMaps.bundle folder from the example project (under Files\Special) to Files\Special.../GoogleMaps.zip Updates: - GoogleMaps iOS SDK v6.0.1 was uploaded to the builders. Make sure to update... B4A Tutorial [B4X] [B4XPages] GoogleMaps example - Erel    Jul 13, 2020   (11 reactions) 97060 Example of showing a Google map, in a cross platform B4XPages project. The APIs of the three GoogleMaps libraries are quite different from one another, so we need to use platform specific code.../forum/threads/google-maps.63930/#content B4J - https://www.b4x.com/android/forum/threads/56744/#content B4i - https://www.b4x.com/android/forum/threads/47019/#content In B4i you need to add GoogleMaps... the example project from the above tutorial. Note that there was an issue in iGoogleMaps v1.41... Spanish Indice temas con [Solucionado] (Último: GoogleMaps, no me carga el mapa en otros dispositivos) - Heppy    Aug 9, 2016   (9 reactions) -osm.63412/ Intentando utilizar GoogleMaps https://www.b4x.com/android/forum/threads/intentando.../android/forum/threads/solucionado-clase-expandable-panels-con-lista.65896/ GoogleMaps problema al... configurar GoogleMaps https://www.b4x.com/android/forum/threads/solucionado-gran-duda-al-configuracion.../threads/solucionado-como-adicionar-iconos-a-la-barra-superior.69742/ GoogleMaps, no me carga el mapa en.../android/forum/threads/solucionado-condición-para-el-emulador.61383/ Buscar en Google Maps https... Other Java 9 and WebView (and GoogleMaps) - Erel    Oct 24, 2017   (8 reactions) There is an issue with the first version of Java 9 that causes WebView to not show anything unless the WebView is created after the form is shown. The workaround is simple, make sure to show the form before you load the layout.... B4A Tutorial Google Maps - Erel    Jul 7, 2025   (36 reactions)   tags: Maps, GoogleMaps, GPS, Erel, Map, Google Mpas . If you don't see it then make sure that the GoogleMaps library is selected. You can change... a reference to the GoogleMap object. Complete code: Sub Class_Globals Private Root As B4XView Private xui As XUI Private MapFragment1 As MapFragment Private gmap As GoogleMap Private rp...41895 Installation instructions: - Register your app in Google developer console: https://console.developers.google.com You need to enable Google Maps Android API. Then click on Credentials ->... B4J Question Waiting for JavaFX WebView and GoogleMaps - MarcoRome    Mar 5, 2025   (4 reactions) does not bring back all the magnificent functions of jGoogleMap 2.01 but which to possibly display...Hi All.
Connecting to this thread:
https://www.b4x.com/android/forum/threads/jgoogle-maps-2-01... B4J Library jGoogleMaps library - Erel    May 22, 2025   (24 reactions)   tags: google map, WebView This library is similar to B4A and B4i GoogleMaps libraries. https://www.b4x.com/basic4android... with GoogleMaps JavaScript API V3. Using the map is quite simple. You need to initialize GoogleMap and then wait for the Ready event. GoogleMap.AsPane returns the pane that holds the map. You should add...The latest version of Google Maps isn't compatible with JavaFX WebView. Don't use.... Updates: V2.01 - Sets the Google Maps Javascript SDK version to 3.56. There is currently an issue... B4J Question GoogleMaps Marker - Dragged To New Location - Where? - RichardN    Oct 5, 2020 If you move a draggable Marker to a new location there is no exposure of it's new LatLng position as there is no Marker_Drop event to exploit. How is it possible to read the new position? Is it possible to listen for this event?... Share My Creation GoogleMapsDemo - klaus    Apr 30, 2024   (25 reactions)   tags: GoogleMaps Some time ago I played a lot with GoogleMaps according to this post: https://www.b4x.com/android... I found in the forum. You can draw different shapes, markers or InfoWindows onto a GoogleMap and edit their properties. The project has a Pane for the GoogleMap and three Canvases. One Canvas to draw...: https://www.b4x.com/android/forum/threads/calcolare-superficie-con-google-map.91740/#post-580370 I added the area calculation. ATTENTION: the jGoogleMaps library needs Java 19 ! And, as it might... B4A Question GoogleMap panel resize - marcick    Aug 31, 2016 I have moved to the new tutorial https://www.b4x.com/android/forum/threads/google-maps.63930/ Mapfragment1 is inside a panel and has horizontal and vertical anchor to BOTH so it fill the entire panel (in the designer) I can in the code move the panel, but if I just resize it, the map does not resize. Where I'm wrong ?... Page: 1   2   3   4   5   6   7   |