Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
LocationInfoLog
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Deliveries API'de ek tanımlayıcılara sahip bir konum.
| JSON gösterimi |
{
"point": {
object (LatLng)
},
"place": string,
"pointLocationSource": enum (PointSourceLog)
} |
| Alanlar |
point |
object (LatLng)
Konumun enlem/boylam değerleri.
|
place |
string
Bu konumu temsil eden yerin kaynak adı. Biçimi places/{place_id}'tir.
|
pointLocationSource |
enum (PointSourceLog)
latlng point alanının kaynağı.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-08-31 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-08-31 UTC."],[],["The JSON representation of a location in the Deliveries API includes a `point` field. This `point` is an object containing the latitude and longitude (`LatLng`) coordinates of the location. The provided schema defines the structure for specifying a geographic location using the `LatLng` object within the `point` field. The core information is that a `location` is represented with a `point` that holds `LatLng`.\n"]]