Top "Gmsmapview" questions

This is the main class of the Google Maps SDK for iOS and is the entry point for all methods related to the map.

Rotate GMSMarker in direction at which user facing

I have requirement like on my current location one view will display. It will rotate if device was rotate or …

ios objective-c google-maps-markers cllocationmanager gmsmapview
How to apply animations to GMSMarker

I’m changing my app by migrating iOS maps to google maps using Google Maps SDK for iOS V1.1.0 and …

ios google-maps google-maps-markers google-maps-sdk-ios gmsmapview
Google maps iOS sdk get tapped overlay coordinates

i'm working with Google maps iOS sdk. i want to get the coordinates of the touched point when user taps …

ios objective-c google-maps google-maps-sdk-ios gmsmapview
Custom user location dot in Google maps for iOS (GMSMapview)

Is there an official way to set a custom user location dot in Google maps for iOS (GMSMapView)? Is there …

ios objective-c google-maps google-maps-sdk-ios gmsmapview
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
How to add GMSMapView in Storyboard in IOS

https://developers.google.com/maps/documentation/ios-sdk/utility/marker-clustering I am working for map clustering . In map clustering private var …

ios swift google-maps mkmapview gmsmapview
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