B4i Question Google map appears in gray - Erel (first post) Jul 06, 2023 It is probably related to the api key. Maybe the key is restricted to a specific package name.
Make a test and change the package name of the non-working app. B4i Question Google Maps Behaviour - Pedro Caldeira (first post) Jun 20, 2023 (1 reaction) I had the GoogleMaps bundle folder, but probably something changed in between, or I had some damaged file.
I copied it from the example, and all works now. Thanks. B4i Question Google Maps does no show the map - Erel (first post) Oct 27, 2021 (1 reaction) You need an iOS key. B4i Question Google Maps SDK 9.1.1 / Internal Library Version and IOS Version Support. - Erel (first post) Sep 19, 2024 (3 reactions) I see. At some point I will update Google Maps SDK and the minimum version will be increased. I will try to warn before making this change. It will not happen immediately. B4i Question Google Maps boundaries - cwt (first post) Jan 12, 2021 (1 reaction) Thanks - that works great Wish Google Maps SDK for iOS Utility Library - Andrew (Digitwell) Sep 03, 2018 (3 reactions) Is it possible to create a wrapper for this open source library https://github.com/googlemaps/google-maps-ios-utils It contains some interesting features including Map Clustering, Heatmaps etc There is also a corresponding Android library B4i Question Local Builder GoogleAppMeasurementIdentitySupport error - jahswant (first post) May 11, 2023 for Google maps copy the content of the folder .framework. B4i Question show only polygon limits on google maps - Erel (first post) Aug 19, 2022 (1 reaction) 1. You cannot hide parts of the map.
2. https://www.b4x./?query=point+in+polygon B4i Question Google Maps Project - Calculating Distances in iOS - marcick (first post) Sep 17, 2016 (1 reaction) Yes, Ilocation Library
Dim Location1, Location2 As Location
Location1.Initialize2(From.Latitude, From.Longitude)
Location2.Initialize2(To.Latitude, To.Longitude)
Dim Distance As Int = Location1.DistanceTo(Location2) B4i Question Google Maps - Alternative Markers - Erel (first post) Jul 25, 2018 (1 reaction) Check AddGroundOverlay: https://www.b4x.-googlemapsextra.56871/ Page: 1 2 3 4 5 6 7 Powered by ColBERT |