com.google.maps.routing.v2.PolylineDetailsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-maps-routing-v2 Show documentation
Show all versions of proto-google-maps-routing-v2 Show documentation
Proto library for google-maps-routing
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/maps/routing/v2/polyline_details.proto
// Protobuf Java Version: 3.25.5
package com.google.maps.routing.v2;
public interface PolylineDetailsOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.maps.routing.v2.PolylineDetails)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Flyover details along the polyline.
*
*
* repeated .google.maps.routing.v2.PolylineDetails.FlyoverInfo flyover_info = 12;
*/
java.util.List getFlyoverInfoList();
/**
*
*
*
* Flyover details along the polyline.
*
*
* repeated .google.maps.routing.v2.PolylineDetails.FlyoverInfo flyover_info = 12;
*/
com.google.maps.routing.v2.PolylineDetails.FlyoverInfo getFlyoverInfo(int index);
/**
*
*
*
* Flyover details along the polyline.
*
*
* repeated .google.maps.routing.v2.PolylineDetails.FlyoverInfo flyover_info = 12;
*/
int getFlyoverInfoCount();
/**
*
*
*
* Flyover details along the polyline.
*
*
* repeated .google.maps.routing.v2.PolylineDetails.FlyoverInfo flyover_info = 12;
*/
java.util.List extends com.google.maps.routing.v2.PolylineDetails.FlyoverInfoOrBuilder>
getFlyoverInfoOrBuilderList();
/**
*
*
*
* Flyover details along the polyline.
*
*
* repeated .google.maps.routing.v2.PolylineDetails.FlyoverInfo flyover_info = 12;
*/
com.google.maps.routing.v2.PolylineDetails.FlyoverInfoOrBuilder getFlyoverInfoOrBuilder(
int index);
/**
*
*
*
* Narrow road details along the polyline.
*
*
* repeated .google.maps.routing.v2.PolylineDetails.NarrowRoadInfo narrow_road_info = 13;
*
*/
java.util.List getNarrowRoadInfoList();
/**
*
*
*
* Narrow road details along the polyline.
*
*
* repeated .google.maps.routing.v2.PolylineDetails.NarrowRoadInfo narrow_road_info = 13;
*
*/
com.google.maps.routing.v2.PolylineDetails.NarrowRoadInfo getNarrowRoadInfo(int index);
/**
*
*
*
* Narrow road details along the polyline.
*
*
* repeated .google.maps.routing.v2.PolylineDetails.NarrowRoadInfo narrow_road_info = 13;
*
*/
int getNarrowRoadInfoCount();
/**
*
*
*
* Narrow road details along the polyline.
*
*
* repeated .google.maps.routing.v2.PolylineDetails.NarrowRoadInfo narrow_road_info = 13;
*
*/
java.util.List extends com.google.maps.routing.v2.PolylineDetails.NarrowRoadInfoOrBuilder>
getNarrowRoadInfoOrBuilderList();
/**
*
*
*
* Narrow road details along the polyline.
*
*
* repeated .google.maps.routing.v2.PolylineDetails.NarrowRoadInfo narrow_road_info = 13;
*
*/
com.google.maps.routing.v2.PolylineDetails.NarrowRoadInfoOrBuilder getNarrowRoadInfoOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy