1,370 questions
0
votes
1
answer
123
views
iOS framework build fails with google_maps_flutter ^2.14.2 when running flutter build ios-framework
I am trying to generate iOS frameworks from a Flutter module using the flutter build ios-framework command. The build fails during the plugin compilation stage when the google_maps_flutter plugin is ...
1
vote
0
answers
292
views
Map markers cut off when applying ignoresSafeArea() with Google Map
I'm using the iOS Google Maps SDK to show maps in my app.
On my maps, I also show some map markers.
This has been working great, however I want the map to ignore the safe areas of the device so that ...
0
votes
1
answer
82
views
After setting isNavigationEnabled to true, the map automatically switches to light mode
I was originally using dark mode when the OS is in dark mode.
mapView.overrideUserInterfaceStyle = .dark;
mapView.isNavigationEnabled = true // this line forces the UI to return light mode
Any hints ...
0
votes
0
answers
69
views
GMSMapView Any way to put user location on top of marker layer?
Running into a problem where the blue user location dot can get hidden beneath markers. I am trying to figure out a way so that the user location will always appear over top of the markers instead.
I ...
2
votes
1
answer
215
views
Flutter Google map gestures not working inside modal bottom sheet
I'm implementing a bottom sheet in my Flutter app to select a location using Google Maps. While the map displays correctly, gestures like pinch-to-zoom and scroll (pan) do not work when interacting ...
-2
votes
1
answer
465
views
[GMSx_SRLRegistry internalService:scopeTags:]: No binding was found for required, single-bound service: GMSAnalyticsLogging_API
I create a iOS framework project which use GoogleMaps iOS SDK (version: 8.4.0, include from CocoaPods) and aggregate it as XCFramework Lib.
And Other iOS App project try to include My XCFramework Lib ...
1
vote
0
answers
277
views
Trying to add google-maps-ios-utils with SPM but getting 'checksum' error [iOS]
After fetching 'GoogleMapsUtils' dependencies, it just shows this error:
checksum of downloaded artifact of binary target 'GoogleMapsUtils' (...) does not match checksum specified by the manifest (...)...
1
vote
0
answers
152
views
Google maps SDK doesn't show maps on iOS app
I am trying to implement Google Maps SKD to an iOS app.
The location dot, google logo, and go to my location button are visible, but not the maps.
I try different thinks but none of those works.
My ...
0
votes
0
answers
181
views
GMSPinImageOptions - Not able to find "GMSPinImageOptions" in scope iOS
I am using Google Maps SDK in my iOS app. When I try to use GMSPinImageOptions in my code. I am not able to use it even though I have imported GoogleMaps. It keeps saying,
Cannot find '...
1
vote
0
answers
121
views
Crash in Google maps cocoapod in iOS project
My project is using GoogleMap (8.3.0) version. It is working all good.
But suddenly it is crashing with the error :
*** -[__NSDictionaryM setObject:forKeyedSubscript:]: key cannot be nil -[...
-1
votes
2
answers
362
views
GoogleMaps - App Crash when init GMSMapView
When I try to initialize the map, app crashed. I have same issue in UIkit.
I try clean pods, update pod and clean project. Last week it was working correctly, no joke
iOS: 16.2
iPhone: 14 plus
...
1
vote
0
answers
837
views
Google Maps showing blank screen only on iOS testers device
i have recently uploaded an app to App Store review and after several attempts to make location work, I think I made it.
The problem is that my map is not loading at all, it only shows a blank page ...
0
votes
1
answer
142
views
Googlemaps delegate methods never fired in iOS SwiftUI
Intergated the Google maps via SPM and maps seems to loaded correctly with few markers on the map, but I wanted to know when the map is fully loaded and when the map is moved etc..
For that we can use ...
0
votes
1
answer
81
views
GMSMarker infoWindow - data not updating
What I am trying to accomplish is to refresh the map every X seconds. When doing so, I want to update the content of info window of selected marker. However, the marker data is updated (tried with lat/...
1
vote
1
answer
184
views
Google Map layer snapshot in iOS 17.2 is blank
I have developed an iOS app (way back with ObjectiveC) which creates an image of the current Google Map on the screen. I always have used this code, which ran fine:
...