こんにちは、v2 を使用して mapview を開発しています。
MarkerOptions オブジェクトから、次のようなアイコンを取得しています...
MarkerOptions mo = markersList.get(pos);
BitmapDescriptor icon = mo.getIcon(); //Gets the custom icon set for this MarkerOptions object.
ImageView logo;
//how to assign icon to textview like using below code
logo.setBackgroundResource(icon) // It is not taking directly (BitmapDescriptor icon)
助けてください。ありがとうございました。