Do marker animations exist on GoogleMaps SDK for iOS?
问题 Is it possible to move/rotate GMSMarker on GMSMapView with animation? 回答1: The addition in 1.2 is that the GMSMarker class has an animated property - I presume you just set it to YES , before adding the marker to the map by settings its map property (I haven't tried it though). https://developers.google.com/maps/documentation/ios/reference/interface_g_m_s_marker GMSMarker *marker = [[GMSMarker alloc] init]; marker.position = CLLocationCoordinate2DMake(-33.8683, 151.2086); marker.title = @