Package com.viam.service.navigation.v1
Enum Class 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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionMAP_TYPE_GPS = 2;
MAP_TYPE_NONE = 1;
MAP_TYPE_UNSPECIFIED = 0;
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
MAP_TYPE_GPS = 2;
static final int
MAP_TYPE_NONE = 1;
static final int
MAP_TYPE_UNSPECIFIED = 0;
-
Method Summary
Modifier and TypeMethodDescriptionstatic Navigation.MapType
forNumber
(int value) final int
static com.google.protobuf.Internal.EnumLiteMap<Navigation.MapType>
static com.google.protobuf.Internal.EnumVerifier
static Navigation.MapType
valueOf
(int value) Deprecated.static Navigation.MapType
Returns the enum constant of this class with the specified name.static Navigation.MapType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MAP_TYPE_UNSPECIFIED
MAP_TYPE_UNSPECIFIED = 0;
-
MAP_TYPE_NONE
MAP_TYPE_NONE = 1;
-
MAP_TYPE_GPS
MAP_TYPE_GPS = 2;
-
UNRECOGNIZED
-
-
Field Details
-
MAP_TYPE_UNSPECIFIED_VALUE
public static final int MAP_TYPE_UNSPECIFIED_VALUEMAP_TYPE_UNSPECIFIED = 0;
- See Also:
-
MAP_TYPE_NONE_VALUE
public static final int MAP_TYPE_NONE_VALUEMAP_TYPE_NONE = 1;
- See Also:
-
MAP_TYPE_GPS_VALUE
public static final int MAP_TYPE_GPS_VALUEMAP_TYPE_GPS = 2;
- See Also:
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
valueOf
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 nameNullPointerException
- if the argument is null
-
forNumber
-
internalGetValueMap
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-