Using Google maps iOS SDK I have implemented a mapView in that i have created markers as follows
// Creates a marker in the center of the map. GMSMarker *mar
Have you tried this? https://github.com/shu223/Pulsator
Initiate and add to your view's layer, then call start!
let pulsator = Pulsator() view.layer.addSublayer(pulsator) pulsator.start()