flutter_tencent_location 0.0.6 copy "flutter_tencent_location: ^0.0.6" to clipboard
flutter_tencent_location: ^0.0.6 copied to clipboard

腾讯地图定位插件

flutter_tencent_location #

###腾讯地图定位插件

1.初始化定位插件对象
var locationPlugin = FlutterTencentLocation();

2.调用隐私方法
locationPlugin.setUserAgreePrivacy();

3.初始化地图
locationPlugin.init(key);

4.设置监听

locationPlugin.getLocationController().listener.add((location) {});

5.开始定位
locationPlugin.getLocation(连续定位间隔时间,单位毫秒);

6.停止定位
locationPlugin.stopLocation();

1
likes
140
pub points
15%
popularity

Publisher

unverified uploader

腾讯地图定位插件

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_tencent_location