The new Google Maps SDK for iOS allows users to view and interact with a Google map in your iOS app.
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-iosSimple 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-iosI 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-iosI'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-iosI am trying to create a function in my app that will guide the user to a marker I have …
swift google-maps-sdk-ios directionsGMSReverseGeocodeResponse contains - (GMSReverseGeocodeResult *)firstResult; whose definition is like: @interface GMSReverseGeocodeResult : NSObject<NSCopying> /** Returns the first line of …
ios google-maps-sdk-ios reverse-geocodingThe 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-iosI'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-polylineI'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 currentlocationI 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