p-lr / MapView

A Fast, memory efficient Android library to display tiled maps, with support for markers, paths, and rotation.
Apache License 2.0
184 stars 38 forks source link

Added alphaTick to TileOptionsProvider #13

Closed artudi54 closed 4 years ago

artudi54 commented 4 years ago

Hello! I needed to disable fade in effect in some cases so I added an option to specify alphaTick. It's optional and has default value of 0.07 as before.

p-lr commented 4 years ago

It's done now (see my last commit). 0.07f is declared only once.