0

I'm getting a map from google maps static service. I want to apply a layer of a color (with opacity to view the background) to change the result.

Original:

Original Map

Photoshoped image:

Photoshoped Image

I want to know if there is a way to do this programmatically. I send the map to a imageview, so I want to apply this effect before it is loaded.

Thank you for your help.

Víctor Martín
  • 3,352
  • 7
  • 48
  • 94

1 Answers1

1

You can try : imageView.getDrawable().setColorFilter(COLORCODE, PorterDuff.Mode.MULTIPLY );