LatLongPoint
نمایندگی JSON |
---|
{
"kind": string,
"latitude": number,
"longitude": number
} |
فیلدها |
---|
kind (deprecated) | string مشخص می کند که این چه نوع منبعی است. مقدار: رشته ثابت "walletobjects#latLongPoint" . |
latitude | number عرض جغرافیایی به عنوان هر مقداری در محدوده -90.0 تا +90.0 مشخص شده است، هر دو شامل. ارزش های خارج از این محدوده ها رد خواهند شد. |
longitude | number طول جغرافیایی مشخص شده در محدوده -180.0 تا +180.0، هر دو شامل. ارزش های خارج از این محدوده ها رد خواهند شد. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی."],[[["JSON representation defines a location using latitude and longitude coordinates."],["The `kind` field, identifying the resource type as `\"walletobjects#latLongPoint\"`, is deprecated and should not be used."],["Latitude values must be within the range of -90.0 to +90.0, while longitude values must be within the range of -180.0 to +180.0."]]],["The JSON object represents a geographical point with `latitude` and `longitude` coordinates. Latitude must be a number between -90.0 and 90.0, while longitude must be between -180.0 and 180.0. A deprecated `kind` field, fixed to \"walletobjects#latLongPoint\", is included but should not be used. These fields define the location and ensure it falls within valid geographic boundaries.\n"]]