GeoCoordinates
Type name: GeoCoordinates
Extends StructuredValue
Name |
Type |
Description |
elevation |
Number or Text |
The elevation of a location. |
latitude |
Number or Text |
The latitude of a location. For example 37.42242 . |
longitude |
Number or Text |
The longitude of a location. For example -122.08585 . |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 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"]]