> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 定位文档

使用定位服务访问设备的位置信息并获取位置更新。

## **定位概述**

<CardGroup cols={2}>
  <Card title="定位功能特性" href="https://docs.qualcomm.com/doc/80-80023-25/topic/location-overview.html">
    了解 Qualcomm Linux 上支持的定位功能。
  </Card>

  <Card title="定位架构" href="https://docs.qualcomm.com/doc/80-80023-25/topic/location-architecture.html">
    了解定位架构中的关键组件。
  </Card>
</CardGroup>

## **快速入门**

<CardGroup cols={2}>
  <Card title="验证 MPSS 固件二进制文件的权限" href="https://docs.qualcomm.com/doc/80-80023-25/topic/get-started-with-location.html">
    验证必要的文件是否具有正确的权限以启用定位。
  </Card>

  <Card title="建立 SSH 连接" href="https://docs.qualcomm.com/doc/80-80023-25/topic/get-started-with-location.html">
    启用 SSH 并连接到设备。
  </Card>
</CardGroup>

## **定位接口**

<CardGroup cols={3}>
  <Card title="单次定位 API 函数" href="https://docs.qualcomm.com/doc/80-80023-25/topic/single-shot-api-functions.html">
    获取单次定位位置。
  </Card>

  <Card title="跟踪 API 函数" href="https://docs.qualcomm.com/doc/80-80023-25/topic/tracking-api-functions.html">
    获取基本和详细的位置信息。
  </Card>

  <Card title="批处理 API 函数" href="https://docs.qualcomm.com/doc/80-80023-25/topic/batching-api-functions.html">
    启动或停止位置批处理会话。
  </Card>

  <Card title="地理围栏 API 函数" href="https://docs.qualcomm.com/doc/80-80023-25/topic/geofence-api-functions.html">
    添加、移除、修改、暂停或恢复位置地理围栏会话。
  </Card>

  <Card title="定位 API 枚举" href="https://docs.qualcomm.com/doc/80-80023-25/topic/API_enums.html">
    定义定位 API 函数可接受的值列表。
  </Card>

  <Card title="定位 API 结构体" href="https://docs.qualcomm.com/doc/80-80023-25/topic/API_structures.html">
    定义定位 API 函数的参数。
  </Card>
</CardGroup>

## **定位测试应用程序**

<CardGroup cols={3}>
  <Card title="运行定位 API 测试应用程序" href="https://docs.qualcomm.com/doc/80-80023-25/topic/run-location-api-test-application.html">
    使用定位 API 测试应用程序请求定位会话。
  </Card>

  <Card title="运行定位测试场景" href="https://docs.qualcomm.com/doc/80-80023-25/topic/run-location-api-test-application.html">
    使用示例命令通过定位 API 测试应用程序运行测试场景。
  </Card>

  <Card title="请求定位会话" href="https://docs.qualcomm.com/doc/80-80023-25/topic/request-location-sessions.html">
    使用示例代码请求定位会话。
  </Card>
</CardGroup>

## **排查定位问题**

<CardGroup cols={3}>
  <Card title="解决常见问题" href="https://docs.qualcomm.com/doc/80-80023-25/topic/troubleshoot-location-issues.html">
    解决与定位 API 相关的常见问题。
  </Card>

  <Card title="记录和调试定位问题" href="https://docs.qualcomm.com/doc/80-80023-25/topic/troubleshoot-location-issues.html">
    启用日志记录以调试与定位 API 相关的问题。
  </Card>

  <Card title="查看定位示例日志" href="https://docs.qualcomm.com/doc/80-80023-25/topic/troubleshoot-location-issues.html">
    使用示例控制台日志和系统日志调试定位会话中的问题。
  </Card>
</CardGroup>
