We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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();
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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();
The text was updated successfully, but these errors were encountered: