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
158
votes
10 answers

AndroidRuntime: FATAL EXCEPTION: androidmapsapi-ZoomTableManager

My app that uses Google Maps SDK (v2) just started crashing with this exception: Process: com.currentlocation.android, PID: 7328 java.lang.ArrayIndexOutOfBoundsException: length=1; index=12 at…
99
votes
1 answer

GMSGroundOverlay animating - should I be using a CATiledLayer?

I am experimenting with the Google Maps for iOS SDK latest version 1.2.1.2944 to animate a GMSGroundOverlay. The user has control over the image sequence, so using an animated UIImage isn't a possibility sadly, so i'm loading in the UIImage on the…
RobWhistler
  • 1,023
  • 1
  • 7
  • 6
70
votes
11 answers

Google Maps SDK for iOS requires GoogleMaps.bundle to be part of your target under 'Copy Bundle Resources

When I build a GoogleMaps SDK for iOS,these error occurred. *** Terminating app due to uncaught exception 'GMSException', reason: 'Google Maps SDK for iOS requires GoogleMaps.bundle to be part of your target under 'Copy Bundle…
JohnyDgoode
  • 1,533
  • 2
  • 11
  • 19
54
votes
10 answers

iOS, How to use GMSCoordinateBounds to show all the markers of the map?

I want to show all the markers that are on my map, after doing some searches I found that it should be done with GMSCoordinateBounds (Google Maps SDK) I've read the official documentation about it, but I have not understand how to use it and…
Al_fareS
  • 725
  • 1
  • 9
  • 18
54
votes
4 answers

Custom Info Window for Google Maps

I'd like to make a custom Info Window for Google Maps for iOS like the photo below. Is it possible to extend GMSOverlay like GMSMarker, GMSPolyline, and GMSPolygon do to create custom graphics?
jspooner
  • 10,975
  • 11
  • 58
  • 81
54
votes
1 answer

GMSPolyline very large memory spike

In a GPS app that allows the user to display a list of complex location points that we call tracks on various different types of map, each track can consist of between 2k to 10k of location points. The tracks are copiously clipped, pruned and…
DS99
  • 581
  • 3
  • 5
42
votes
11 answers

Cannot put a google maps GMSMapView in a subview of main main view?

I'm struggling with this problem! I want to add a google maps GMSMapView into a UIView that is only a portion of the main UIView of my ViewController. It should be simple... I created with the storyboard a UIView of the size I want and put it in the…
AndreaZ
  • 461
  • 1
  • 4
  • 5
40
votes
3 answers

Marker clustering with google maps SDK for iOS?

I am using Google Maps SDK in my iOS app, and I need to group markers which are very close to each other - basically need to use marker clustering like its shown in the attached url. I am able to get this functionality in the Android maps SDK, but I…
sanjaydhakar
  • 409
  • 1
  • 4
  • 3
37
votes
8 answers

How can I add a 3d object as a marker on Google Maps like Uber does

I want to add a 3d marker for showing cars on map with rotation like Uber does but I can't find any information on adding 3d objects on Google Maps SDK for iOS. Would appreciate any help. Apparently no one is seeing what OP and I are seeing so…
Tolgahan Arıkan
  • 1,381
  • 1
  • 12
  • 12
36
votes
12 answers

Google Maps iOS SDK, Getting Directions between 2 locations

While I am using Google Maps SDK, I am trying to get driving direction between two locations on iOS. I know we can do this using two methods:- 1.) Using URL Scheme, for which it is necessary that Google Maps App is installed on your device. 2.)…
Amit Singh
  • 1,075
  • 1
  • 7
  • 18
33
votes
6 answers

Use of Unresolved Identifier 'GMSServices'

I am using Xcode 7.1 and the deployment target is iOS 9.1. The app is "AreaCalculator" and it was written in Swift. I did following to set up the framework and import the map: $ sudo gem install cocoapods under "AreaCalculator" $ touch Podfile in…
Jun D
  • 1,490
  • 2
  • 10
  • 9
31
votes
5 answers

How to fit bounds for coordinate array with google maps sdk for iOS?

How to fit bounds for coordinate array with google maps sdk for iOS? I need to zoom map for 4 visible markers.
Mecid
  • 4,491
  • 6
  • 30
  • 30
29
votes
4 answers

Controlling Animation Duration in Google Maps for iOS

The documentation for Google Maps for iOS states that: Call one of several methods that allow you to animate the camera moving to a new location. You can control the duration of the animation with CoreAnimation. For the life of me, I can't figure…
Colin Phillips
  • 1,001
  • 1
  • 10
  • 11
28
votes
12 answers

Framework not found GoogleMaps sdk in iOS

I want to use google map to existing(not a new one) iPhone project.Now i am using Google map ios sdk and i successfully added google map framework to my project.But i got error like this ld: framework not found GoogleMaps clang: error: linker…
IKKA
  • 6,297
  • 7
  • 50
  • 88
28
votes
7 answers

Remove markers from google maps iOS

I am building an iOS app using storyboards and Google Maps. Using iOS6 My application features the split view navigation as seen in the facebook app On my left view I am selecting an item in a list which has lat/long cords and showing it on my map…
jchri853
  • 354
  • 2
  • 4
  • 12
1
2 3
90 91