diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-03-23 14:13:08 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-04-21 13:32:03 -0700 |
commit | 3d86bca23fc9dcd4c050a02865a51ed580c9397f (patch) | |
tree | b2c130cde572766c6d66c5b5f2c2c7a72b485b68 /src | |
parent | 6ad8c2008ebb30e0b411a391746403f3fd7c109c (diff) |
Centers the sample location in Gran Canaria :P
Diffstat (limited to 'src')
-rw-r--r-- | src/objective-c/examples/Sample/SampleTests/SampleTests.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/examples/Sample/SampleTests/SampleTests.m b/src/objective-c/examples/Sample/SampleTests/SampleTests.m index 838efc1ce5..ca5e302a17 100644 --- a/src/objective-c/examples/Sample/SampleTests/SampleTests.m +++ b/src/objective-c/examples/Sample/SampleTests/SampleTests.m @@ -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" |