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
7
votes
2 answers

Choosing native Apple or Google Maps SDK for iOS app

 This is a less programmatic and more service related question.   I used apple native maps API which integrated google maps service before iOS6 independent apple maps release. So now I am confused between selecting Apple & Google Map.   After…
Vacca
  • 1,219
  • 16
  • 26
7
votes
1 answer

Google Maps SDK for iOS keeps increasing usage of memory

I've built a simple application that shows markers on map ,and I load its x,y from JSON file from a server the markers are click-able so once you on any marker it takes you to another UIViewController (Let's name it BViewController). I've monitored…
7
votes
1 answer

Does the google maps sdk for iOS allow caching for offline use?

Does the google maps sdk for iOS allow caching for offline use? Just like the Google Maps app now allow offline interaction, I was thinking if it also aplied to apps created with the latest sdk. Note: I've been around StackOverflow for sometime…
StinkyCat
  • 1,236
  • 1
  • 17
  • 31
7
votes
2 answers

GMSMapView myLocation not giving actual location

I have a GMSMapView properly loaded and working inside my viewcontroller what i'm not being able to do is setting the GMSCameraPosition around my location this is my code: mapView_.myLocationEnabled = YES; CLLocation* myLoc = [mapView_…
Zerho
  • 1,440
  • 4
  • 19
  • 39
7
votes
2 answers

GMSMapView touchesbegan fired only once

I'm trying to extend GMSMapView to create some clustering functions and I need to detect when the user stars moving the map to disable cluster rendering and to re-enable it again when it finishes it. I overrided touchesbegan and touchesended but…
fnxpt
  • 434
  • 3
  • 13
7
votes
2 answers

Installing Google Maps SDK for iOS via cocoapods causes linker errors

I'm trying to install the Google Maps SDK for iOS version 1.3.0 using cocoapods. Actually the installation process is well succeeded, but when I try to use the framework the app building process returns linker errors, e.g.: Undefined symbols for…
Lucas Fonseca
  • 181
  • 2
  • 8
7
votes
2 answers

iOS Google Maps Api Tiled Overlays

My app currently is using the google maps api v2 for iOS. I would like to add custom tiled overlays, which I realize is not support by the api. The first approach I took to this problem was to try to extend the GMSOverlay class but I later found…
Jeffrey Kuntz
  • 73
  • 1
  • 4
7
votes
4 answers

How can i add a button to google maps marker info window on ios?

I have added Google maps sdk for ios to my Iphone app, and i have some custom markers if clicked info window pops up with title, how can i add a button to this info window so if pressed will go to new page? Now i have tryed to use this post to solve…
7
votes
1 answer

memory leak in GMSMapView

I have created a simple UIViewController that creates and destroys a GMSMapView. - (void)viewDidAppear:(BOOL)animated { if ( !m_disappearing_bc_segue ) { [super viewDidAppear:animated] ; GMSCameraPosition *camera =…
user2101384
  • 375
  • 1
  • 3
  • 14
7
votes
6 answers

Google Maps SDK for iOS and routes

I've been reading the documentation of the Google Maps SDK for iOS, and I didn't see anything about drawing routes on the map. I know that Polylines are available, but I don't think that's the best aproach. Is it possible?
reixa
  • 6,903
  • 6
  • 49
  • 68
7
votes
2 answers

Issue taking screen capture of GMSMapView on Google Maps SDK for iOS

An item that I am struggling with is when I attempt to take a screen capture of any portion of the GMSMapView (Google Maps SDK iOS). The UIGraphicsGetImageFromCurrentImageContext() UIImage output is invisible. I eventually discovered that the…
7
votes
7 answers

Implement new Google Maps SDK to my iOS app

UPDATE: I've just received an email from Google about the new Google Maps iOS SDK. Seems that everything has sorted out. I have successfully create new API key for my app! Didn't sully test it yet, but seems correct. They sent me this URL page. Good…
OutOfBoundsException
  • 756
  • 1
  • 11
  • 26
6
votes
2 answers

Flutter : Update Google Maps SDK on iOS from 3.9.0 to 4.1.0.0

I added Google Maps service in my app 4/5 days ago because I need only to get the user's position. My problem is that when I open the page with the GoogleMap widget I receive this error code : Google Maps SDK for iOS version: 3.9.0.0 New version of…
Finley Adams
  • 773
  • 1
  • 8
  • 20
6
votes
0 answers

iOS GMSMapView change initial loading background color

I found this question which might be the exact same problem but the accepted answer did not work for me. We are currently using the Google Maps API to load a map to cover the entire view. The initial GMSMapView background color is something like a…
T.Okahara
  • 1,184
  • 2
  • 14
  • 27
6
votes
2 answers

Google Maps iOS SDK: Map not loading

I am new to iOS development and am trying out a simple app using Google Maps SDK. I am following the steps listed on Google Maps Getting Started guide. I have seen the similar question: Google Maps iOS SDK Integration not loading maps where the…
kal
  • 341
  • 3
  • 6