ComputeRoutesResponse
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
ComputeRoute, yanıt mesajını gönderir.
| JSON gösterimi |
{
"routes": [
{
object (Route)
}
],
"fallbackInfo": {
object (FallbackInfo)
}
} |
| Alanlar |
routes[] |
object (Route)
compute_alternatives_routes değerini belirttiğinizde hesaplanan rotalar dizisi (en fazla üç) içerir. Aksi takdirde yalnızca bir rota içerir. Bu dizi birden fazla giriş içeriyorsa ilk giriş en çok önerilen rotadır. Dizi boşsa rota bulunamadı demektir.
|
fallbackInfo |
object (FallbackInfo)
Sunucu, rota sonuçlarını tüm giriş tercihleriyle hesaplayamadığında farklı bir hesaplama yöntemi kullanabilir. Yedek modu kullanıldığında bu alan, yedek yanıtla ilgili ayrıntılı bilgi içerir. Aksi takdirde bu alan ayarlanmaz.
|
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 `ComputeRoutes` response includes a `routes` array, which contains computed routes. The array can hold up to three alternative routes, with the first being the most recommended. If no routes are found, the array is empty. A `fallbackInfo` object is also included in certain cases when the server uses a different computation method due to the inability to compute routes with the input preferences. Otherwise the object will be unset.\n"]]