我是 mapforge 的新手,想显示我的自定义标记(从 sdcard 读取)并在 mapforge 离线地图上显示。我面临的问题是不知道如何将我的 android.graphics.Bitmap obj 转换为 org.mapsforge.core.graphics .位图对象
Bitmap userImg = TrafficBeatHelper.getUserImg(context, userId); // get android.graphics.Bitmap file from sdcard
LatLong userLatLong = TrafficBeatHelper.getLatLong(cache.getSharedPrefValue(SharedPrefContstant.USER_CURRENT_LATITUDE),cache.getSharedPrefValue(SharedPrefContstant.USER_CURRENT_LONGITUDE)); // get user location
// Marker userImgMarker = new Marker(userLatLong, userImg, 0, 0);
除了请提前分享 txs 之外,任何人都有其他选择。