public static enum Search.GeoHashPrecision extends Enum<Search.GeoHashPrecision> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
GHP_1200M_609M_6 |
GHP_120CM_595MM_10 |
GHP_1252KM_624KM_2 |
GHP_149MM_149MM_11 |
GHP_152M_152M_7 |
GHP_156KM_156KM_3 |
GHP_37MM_19MM_12 |
GHP_38M_19M_8 |
GHP_39KM_19KM_4 |
GHP_480CM_480CM_9 |
GHP_4900M_4900M_5 |
GHP_5009KM_4992KM_1 |
| Modifier and Type | Field and Description |
|---|---|
static int |
GHP_1200M_609M_6_VALUE |
static int |
GHP_120CM_595MM_10_VALUE |
static int |
GHP_1252KM_624KM_2_VALUE |
static int |
GHP_149MM_149MM_11_VALUE |
static int |
GHP_152M_152M_7_VALUE |
static int |
GHP_156KM_156KM_3_VALUE |
static int |
GHP_37MM_19MM_12_VALUE |
static int |
GHP_38M_19M_8_VALUE |
static int |
GHP_39KM_19KM_4_VALUE |
static int |
GHP_480CM_480CM_9_VALUE |
static int |
GHP_4900M_4900M_5_VALUE |
static int |
GHP_5009KM_4992KM_1_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Search.GeoHashPrecision> |
internalGetValueMap() |
static Search.GeoHashPrecision |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Search.GeoHashPrecision |
valueOf(int value) |
static Search.GeoHashPrecision |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Search.GeoHashPrecision[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Search.GeoHashPrecision GHP_5009KM_4992KM_1
public static final Search.GeoHashPrecision GHP_1252KM_624KM_2
public static final Search.GeoHashPrecision GHP_156KM_156KM_3
public static final Search.GeoHashPrecision GHP_39KM_19KM_4
public static final Search.GeoHashPrecision GHP_4900M_4900M_5
public static final Search.GeoHashPrecision GHP_1200M_609M_6
public static final Search.GeoHashPrecision GHP_152M_152M_7
public static final Search.GeoHashPrecision GHP_38M_19M_8
public static final Search.GeoHashPrecision GHP_480CM_480CM_9
public static final Search.GeoHashPrecision GHP_120CM_595MM_10
public static final Search.GeoHashPrecision GHP_149MM_149MM_11
public static final Search.GeoHashPrecision GHP_37MM_19MM_12
public static final int GHP_5009KM_4992KM_1_VALUE
public static final int GHP_1252KM_624KM_2_VALUE
public static final int GHP_156KM_156KM_3_VALUE
public static final int GHP_39KM_19KM_4_VALUE
public static final int GHP_4900M_4900M_5_VALUE
public static final int GHP_1200M_609M_6_VALUE
public static final int GHP_152M_152M_7_VALUE
public static final int GHP_38M_19M_8_VALUE
public static final int GHP_480CM_480CM_9_VALUE
public static final int GHP_120CM_595MM_10_VALUE
public static final int GHP_149MM_149MM_11_VALUE
public static final int GHP_37MM_19MM_12_VALUE
public static Search.GeoHashPrecision[] values()
for (Search.GeoHashPrecision c : Search.GeoHashPrecision.values()) System.out.println(c);
public static Search.GeoHashPrecision valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static Search.GeoHashPrecision valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Search.GeoHashPrecision> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Search.GeoHashPrecision valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All Rights Reserved.