Enum Class Navigation.MapType

java.lang.Object
java.lang.Enum<Navigation.MapType>
com.viam.service.navigation.v1.Navigation.MapType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<Navigation.MapType>, Constable
Enclosing class:
Navigation

public static enum Navigation.MapType extends Enum<Navigation.MapType> implements com.google.protobuf.Internal.EnumLite
 MapType represents the various types of maps the navigation service can ingest.
 
Protobuf enum viam.service.navigation.v1.MapType
  • Enum Constant Details

  • Field Details

    • MAP_TYPE_UNSPECIFIED_VALUE

      public static final int MAP_TYPE_UNSPECIFIED_VALUE
      MAP_TYPE_UNSPECIFIED = 0;
      See Also:
    • MAP_TYPE_NONE_VALUE

      public static final int MAP_TYPE_NONE_VALUE
      MAP_TYPE_NONE = 1;
      See Also:
    • MAP_TYPE_GPS_VALUE

      public static final int MAP_TYPE_GPS_VALUE
      MAP_TYPE_GPS = 2;
      See Also:
  • Method Details

    • values

      public static Navigation.MapType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Navigation.MapType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class 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
    • valueOf

      @Deprecated public static Navigation.MapType valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static Navigation.MapType forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<Navigation.MapType> internalGetValueMap()
    • internalGetVerifier

      public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()