0
是否可以在泡泡信息穀歌地圖android studio中顯示圖像? Android Studio Google地圖位置
是否可以在泡泡信息穀歌地圖android studio中顯示圖像? Android Studio Google地圖位置
private static final LatLng MELBOURNE = new LatLng(-37.813, 144.962);
private Marker melbourne = mMap.addMarker(new MarkerOptions()
.position(MELBOURNE)
.title("Melbourne")
.snippet("Population: 4,137,400")
.icon(BitmapDescriptorFactory.fromResource(R.drawable.arrow)));
你做了一些關於它的研究? – ithil