Closed zhuqiyun closed 2 weeks ago
function handleInitd({ map, BmapGL, instance }: any) { pageMap.mapHandle = map pageMap.bmapHandle = BmapGL console.log('mapHandle------>', pageMap.bmapHandle) console.log('BmapGL------>', BmapGL) pageMap.mapIns = instance getUseAddressGeocoder.get(pageMap.addr, pageMap.city) }
能提供下完整示例代码吗,包含template
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
function handleInitd({ map, BmapGL, instance }: any) { pageMap.mapHandle = map pageMap.bmapHandle = BmapGL console.log('mapHandle------>', pageMap.bmapHandle) console.log('BmapGL------>', BmapGL) pageMap.mapIns = instance getUseAddressGeocoder.get(pageMap.addr, pageMap.city) }