hyzp_ybqx-Commit153:去除 BMFMarker 的 title 和 subtitle,在 IOS版中会显示、安卓版不会显示
This commit is contained in:
@@ -76,8 +76,8 @@ Future getListBMFMarker({List listDwinfo}) async {
|
|||||||
marker = BMFMarker(
|
marker = BMFMarker(
|
||||||
position: getBMFCoordinate(listDwinfo[i]["dwzb"]),
|
position: getBMFCoordinate(listDwinfo[i]["dwzb"]),
|
||||||
// title: '${listDwinfo[i]["id"].toString()}、${listDwinfo[i]["dwmc"]}',
|
// title: '${listDwinfo[i]["id"].toString()}、${listDwinfo[i]["dwmc"]}',
|
||||||
title: '${(i + 1).toString()}、${listDwinfo[i]["dwmc"]}',
|
// title: '${(i + 1).toString()}、${listDwinfo[i]["dwmc"]}',
|
||||||
subtitle: 'test',
|
// subtitle: 'test',
|
||||||
// identifier: '${listDwinfo[i]["id"].toString()}、${listDwinfo[i]["dwmc"]}',
|
// identifier: '${listDwinfo[i]["id"].toString()}、${listDwinfo[i]["dwmc"]}',
|
||||||
identifier: '${(i + 1).toString()}、${listDwinfo[i]["dwmc"]}',
|
identifier: '${(i + 1).toString()}、${listDwinfo[i]["dwmc"]}',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user