Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.42 KB | None | 0 0
  1. "bounds": {
  2.             "northeast": {
  3.                 "lat": 49.25535989999999,
  4.                 "lng": 18.9330042
  5.             },
  6.             "southwest": {
  7.                 "lat": 48.1305139,
  8.                 "lng": 17.1032654
  9.             }
  10.         }
  11.  
  12. bounce = new double[2,2] {
  13.                 {json["routes"][0]["bounds"][0]["northeast"]["lat"], json["routes"][0]["bounds"][0]["northeast"]["lng"]},
  14.                 {json["routes"][0]["bounds"][0]["southwest"]["lat"], json["routes"][0]["bounds"][0]["southwest"]["lng"]}
  15.             };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement