GeoCoordins
Tên loại: GeoCoordinates
Mở rộng StructureValue
Tên |
Loại |
Mô tả |
elevation |
Số hoặc Văn bản |
Độ cao của một địa điểm. |
vĩ độ |
Số hoặc Văn bản |
Vĩ độ của một vị trí. Ví dụ: 37.42242 . |
longitude |
Số hoặc Văn bản |
Kinh độ của một địa điểm. Ví dụ: -122.08585 . |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-09-04 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-09-04 UTC."],[[["`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"]]