Skip to content
Snippets Groups Projects
Commit 3d86bca2 authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Centers the sample location in Gran Canaria :P

parent 6ad8c200
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@
interface:@"RouteGuide"
method:@"GetFeature"];
RGDPoint *point = [[[[[RGDPointBuilder alloc] init] setLatitude:28E7] setLongitude:-30E7] build];
RGDPoint *point = [[[[[RGDPointBuilder alloc] init] setLatitude:28E7] setLongitude:-15E7] build];
id<GRXWriter> requestsWriter = [GRXWriter writerWithValue:[point data]];
GRPCCall *call = [[GRPCCall alloc] initWithHost:@"127.0.0.1:8980"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment