gRPC : In unary what is the correct format to pass multiple data?

I have one request for which I want to run with different set of data time each time
How to pass different set of data for same request

e.g. In the screenshot I want to pass different values for - latitude, longitude each time

like [{ “latitude”: 407838351, “longitude”: -746143763 }, { “latitude”: 419999544, “longitude”: -740371136 }, { “latitude”: 419611318, “longitude”: -746524769 }, { “latitude”: 412144655, “longitude”: -743949739 }]

Hi @shailendrakumaromkar

Did you have a change to review the data parameterization examples. I believe they can help you out.

Let me know if otherwise. I haven’t used this with grpc.

Cheers!