Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Android SDK提供了定位插件模块,已方便您裁剪App大小并根据需要获取经纬度信息。本文档将介绍如何在您的应用中集成定位插件并使用相关定位功能

添加依赖

Code Block
languagejava
titlegradle.build
linenumberstrue
compile 'com.fr.android:location:+'

添加依赖

...