Uses of Class
com.google.maps.routing.v2.PolylineEncoding
-
Packages that use PolylineEncoding Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of PolylineEncoding in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return PolylineEncoding Modifier and Type Method Description static PolylineEncoding
PolylineEncoding. forNumber(int value)
PolylineEncoding
ComputeRoutesRequest.Builder. getPolylineEncoding()
Optional.PolylineEncoding
ComputeRoutesRequest. getPolylineEncoding()
Optional.PolylineEncoding
ComputeRoutesRequestOrBuilder. getPolylineEncoding()
Optional.static PolylineEncoding
PolylineEncoding. valueOf(int value)
Deprecated.static PolylineEncoding
PolylineEncoding. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PolylineEncoding
PolylineEncoding. valueOf(String name)
Returns the enum constant of this type with the specified name.static PolylineEncoding[]
PolylineEncoding. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.maps.routing.v2 that return types with arguments of type PolylineEncoding Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PolylineEncoding>
PolylineEncoding. internalGetValueMap()
Methods in com.google.maps.routing.v2 with parameters of type PolylineEncoding Modifier and Type Method Description ComputeRoutesRequest.Builder
ComputeRoutesRequest.Builder. setPolylineEncoding(PolylineEncoding value)
Optional.
-