B4A Tutorial Google Maps - Erel    Jul 7, 2025   (36 reactions)   tags: Maps, GoogleMaps, GPS, Erel, Map, Google Mpas ://console.developers.google.com
You need to enable Google Maps Android API.
Then click on Credentials ->.../>
)
- Add a MapFragment with the visual designer. It will appear under the CustomView menu...  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...  B4A Tutorial (old) Google Maps Android v2 tutorial - Erel    Feb 24, 2016   (13 reactions)   tags: googlemaps /threads/google-maps.63930/#post-404386
GoogleMaps library requires v2.50 or above.
GoogleMaps library allows you to add Google maps to your application. This library requires Android 3+ and will only... for showing a map.
1. Download Google Play services - From the IDE choose Run AVD Manager and then...  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...  B4J Tutorial [ClassFromLayout] Why provide a Map interface for data in ClassFromLayout? - stevel05    Jul 15, 2025   (3 reactions) Relates to Project: ClassFromLayout 165128 It may seem a little over the top to provide a map interface to set and get data from a class using a map, but there are several good reasons to consider it. 1 Map Vs Type list. Data Storage and Compatibility: Storing data in Types allows for simple saving using RandomAccessFiles B4xObject. The same applies to Maps. However, problems can occur when... methods to initialize new values, otherwise they will be null. Maps simplify this process... B4J Tutorial [Web] [SithasoDaisy5] Using LeafLet Maps - Mashiane    May 25, 2025   (5 reactions) Hi Fam
The next update of SithasoDaisy will have Leaflet Maps. These will be available via the abstract designer...
164326
One will be able to trap both map and marker events...
So far, we...  B4A Tutorial Google Maps with FusedLocationProvider - Erel    Sep 13, 2017   (10 reactions)   tags: Fusedlocation provided Google Maps uses the GPS as its location provider. It will not show the current location if GPS.... It will raise when the source is activated.
3. Set the map source by calling setLocationSource.
4...  B4J Tutorial Bifurcation Map (Java-Logistic-Map) - Johan Schoeman    Jun 3, 2023   (4 reactions) 
From the Github posting:
Simulation of the logistic map function X(n+1) = A, showing chaotic behavior for A values ~3.6 to 4
Description: The logistic map is the function X(n+1) = A, a time series...  B4J Tutorial [B4X]Convert Complex Structures of Lists and Maps to YAML Strings: can also be used to convert JSON to YAML. - William Lancee    Sep 13, 2024   (10 reactions) Convert Complex Stuctures of Lists and Maps to YAML Strings: can also be used to convert JSON to... in the wrapper.
However, once you have a B4X structure of maps and lists it is not hard to render...  B4A Example [B4X] AS Scheduler - MonthView HeatMap - Alexander Stolte    Jan 23, 2024   (4 reactions) Function" to "HeatMap" -Done Customizing You can set your own colors Dim HeatColor As List : HeatColor.Initialize HeatColor.Add(ASSchedulerUtils.CreateASScheduler_HeatMapColor(xui....CreateASScheduler_HeatMapColor(xui.Color_ARGB(255,140, 198, 101),2,xui.Color_White)) HeatColor.Add(ASSchedulerUtils.CreateASScheduler_HeatMapColor(xui.Color_ARGB(255,68, 163, 64),4,xui.Color_White)) HeatColor.Add(ASSchedulerUtils.CreateASScheduler_HeatMapColor(xui.Color_ARGB(255,30, 104, 35),7,xui.Color_White... Page: 1   2   3   4   5   6   7    |