B4A Tutorial Google Maps - Erel    Aug 21, 2019   (34 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 ->... folder. Add a reference to the GoogleMaps library.
- Add this to the manifest editor (replace... B4i Tutorial GoogleMaps Tutorial - Erel    Jan 30, 2022   (9 reactions)   tags: Maps The iGoogleMaps library allows you to show a map inside your app:
http://www.basic4ppc.com/basic4android/images/SS-2014-11-17_09.18.50.png
It is similar to B4A GoogleMaps library.
1. In order to... 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   (10 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... B4A Tutorial Google Maps with FusedLocationProvider - Erel    Sep 13, 2017   (8 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... B4A Tutorial OSMDroid - MapView for B4A tutorial - warwound    Mar 26, 2012   (7 reactions)   tags: GPS, Erel, map -official-updates/16309-osmdroid-mapview-b4a.html#post92643.
AIM: Create and initialize a MapView, enable the map zoom controller and multitouch controller, set a zoom level then center the map... B4A Tutorial GOOGLE MAPS ON WEBVIEW (No API key) - Tayfur    Jul 8, 2020   (12 reactions) Edit by Erel: Don't use WebView for this. Unlike Google Maps SDK, it is not free, more difficult to implement and Google Maps SDK will work better.
https://www.b4x.com/android/forum/threads... B4A Tutorial Android JSON tutorial - Erel    Feb 7, 2021   (11 reactions)   tags: Json objects are converted to Maps and JSON arrays are converted to Lists. We will read this string from a file added by the files manager (Files tab). Dim JSON As JSONParser Dim Map1 As Map JSON.Initialize(File.ReadString(File.DirAssets, "example.json")) Map1 = JSON.NextObject Dim m As Map 'helper map for navigating Dim MenuItems As List m = Map1.Get("menu....NextObject parses the string and returns a Map with the parsed data. This method should be called when... B4J Tutorial [ABMaterial] GoogleMaps - GeoZones - Harris    May 14, 2017   (9 reactions) ABMaterial includes the GoogleMap object (class - API exposure) to allow us to do some interesting tasks. The basics are now supported but I am sure it will expand in the future. I have implemented....GoogleMapsAPIExtras="key=xxxxxxxxxxx-xxxxxxxxxxxxxx&libraries=geometry,places" My apps (B4A and... (up hill both ways - tundra stomping is always up hill)... No More Field Work! Click your google map... / pic) Button "Clear All" - clears the map of all polygons, polylines and markers Grid 1... B4J Tutorial [BANano] Serializing & De-Serializing Objects - "Type" to Json/Map and back - Mashiane    Sep 18, 2020   (5 reactions) Ola M sitting here and thinking if I can work with a "type" object as a "map"....ProductKey) Log(fromJSON) Q. What if you want to use the type as a MAP object? Convert the JSON string to a map and update the amount (Note the prefix _) 'comvert the serialized JSON to Map Dim orderMap As Map = BANano.FromJson(toJSON) Log("Type to Map") Log(orderMap) orderMap.put("_amount", 1000.00) Convert the MAP back to the Type 'convert a map... Page: 1   2   3   4   5   |