我想像附图一样在 google 地图上显示标记
I want to show marker on google map like the attached image
我想像附图一样显示我当前的位置标记图标。
使用它来将您的自定义标记添加到地图
mGoogleMap.addMarker(new MarkerOptions()
.position(LATLONG)
.icon(BitmapDescriptorFactory.fromBitmap(getMarkerBitmapFromView(R.drawable.yourIcon))));
我想像附图一样显示我当前的位置标记图标。
使用它来将您的自定义标记添加到地图
mGoogleMap.addMarker(new MarkerOptions()
.position(LATLONG)
.icon(BitmapDescriptorFactory.fromBitmap(getMarkerBitmapFromView(R.drawable.yourIcon))));