hyzp_ybqx-Commit035:已经重新定位兴文县点位地图中心位置为下面标注坐标,已经可以显示兴文县的5个点位的标注:
// 在点位地图中点击某个标注,在控制台会显示该标注的纬度和经度
// 兴文县中心位置:I/flutter (12538): mapPoi = {text: 半岛和居, pt: {latitude: 28.29678023715008, longitude: 105.24189826141459}, uid: b9e39ee2e8304f872fe67bcf}
This commit is contained in:
@@ -16,6 +16,17 @@
|
||||
<!-- android:gravity=["top" | "bottom" | "left" | "right" | "center_vertical" |-->
|
||||
<!-- "fill_vertical" | "center_horizontal" | "fill_horizontal" |-->
|
||||
<!-- "center" | "fill" | "clip_vertical" | "clip_horizontal"]-->
|
||||
|
||||
<!-- error: '[fill|clip_horizontal|clip_vertical]'
|
||||
is incompatible with attribute gravity (attr) flags
|
||||
[bottom=80, center=17, center_horizontal=1, center_vertical=16,
|
||||
clip_horizontal=8, clip_vertical=128, end=8388613, fill=119,
|
||||
fill_horizontal=7, fill_vertical=112, left=3, right=5, start=8388611, top=48].
|
||||
fill=119 01110111
|
||||
clip_horizontal=7 00001000
|
||||
clip_vertical=112 10000000
|
||||
-->
|
||||
|
||||
<item android:top="37.5dp">
|
||||
<bitmap
|
||||
android:gravity="top"
|
||||
|
||||
Reference in New Issue
Block a user