rc-bmap icon indicating copy to clipboard operation
rc-bmap copied to clipboard

可以使用逆经纬度解析吗?

Open ye-carol opened this issue 6 years ago • 1 comments

可以使用逆经纬度解析吗?

ye-carol avatar Jul 26 '19 09:07 ye-carol

在v1.0.5版本中,可通过以下方法进行逆解析:

BMapUtil.getLocation({lng: '116', lat:'39'}).then((result) => {
	console.log(result);
});

JserWang avatar Aug 18 '19 07:08 JserWang