1,372 questions
1
vote
0
answers
247
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
64
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
52
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 ...
0
votes
0
answers
77
views
Coordinate function in Google Maps API polygon?
Is anyone familiar with Google Maps API and putting polygons onto a still map?
I have a lot of coordinates I want to place down, but it's difficult to copy and paste every single one into the ...
0
votes
0
answers
43
views
How to handle overlay with image bigger than 600x600 with Metal renderer?
I am currently using Google map overlay with GMSServices.setMetalRendererEnabled(false) to be able to see image bigger than 600x600.
I know the setMetalRendererEnabled is deprecated, so what solution ...
0
votes
0
answers
99
views
Exec format error with custom iOS framework running on simulator
I'm building an iOS application that uses GoogleMaps iOS SDK. I added the SDK with Swift Package Manager, and it worked; however, the previews are not working anymore because Google Maps SDK is a ...
2
votes
1
answer
177
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
370
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
237
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
141
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
172
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
115
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
332
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
...
0
votes
0
answers
770
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
127
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 ...