LatLng Proto
DataPools opened this issue · 1 comments
DataPools commented
Hi there,
I would like to setDeviceLocation in DialogStateIn.Builder
, however I am unable to due to this project missing LatLng.java
and LatLngOrBuilder.java.
I have tried manually compiling the LatLng protobuf to Java myself, but they do not work.
Is there a way to set the device location without these files? If not, how can I add LatLng and LatLngOrBuilder?
Any help would be much appreciated!
DataPools commented
Turns out I can just add https://mvnrepository.com/artifact/com.google.api.grpc/proto-google-common-protos to my Maven dependencies and import com.google.type.LatLng;