Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

square pulse in google map? #43

Open
fukemy opened this issue Aug 7, 2018 · 1 comment
Open

square pulse in google map? #43

fukemy opened this issue Aug 7, 2018 · 1 comment

Comments

@fukemy
Copy link

fukemy commented Aug 7, 2018

Can you help?

let markerView = UIImageView(image: GMSMarker.markerImage(with: UIColor.red))
            marker.iconView = markerView
let pulsator = Pulsator()
                    pulsator.numPulse = 3
                    pulsator.radius = 240.0
                    pulsator.repeatCount = .infinity
                    marker.iconView?.layer.insertSublayer(pulsator, above: marker.iconView?.layer)
                    pulsator.position = (marker.iconView?.layer.position)!
                    pulsator.start()
@fukemy
Copy link
Author

fukemy commented Aug 7, 2018

img_0192

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant