public static interface ResultProtos.Result.GeoLocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBox()
optional string box = 2; |
com.google.protobuf.ByteString |
getBoxBytes()
optional string box = 2; |
String |
getPlace()
optional string place = 3; |
com.google.protobuf.ByteString |
getPlaceBytes()
optional string place = 3; |
String |
getPoint()
optional string point = 1; |
com.google.protobuf.ByteString |
getPointBytes()
optional string point = 1; |
boolean |
hasBox()
optional string box = 2; |
boolean |
hasPlace()
optional string place = 3; |
boolean |
hasPoint()
optional string point = 1; |
boolean hasPoint()
optional string point = 1;String getPoint()
optional string point = 1;com.google.protobuf.ByteString getPointBytes()
optional string point = 1;boolean hasBox()
optional string box = 2;String getBox()
optional string box = 2;com.google.protobuf.ByteString getBoxBytes()
optional string box = 2;boolean hasPlace()
optional string place = 3;String getPlace()
optional string place = 3;com.google.protobuf.ByteString getPlaceBytes()
optional string place = 3;Copyright © 2019. All rights reserved.