public interface PlusCodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCompoundCode()
Place's compound code, such as "33GV+HQ, Ramberg, Norway", containing
the suffix of the global code and replacing the prefix with a formatted
name of a reference entity.
|
com.google.protobuf.ByteString |
getCompoundCodeBytes()
Place's compound code, such as "33GV+HQ, Ramberg, Norway", containing
the suffix of the global code and replacing the prefix with a formatted
name of a reference entity.
|
String |
getGlobalCode()
Place's global (full) code, such as "9FWM33GV+HQ", representing an
1/8000 by 1/8000 degree area (~14 by 14 meters).
|
com.google.protobuf.ByteString |
getGlobalCodeBytes()
Place's global (full) code, such as "9FWM33GV+HQ", representing an
1/8000 by 1/8000 degree area (~14 by 14 meters).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGlobalCode()
Place's global (full) code, such as "9FWM33GV+HQ", representing an 1/8000 by 1/8000 degree area (~14 by 14 meters).
string global_code = 1;com.google.protobuf.ByteString getGlobalCodeBytes()
Place's global (full) code, such as "9FWM33GV+HQ", representing an 1/8000 by 1/8000 degree area (~14 by 14 meters).
string global_code = 1;String getCompoundCode()
Place's compound code, such as "33GV+HQ, Ramberg, Norway", containing the suffix of the global code and replacing the prefix with a formatted name of a reference entity.
string compound_code = 2;com.google.protobuf.ByteString getCompoundCodeBytes()
Place's compound code, such as "33GV+HQ, Ramberg, Norway", containing the suffix of the global code and replacing the prefix with a formatted name of a reference entity.
string compound_code = 2;Copyright © 2023 Google LLC. All rights reserved.