I\'m using google map sdk. I want to update gps coordinates of pin after each 5 seconds. Currently I\'m just updating position attribute of GMSMarker. But it gives jump effe
Brett's Answer in swift -3 and 4
CATransaction.begin() CATransaction.setAnimationDuration(2.0) marker.position = coordindates CATransaction.commit()