1,372 questions
0
votes
0
answers
32
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
59
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
29
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
76
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 ...
0
votes
0
answers
75
views
Google Maps iOS SDK: Custom marker iconView with SwiftUI
I am trying to create a custom iconView using SwiftUI for may Google Maps markers:
struct CustumMarkerView: View {
let inter15_500 = Font.inter(size: 15, weight: 500)
let destination: POILocation
...
2
votes
1
answer
122
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
291
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 ...
0
votes
0
answers
92
views
Compatibility of react-native-maps 1.18.0 with Maps SDKs
Iβm currently working on a React Native project. Iβm having trouble finding specific information about which versions of the Google Maps SDK for Android and iOS are compatible with/correspond to which ...
1
vote
0
answers
191
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
126
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
160
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
107
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
292
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
725
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
117
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 ...