cordova-plugin-geolocation-raw

1.0.0 • Public • Published

cordova-plugin-geolocation-raw

Cordova定位插件,不使用第三方库,暂无逆地址

Install

cordova plugin add cordova-plugin-geolocation-raw

getLocation方法

Success return data

  • latitude:经度
  • longitude:纬度

Useage

	// locate
	RawLocation.getLocation({ }, function (locationInfo) {
		// do something
		console.log(JSON.stringify(locationInfo));
	}, function (err) {
		console.log(err);
	});

Package Sidebar

Install

npm i cordova-plugin-geolocation-raw

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

28.6 kB

Total Files

10

Last publish

Collaborators

  • hankersyan