# Baidu LBS SDK **Repository Path**: HY-Android/baidu-lbs ## Basic Information - **Project Name**: Baidu LBS SDK - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-31 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 产品内容 基于百度地图 SDK 4.5.2 封装的 aar 文件,包含了全量定位、基础地图、检索功能、计算工具共四项功能模块。 # 产品版本 1.0.0 # 部署说明 将 aar 文件上传至 Maven 仓库,pom 信息约定为:groupId: `'com.ymm.lib'` artifactId: `'baidu-lbs'` version: `'1.0.0'` # 使用方式 1. 配置依赖。 在依赖方的 build.gradle 文件里: ``` groovy dependencies { ... compile "com.ymm.lib:baidu-lbs:${BAIDU_LBS_VERSION}" } ``` 2. 配置百度地图服务 API-Key。 在 Application Module 的 AndroidManifest 文件里添加如下配置: ``` xml ... ... ``` 进行完以上配置后,即完成了百度 SDK 集成文档里的 [开发指南 > 项目创建 > Android Studio配置](http://lbsyun.baidu.com/index.php?title=android-locsdk/guide/create-project/android-studio) 的所有工序。