Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Side by Side Diff: third_party/grpc/examples/objective-c/route_guide/route_guide_db.json

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [{
2 "location": {
3 "latitude": 407838351,
4 "longitude": -746143763
5 },
6 "name": "Patriots Path, Mendham, NJ 07945, USA"
7 }, {
8 "location": {
9 "latitude": 408122808,
10 "longitude": -743999179
11 },
12 "name": "101 New Jersey 10, Whippany, NJ 07981, USA"
13 }, {
14 "location": {
15 "latitude": 413628156,
16 "longitude": -749015468
17 },
18 "name": "U.S. 6, Shohola, PA 18458, USA"
19 }, {
20 "location": {
21 "latitude": 419999544,
22 "longitude": -740371136
23 },
24 "name": "5 Conners Road, Kingston, NY 12401, USA"
25 }, {
26 "location": {
27 "latitude": 414008389,
28 "longitude": -743951297
29 },
30 "name": "Mid Hudson Psychiatric Center, New Hampton, NY 10958, USA"
31 }, {
32 "location": {
33 "latitude": 419611318,
34 "longitude": -746524769
35 },
36 "name": "287 Flugertown Road, Livingston Manor, NY 12758, USA"
37 }, {
38 "location": {
39 "latitude": 406109563,
40 "longitude": -742186778
41 },
42 "name": "4001 Tremley Point Road, Linden, NJ 07036, USA"
43 }, {
44 "location": {
45 "latitude": 416802456,
46 "longitude": -742370183
47 },
48 "name": "352 South Mountain Road, Wallkill, NY 12589, USA"
49 }, {
50 "location": {
51 "latitude": 412950425,
52 "longitude": -741077389
53 },
54 "name": "Bailey Turn Road, Harriman, NY 10926, USA"
55 }, {
56 "location": {
57 "latitude": 412144655,
58 "longitude": -743949739
59 },
60 "name": "193-199 Wawayanda Road, Hewitt, NJ 07421, USA"
61 }, {
62 "location": {
63 "latitude": 404306372,
64 "longitude": -741079661
65 },
66 "name": ""
67 }, {
68 "location": {
69 "latitude": 403966326,
70 "longitude": -748519297
71 },
72 "name": ""
73 }, {
74 "location": {
75 "latitude": 405002031,
76 "longitude": -748407866
77 },
78 "name": ""
79 }, {
80 "location": {
81 "latitude": 409532885,
82 "longitude": -742200683
83 },
84 "name": ""
85 }, {
86 "location": {
87 "latitude": 416851321,
88 "longitude": -742674555
89 },
90 "name": ""
91 }, {
92 "location": {
93 "latitude": 406411633,
94 "longitude": -741722051
95 },
96 "name": "3387 Richmond Terrace, Staten Island, NY 10303, USA"
97 }, {
98 "location": {
99 "latitude": 413069058,
100 "longitude": -744597778
101 },
102 "name": "261 Van Sickle Road, Goshen, NY 10924, USA"
103 }, {
104 "location": {
105 "latitude": 418465462,
106 "longitude": -746859398
107 },
108 "name": ""
109 }, {
110 "location": {
111 "latitude": 411733222,
112 "longitude": -744228360
113 },
114 "name": ""
115 }, {
116 "location": {
117 "latitude": 410248224,
118 "longitude": -747127767
119 },
120 "name": "3 Hasta Way, Newton, NJ 07860, USA"
121 }]
OLDNEW
« no previous file with comments | « third_party/grpc/examples/objective-c/route_guide/ViewControllers.m ('k') | third_party/grpc/examples/php/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698