自 2025 年 3 月 27 日起,我们建议您使用 android-latest-release
而非 aosp-main
构建 AOSP 并为其做出贡献。如需了解详情,请参阅 AOSP 的变更。
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
GpsInterface 结构参考文档
#include <
gps.h
>
表示标准 GPS 接口。
定义位于文件
gps.h
的
790
行。
指定下次调用 start 时不会使用标志中定义的信息。系统会在冷启动时传递 GPS_DELETE_ALL。
定义位于文件
gps.h
的
824
行。
const void*(* get_extension)(const char *name)
|
打开接口并向此接口的实现提供回调例程。
定义位于文件
gps.h
的
797
行。
int(* inject_location)(double latitude, double longitude, float accuracy)
|
从其他位置信息提供程序(通常是小区 ID)注入当前位置。经纬度以度为单位,预期精度以米为单位
定义位于文件
gps.h
的
817
行。
int(* inject_time)(
GpsUtcTime
time, int64_t timeReference, int uncertainty)
|
min_interval 表示两个定位结果之间的时间(以毫秒为单位)。preferred_accuracy 表示请求的定位精度(以米为单位)。preferred_time 表示请求的首次定位时间(以毫秒为单位)。
“mode”参数应为 GPS_POSITION_MODE_MS_BASED 或 GPS_POSITION_MODE_STANDALONE 之一。如果传入 GPS_POSITION_MODE_MS_ASSISTED 且支持 GPS_POSITION_MODE_MS_BASED,平台允许(并建议)回退到 GPS_POSITION_MODE_MS_BASED。
定义位于文件
gps.h
的
837
行中。
设置为 sizeof(GpsInterface)
定义位于文件
gps.h
的
792
行。
此结构体的文档是根据以下文件生成的:
-
hardware/libhardware/include/hardware/
gps.h
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-26。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-26。"],[],[]]