[Update]显示高德小地图

This commit is contained in:
chenfufeng
2022-07-27 16:07:35 +08:00
parent 678cbe2c23
commit 95753d71af
3 changed files with 4 additions and 3 deletions

View File

@@ -764,6 +764,7 @@ public class AMapCustomView
markerOption.icon(BitmapDescriptorFactory.fromBitmap(
bitmap
));
markerOption.zIndex(2f);
posInfMap.put(latLng, structureList);
markerOptionsList.add(markerOption);
}

View File

@@ -10,7 +10,7 @@
android:layout_height="wrap_content"
android:layout_marginRight="30px"
android:layout_marginBottom="30px"
android:visibility="gone"
android:visibility="visible"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />