-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
How to use Pulsator on GoogleMap Marker #20
Comments
If you put your Pulsator codes in |
Still not working Mr. Ziki Li....
Still didn't work... Then I tried this
But still no luck... Any more suggestion? Thanks in advance... |
@Ziqi-Li Still I also facing a same issue. Please provide the solution |
Has anyone found a way to add pulsator to google maps? |
Anyone found a way to add pulsator to google maps? |
I did add a pulsator to gmaps |
When I tried to add it in GoogleMap Marker, its not working...
Here's my code:
var myMarker.position = CLLocationCoordinate2D(latitude: myLatitude , longitude: myLongitude)
myMarker.title = "MyLocation"
myMarker.map = mapView
let pulsator = Pulsator()
pulsator.radius = 240.0
pulsator.backgroundColor = UIColor.blue.cgColor
Theres no error when you compile but the pulsator is not seen only the marker is displayed.
The text was updated successfully, but these errors were encountered: