GeoCoordinates
اكتب الاسم: GeoCoordinates
لتوسيع structuredValue
الاسم |
النوع |
الوصف |
elevation |
Number أو Text |
ارتفاع موقع جغرافي. |
خط العرض |
Number أو Text |
خط العرض لموقع. على سبيل المثال 37.42242 . |
longitude |
Number أو Text |
خط الطول لموقع. على سبيل المثال -122.08585 . |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-04 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-04 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`GeoCoordinates` stores the geographical location information, including latitude, longitude, and elevation."],["It uses `Number` or `Text` types to represent the elevation, latitude, and longitude values."],["`GeoCoordinates` extends the `StructuredValue` type, inheriting its properties and functionalities."]]],["The `GeoCoordinates` type, extending `StructuredValue`, defines geographical location data. It includes three properties: `elevation`, `latitude`, and `longitude`. Each of these properties can be represented as either a `Number` or `Text`. `latitude` and `longitude` specify the location's coordinates, for example, `37.42242` and `-122.08585`, respectively. `elevation` details the location's altitude.\n"]]