public static interface SegExtensions.GeoCoordinatesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Civic address of the location.
|
com.google.protobuf.ByteString |
getAddressBytes()
Civic address of the location.
|
float |
getLatitude()
Latitude of the geographic coordinate, in the WGS 84 datum.
|
float |
getLongitude()
Longitude of the geographic coordinate, in the WGS 84 datum.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getLatitude()
Latitude of the geographic coordinate, in the WGS 84 datum.
float latitude = 1;float getLongitude()
Longitude of the geographic coordinate, in the WGS 84 datum.
float longitude = 2;String getAddress()
Civic address of the location.
string address = 3;com.google.protobuf.ByteString getAddressBytes()
Civic address of the location.
string address = 3;Copyright © 2024. All rights reserved.