Starting March 27, 2025, we recommend using android-latest-release
instead of aosp-main
to build and contribute to AOSP. For more information, see Changes to AOSP.
Stay organized with collections
Save and categorize content based on your preferences.
GpsLocation Struct Reference
#include <
gps.h
>
Represents a location.
Definition at line
527
of file
gps.h
.
Represents expected accuracy in meters.
Definition at line
545
of file
gps.h
.
Represents altitude in meters above the WGS 84 reference ellipsoid.
Definition at line
539
of file
gps.h
.
Represents heading in degrees.
Definition at line
543
of file
gps.h
.
Contains GpsLocationFlags bits.
Definition at line
531
of file
gps.h
.
Represents latitude in degrees.
Definition at line
533
of file
gps.h
.
Represents longitude in degrees.
Definition at line
535
of file
gps.h
.
set to sizeof(GpsLocation)
Definition at line
529
of file
gps.h
.
Represents speed in meters per second.
Definition at line
541
of file
gps.h
.
Timestamp for the location fix.
Definition at line
547
of file
gps.h
.
The documentation for this struct was generated from the following file:
-
hardware/libhardware/include/hardware/
gps.h
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2019-10-02 UTC."],[],[],null,["# Android Hardware Abstraction Layer: GpsLocation Struct Reference\n\nGpsLocation Struct Reference\n============================\n\n[Data Fields](#pub-attribs) \nGpsLocation Struct Reference \n\n`\n#include \u003c\n`[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)`\n\u003e\n`\n\n|--------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------|\n| Data Fields ----------- ||\n| size_t | [size](/reference/hal/struct_gps_location#a854352f53b148adc24983a58a1866d66) |\n| ||\n| uint16_t | [flags](/reference/hal/struct_gps_location#a1e87af3c18a2fd36c61faf89949bdc3f) |\n| ||\n| double | [latitude](/reference/hal/struct_gps_location#a76714bdbc5c536fa77dfb14533ff82a9) |\n| ||\n| double | [longitude](/reference/hal/struct_gps_location#ac155e35fdeebafc89723a51520fb9fe6) |\n| ||\n| double | [altitude](/reference/hal/struct_gps_location#a2b13d276aee0d9fd646c8fa3647e869b) |\n| ||\n| float | [speed](/reference/hal/struct_gps_location#a7f7e4724cf57d59513b39c5ecc81adc8) |\n| ||\n| float | [bearing](/reference/hal/struct_gps_location#af6eb7f864211ea48ab64c74d4f69fa41) |\n| ||\n| float | [accuracy](/reference/hal/struct_gps_location#a4655b4ced08b73119087d8af58680ff1) |\n| ||\n| [GpsUtcTime](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h) | [timestamp](/reference/hal/struct_gps_location#a0f5ea4882a00180c2ebc6ec4cb90af5b) |\n| ||\n\n\nDetailed Description\n--------------------\n\n\nRepresents a location.\n\n\nDefinition at line\n[527](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\nField Documentation\n-------------------\n\n\n|----------------|\n| float accuracy |\n\n\nRepresents expected accuracy in meters.\n\n\nDefinition at line\n[545](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\n|-----------------|\n| double altitude |\n\n\nRepresents altitude in meters above the WGS 84 reference ellipsoid.\n\n\nDefinition at line\n[539](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\n|---------------|\n| float bearing |\n\n\nRepresents heading in degrees.\n\n\nDefinition at line\n[543](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\n|----------------|\n| uint16_t flags |\n\n\nContains GpsLocationFlags bits.\n\n\nDefinition at line\n[531](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\n|-----------------|\n| double latitude |\n\n\nRepresents latitude in degrees.\n\n\nDefinition at line\n[533](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\n|------------------|\n| double longitude |\n\n\nRepresents longitude in degrees.\n\n\nDefinition at line\n[535](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\n|-------------|\n| size_t size |\n\n\nset to sizeof(GpsLocation)\n\n\nDefinition at line\n[529](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\n|-------------|\n| float speed |\n\n\nRepresents speed in meters per second.\n\n\nDefinition at line\n[541](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\n|------------------------------------------------------------------------------------------------------------------------|\n| [GpsUtcTime](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h) timestamp |\n\n\nTimestamp for the location fix.\n\n\nDefinition at line\n[547](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\nof file\n[gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)\n.\n\n*** ** * ** ***\n\nThe documentation for this struct was generated from the following file:\n\n- hardware/libhardware/include/hardware/ [gps.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/gps.h)"]]