B4i Tutorial GoogleMaps Tutorial - Erel    Nov 5, 2025   (13 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.
In order to use...://developers.google.com/maps/documentation/ios/start#obtaining_an_api_key
Start with the attached... B4i Library [class]GoogleMapsExtra - Erel    Nov 5, 2025   (6 reactions)   tags: b4i This class extends GoogleMaps library.
Currently it supports:
- AddCircle - Adds a circle at a give point.
- AddGroundOverlay - Adds an image at the given bounds.
- ZoomToPoints
- SetSelectedMarker...
Project is available here: https://www.b4x.com/b4i/files/GoogleMaps.zip
Don't miss the bundle under... 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... B4A Library [B4X][XUI] Scale for Google Maps - Erel    Dec 7, 2017   (11 reactions)   tags: Maps, GPS -cross-platform-native-ui-library.84359/#post-534432 It shows the map scale: https://www.b4x.com....com/pengrad/MapScaleView The code is written in B4X. Usage: - Add MapScale with the designer: https://www.b4x.com/basic4android/images/SS-2017-12-07_11.34.25.png The best way is to put the map itself in a panel and put MapScale above the map and NOT as the the panel's child. - Handle...) MapScale1.Update(Position.Zoom, Position.Target.Latitude) End Sub ... B4i Question GoogleMap CoordinateFromPoint - marcick    Jun 2, 2025 Hi all,
How can I obtain the coordinates of a point that is, for example, at 50% horizontally and 25% vertically on the map view, regardless of the current bearing?... B4i Question GoogleMaps marker Zorder - marcick    May 8, 2025 Good morning everyone. In the example shown in the photo, I placed markers on the map, each with an icon containing a number from 0 to 10, and then selected the last one to open its InfoWindow... B4A Code Snippet [B4X] Custom GoogleMaps - MarcoRome    Jul 17, 2020   (10 reactions) This is an example of how you can customize a Map. Through the B4XCanvas functions it is possible to create the map with photos, text, etc. The classes used are MapScale + GoogleMapsExtra (https... As GoogleMap Private ApiKey As String = "xxxx" Private MapScale1 As MapScale... Attributes #ApplicationLabel: B4i custom Maps #Version: 1.0.0 'Orientation possible values...("Page1") Page1.RootPanel.LoadLayout("1") Page1.Title = "Sicilia Map... B4i Question Google Maps SDK 9.1.1 / Internal Library Version and IOS Version Support. - RichardN    Sep 18, 2024 iGoogleMaps lib version 1.5 but a lower version 1.42 available online ????
Will the GoogleMaps.bundle...Apple have announced that as of May 2025 their Maps SDK will only support IOS version 16 or above... B4i Question Issue with Google Maps Camera Position in 1:1 Panel - ykucuk    Jun 14, 2024 Hello,
I'm encountering an issue with Google Maps in my application. When I use Google Maps in full screen mode, the camera position works correctly. However, when I place the map inside a 1:1... B4i Question iGoogleMaps - POI - RichardN    Dec 14, 2023 Whatever I seem to do..... Googlemap.MapMode, GoogleMapsExtras... there seems to be no control over the appearance of certain layers on Google Maps. I'm talking about hotels, restaurants and other POI.
Is there any way to suppress these?... Page: 1   2   3   4   5   6   7   |