Questions tagged [google-maps-sdk-ios]

The new Google Maps SDK for iOS allows users to view and interact with a Google map in your iOS app.

The new Google Maps SDK for iOS allows users to view and interact with a Google map in your iOS app. With rotation, tilt, 3D buildings and many other features, you can create highly interactive apps for your users.

Google Maps SDK for iOS Documentation

1363 questions
-2
votes
1 answer

GMSMapView not loading?

I'm trying to generate a map using the GoogleMaps SDK, I had previously generated a map using the lines "let map = GMSMapView()" and then setting the view with "self.view = map" and that worked like a charm, but then I switched over to this more…
-2
votes
1 answer

How to style Google Maps in SwiftUI with JSON

I am new to XCode 11 and SwiftUI and have been following a tutorial (famous last words): https://developers.google.com/maps/documentation/ios-sdk/styling, trying to create a custom Google Maps interface using the Google Maps SDK. I have a basic map…
Griffin92
  • 15
  • 5
-2
votes
1 answer

Swift Google Maps SDK, navigation inside my app

It's possible with Google Maps's SDK to start a navigation with directions from point A to point B? For having something like this:
Fabio Cirruto
  • 71
  • 1
  • 7
-2
votes
1 answer

How to export saved places from google maps to my application mobile using google maps sdk for ios

Is it possible to export saved places from Google Maps to my application mobile, using Google Maps SDK for iOS or Android.
-2
votes
1 answer

Is it possible to get turn by turn directions using Google Maps Api in iOS?

I am looking for a way to get or make turn by turn navigation using Google Maps Api in swift. I've done drawing polylines from source to destination using GoogleMaps Api but still couldn't find a way to do turn by turn navigation. Is it…
Mahamudul Hasan
  • 452
  • 3
  • 13
-2
votes
1 answer

Google Maps iOS made my app crash : animateToCameraPosition:camera

I have symbolicated my crash report from Apple, and I can see that my Google Map SDK made my app crash... Here is my code Contact.h : @interface Contact : UIViewController -…
xcode_Dev
  • 237
  • 4
  • 16
-2
votes
1 answer

Where is the "HMAppDelegate.m" file? - Google Maps SDK for iOS

I am trying to follow these instructions: Edit the HMAppDelegate.m file. In the line: [GMSServices provideAPIKey:@"YOUR_API_KEY"]; Replace YOUR_API_KEY with your key. Problem is I don't know where to find the HMAppDelegate.m file. SOLVED: iIt was…
-2
votes
2 answers

On Info Window Click in iphone

I want to show a small window on the click of info window in iphone google maps. I want that when the user will tap on the marker, info window will appear. And on the tap of that info window, another window should appear. In android, there is a…
Hawk-Eye
  • 400
  • 1
  • 7
  • 23
-2
votes
1 answer

How to create Google Maps SDK API key for iOS

I have decided to use Google Maps SDK for iOS. There's an instruction for obtaining the API key through Google APIs Console: Create an API project in the Google APIs Console. Select the Services pane in your API project, and enable the Google…
quarezz
  • 454
  • 1
  • 6
  • 11
-3
votes
1 answer

Google maps url to goole maps sdk

Can I use shared location or route url via google maps in sdk. For example, can I open the route url I created on google maps in my own application? example link: https://goo.gl/maps/n15Bt48Bu5nWap8B8 Thanks
-3
votes
1 answer

How do you get all the businesses within 10 miles of my location in Swift using corelocation?

I want to get all the businesses within 10 miles of my location in Swift. I tried using the geocoder from CoreLocation and GoogleMaps and it gives me random places but I just want to see all the businesses near my location. Is that possible or do I…
Jov
  • 31
  • 1
  • 9
-4
votes
1 answer

Adding pictures to locations in Google IOS Maps SDK

How do I add pictures to a location where I have a marker in Google Maps IOS SDK?
-5
votes
1 answer

How do I get the Lat Long of where the user tapped? in Swift v3 and google maps sdk

I'm coding an app in Swift3. I'm using the google maps sdk. I've implemented a GMSMapView. I'm trying to ascertain what lat long that the user tapped in the GMSMapView. Below is the reference for the android development version of what I think…
Neo42
  • 642
  • 3
  • 10
  • 31
1 2 3
90
91