The new Google Maps SDK for iOS allows users to view and interact with a Google map in your iOS app.
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-storyboardI'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 gmsmapviewI 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-mapsI'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-iosI 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 cllocationcoordinate2dI 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