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();
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();