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

Ripple effect not show when i have map zoom out. #12

Open
Jiks19 opened this issue Mar 23, 2018 · 0 comments
Open

Ripple effect not show when i have map zoom out. #12

Jiks19 opened this issue Mar 23, 2018 · 0 comments

Comments

@Jiks19
Copy link

Jiks19 commented Mar 23, 2018

This is my code.

I tried zoom out my map than not show ripple effect on map.
Help me.

mapRipple = new MapRipple(mGoogleMap, new LatLng(gpsTracker.getLatitude(), gpsTracker.getLongitude()), this);
mapRipple.stopRippleMapAnimation();
mapRipple.withNumberOfRipples(1);
mapRipple.withFillColor(Color.parseColor("#FFA3D2E4"));
mapRipple.withStrokeColor(Color.BLACK);
mapRipple.withStrokewidth(0); // 10dp
mapRipple.withDistance(15); // 2000 metres radius
mapRipple.withRippleDuration(2000); //12000ms
mapRipple.withTransparency(0.5f);
mapRipple.startRippleMapAnimation();

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