p-lr / MapView

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

Can you add azimuth and map scale? #46

Closed mmm2016 closed 9 months ago

p-lr commented 9 months ago

Sorry for late answer. Adding azimuth and map scale can be done using custom views. By design, this library isn't aware of any spatial reference system. You can display any kind of map or content you want, so distance calculation has to be done on application side.