GeoCoordinates
Dane geograficzne lokalizacji, w tym szerokość i długość geograficzna oraz adres.
Zapis JSON |
{
"latitude": number,
"longitude": number,
// Union field addresses can be only one of the following:
"address": {
object (PostalAddress )
},
"unstructuredAddress": string
// End of list of possible types for union field addresses .
} |
Pola |
latitude |
number
Szerokość geograficzna w stopniach. (opcjonalnie)
|
longitude |
number
Długość geograficzna w stopniach. (opcjonalnie)
|
Pole sumy addresses . Adres lokalizacji może być uporządkowany lub nieuporządkowany. addresses może mieć tylko jedną z tych wartości: |
address |
object (PostalAddress )
Preferowany adres pocztowy lokalizacji.
|
unstructuredAddress |
string
Jako adres zastępczy można też podać nieuporządkowany adres. np. „1600 Amphitheatre Parkway, Mountain View, CA 94043”
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-10-18 UTC.
[null,null,["Ostatnia aktualizacja: 2024-10-18 UTC."],[[["The Geo data of a location includes latitude, longitude, and address, represented in JSON format."],["Address can be provided in a structured format using `address` field (PostalAddress object) or an unstructured format using `unstructuredAddress` field (string)."],["Latitude and longitude are represented as numbers in degrees and are optional fields within the Geo data."]]],[]]