How to add a map scale in MapView on Android?
问题 I'm struggling with adding a map scale that displays current length on screen depending on current zoom level. I'm having a feeling that it might exist some predefined class to use but I have no clue...? I've searched around a lot but can't find anything. Any help i much appreciated =) // Alex 回答1: Alright, I got it now! Luis answer helped me a lot and also OpenStreetMap. Here's what I came up with: <your.own.package.path>; import android.content.Context; import android.graphics.Canvas;