Skip to content

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

@Jiks19

Description

@Jiks19

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions