Top "Google-maps-sdk-ios" questions

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

Drag/pan gestures on a GMSMapView not getting captured after update to SDK 1.3.1

I'm having a strange problem with capturing drag/pan gestures on a GMSMapView through a Gesture Recognizer. This problem surfaced …

ios cocoa google-maps-sdk-ios xcode-storyboard
How to force refresh contents of the markerInfoWindow in Google Maps iOS SDK

I'm returning a UIImageView in - (UIView *)mapView:(GMSMapView *)mapView markerInfoWindow:(GMSMarker *)marker; This UIImageView loads images dynamically through a …

google-maps-markers google-maps-sdk-ios gmsmapview
Search nearby in iOS Maps

I am trying to build a simple application using MapKit that will automatically search for a specific place when the …

iphone ios mapkit google-maps-sdk-ios apple-maps
Fit bounds not working as expected

I'm going through the Google Maps SDK for iOS Getting Started pages to find out how to zoom and center …

ios7 xcode5 google-maps-sdk-ios
Displaying current location on Google maps

I have an iOS app that uses Google Maps SDK to display a map within my app. I have managed …

ios google-maps-sdk-ios gmsmapview cllocationcoordinate2d
How to set center location of GMSMapView object defined at Storyboard

I want to initialise the center of the map to a custom location. Here is the code that I use …

ios objective-c google-maps-sdk-ios gmsmapview