Enum ComputeRoutesRequest.ExtraComputation

    • Enum Constant Detail

      • EXTRA_COMPUTATION_UNSPECIFIED

        public static final ComputeRoutesRequest.ExtraComputation EXTRA_COMPUTATION_UNSPECIFIED
         Not used. Requests containing this value will fail.
         
        EXTRA_COMPUTATION_UNSPECIFIED = 0;
      • HTML_FORMATTED_NAVIGATION_INSTRUCTIONS

        public static final ComputeRoutesRequest.ExtraComputation HTML_FORMATTED_NAVIGATION_INSTRUCTIONS
         [Navigation
         Instructions][google.maps.routing.v2.NavigationInstructions.instructions]
         presented as a formatted HTML text string. This content
         is meant to be read as-is. This content is for display only.
         Do not programmatically parse it.
         
        HTML_FORMATTED_NAVIGATION_INSTRUCTIONS = 4;
    • Field Detail

      • EXTRA_COMPUTATION_UNSPECIFIED_VALUE

        public static final int EXTRA_COMPUTATION_UNSPECIFIED_VALUE
         Not used. Requests containing this value will fail.
         
        EXTRA_COMPUTATION_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • TOLLS_VALUE

        public static final int TOLLS_VALUE
         Toll information for the route(s).
         
        TOLLS = 1;
        See Also:
        Constant Field Values
      • FUEL_CONSUMPTION_VALUE

        public static final int FUEL_CONSUMPTION_VALUE
         Estimated fuel consumption for the route(s).
         
        FUEL_CONSUMPTION = 2;
        See Also:
        Constant Field Values
      • TRAFFIC_ON_POLYLINE_VALUE

        public static final int TRAFFIC_ON_POLYLINE_VALUE
         Traffic aware polylines for the route(s).
         
        TRAFFIC_ON_POLYLINE = 3;
        See Also:
        Constant Field Values
      • HTML_FORMATTED_NAVIGATION_INSTRUCTIONS_VALUE

        public static final int HTML_FORMATTED_NAVIGATION_INSTRUCTIONS_VALUE
         [Navigation
         Instructions][google.maps.routing.v2.NavigationInstructions.instructions]
         presented as a formatted HTML text string. This content
         is meant to be read as-is. This content is for display only.
         Do not programmatically parse it.
         
        HTML_FORMATTED_NAVIGATION_INSTRUCTIONS = 4;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static ComputeRoutesRequest.ExtraComputation[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ComputeRoutesRequest.ExtraComputation c : ComputeRoutesRequest.ExtraComputation.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ComputeRoutesRequest.ExtraComputation valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static ComputeRoutesRequest.ExtraComputation valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static ComputeRoutesRequest.ExtraComputation forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static ComputeRoutesRequest.ExtraComputation valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null