החל מ-27 במרץ 2025, מומלץ להשתמש ב-android-latest-release
במקום ב-aosp-main
כדי ליצור תרומות ל-AOSP. מידע נוסף זמין במאמר שינויים ב-AOSP.
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הפניה ל-struct של GpsLocation
#include <
gps.h
>
מייצג מיקום.
ההגדרה מופיעה בשורה
527
בקובץ
gps.h
.
מייצג את רמת הדיוק הצפויה במטרים.
ההגדרה מופיעה בשורה
545
בקובץ
gps.h
.
מייצג את הגובה במטרים מעל אליפסואיד העזר WGS 84.
ההגדרה מופיעה בשורה
539
בקובץ
gps.h
.
מייצג את הכיוון במעלות.
ההגדרה מופיעה בשורה
543
בקובץ
gps.h
.
מכיל ביטים של GpsLocationFlags.
ההגדרה מופיעה בשורה
531
בקובץ
gps.h
.
מייצג את קו הרוחב במעלות.
ההגדרה מופיעה בשורה
533
בקובץ
gps.h
.
מייצג את קו האורך במעלות.
ההגדרה מופיעה בשורה
535
בקובץ
gps.h
.
מוגדר כ-sizeof(GpsLocation)
ההגדרה מופיעה בשורה
529
בקובץ
gps.h
.
מייצג את המהירות במטרים לשנייה.
ההגדרה מופיעה בשורה
541
בקובץ
gps.h
.
חותמת הזמן של תיקון המיקום.
ההגדרה מופיעה בשורה
547
בקובץ
gps.h
.
התיעוד של המבנה הזה נוצר מהקובץ הבא:
-
hardware/libhardware/include/hardware/
gps.h
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-27 (שעון UTC).
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2025-07-27 (שעון 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)"]]