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.
テキストオーバーアンドロイドグーグルマップ(v2)のデフォルトマーカーを設定する方法に関するヒントはありますか?たとえば、文字「A」をマーカーの内側(上)に設定したい(スニッペストでもタイトルでもない)。
あなたが使用することができます:
new MarkerOptions().icon(BitmapDescriptorFactory.fromBitmap( YOUR_MODIFIED_BITMAP ))
YOUR_MODIFIED_BITMAPがロードされるビットマップで、上部にキャンバスで描画されたカスタムコンテンツが含まれています。それが役に立てば幸い。