Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
关于如何设置 Text Over android google maps (v2) 默认标记的任何提示?例如,我想在标记内部(上方)设置字符“A”(不是片段也不是标题)。
您可以使用 :
new MarkerOptions().icon(BitmapDescriptorFactory.fromBitmap( YOUR_MODIFIED_BITMAP ))
YOUR_MODIFIED_BITMAP 加载位图的位置,其中一些自定义内容在其顶部用画布绘制。希望能帮助到你。