How to add a label to a custom bitmap? #1115
-
We display a position indicator on the map (indicator is a custom bitmap, positioned at the current location, and rotated according to current heading). Is there a best practice for adding a textual label below this indicator (unrotated text)? (Positioning should be close to the bitmap, which does not have a fixed position and can even be outside the current viewport, thus placing the text into a separate View on top of the map view does not help here.) The map below this indicator can be either online (bitmap) or offline (OpenGL) map. Thanks for any pointers. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Text can be written on bitmaps used in marker layers, for example see AtlasMultiTextureActivity. |
Beta Was this translation helpful? Give feedback.
Text can be written on bitmaps used in marker layers, for example see AtlasMultiTextureActivity.