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.

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 …

ios mapkit google-maps-markers google-maps-sdk-ios
Adding Click Event on InfoWindow/Marker in Google Maps SDK for native iOS/objective C

Simple Question I´m working on an App for iOS where I embedded the new Google Map for native iOS. …

ios objective-c onclick google-maps-markers google-maps-sdk-ios
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 …

iphone ios xcode4.5 google-maps-sdk-ios
Google Maps not working on iPhone simulator

I've implemented the "Getting the Google Maps SDK for iOS" step by step finally the simulator running ok no errors …

iphone google-maps sdk ios-simulator google-maps-sdk-ios
Swift iOS google Map, path to coordinate

I am trying to create a function in my app that will guide the user to a marker I have …

swift google-maps-sdk-ios directions
How to obtain country, state, city from reverseGeocodeCoordinate?

GMSReverseGeocodeResponse contains - (GMSReverseGeocodeResult *)firstResult; whose definition is like: @interface GMSReverseGeocodeResult : NSObject<NSCopying> /** Returns the first line of …

ios google-maps-sdk-ios reverse-geocoding
google maps iOS SDK: custom icons to be used as markers

The Android API has a very convenient class for this, IconGenerator. Using the IconGenerator in my Android app, I can …

ios swift google-maps google-maps-markers google-maps-sdk-ios
How to draw routes between two locations in google maps iOS swift

I'm using google maps in my iOS swift project. I want to draw a path between two locations on the …

ios swift google-maps-sdk-ios google-polyline
Current Location in Google Maps with swift

I'm trying to display the user's current location on a google map but in the case below, the map doesn't …

ios swift google-maps google-maps-sdk-ios currentlocation
Exception:Google Maps SDK for iOS must be initialized via [GMSServices provideAPIKey:...] prior to use

I am trying to implement Google Maps SDK into my project using Swift 2.0. I follow this but when running this, …

ios swift google-maps google-maps-sdk-ios