Advertisement
Guest User

Untitled

a guest
Apr 30th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.59 KB | None | 0 0
  1. 04-30 12:41:52.770: D/SearchPlaces2:(2644): { "html_attributions" : [], "result" : { "address_components" : [ { "long_name" : "123", "short_name" : "123", "types" : [ "street_number" ] }, { "long_name" : "Lewes Road", "short_name" : "Lewes Road", "types" : [ "route" ] }, { "long_name" : "Brighton", "short_name" : "Brighton", "types" : [ "postal_town" ] }, { "long_name" : "East Sussex", "short_name" : "East Sussex", "types" : [ "administrative_area_level_2", "political" ] }, { "long_name" : "United Kingdom", "short_name" : "GB", "types" : [ "country", "political" ] }, { "long_name" : "BN2 3QB", "short_name" : "BN2 3QB", "types" : [ "postal_code" ] } ], "adr_address" : "\u003cspan class=\"street-address\"\u003e123 Lewes Road\u003c/span\u003e, \u003cspan class=\"locality\"\u003eBrighton\u003c/span\u003e, \u003cspan class=\"region\"\u003eEast Sussex\u003c/span\u003e \u003cspan class=\"postal-code\"\u003eBN2 3QB\u003c/span\u003e, \u003cspan class=\"country-name\"\u003eUnited Kingdom\u003c/span\u003e", "formatted_address" : "123 Lewes Road, Brighton, East Sussex BN2 3QB, United Kingdom", "formatted_phone_number" : "01273 620888", "geometry" : { "location" : { "lat" : 50.836934, "lng" : -0.124652 } }, "icon" : "http://maps.gstatic.com/mapfiles/place_api/icons/bar-71.png", "id" : "ca24789e58f99d5ffdede320482f858b15df6f9b", "international_phone_number" : "+44 1273 620888", "name" : "The Gladstone", "opening_hours" : { "open_now" : true, "periods" : [ { "close" : { "day" : 1, "time" : "0100" }, "open" : { "day" : 0, "time" : "1200" } }, { "close" : { "day" : 2, "time" : "0000" }, "open" : { "day" : 1, "time" : "1200" } }, { "close" : { "day" : 3, "time" : "0000" }, "open" : { "day" : 2, "time" : "1200" } }, { "close" : { "day" : 4, "time" : "0000" }, "open" : { "day" : 3, "time" : "1200" } }, { "close" : { "day" : 5, "time" : "0000" }, "open" : { "day" : 4, "time" : "1200" } }, { "close" : { "day" : 6, "time" : "0000" }, "open" : { "day" : 5, "time" : "1200" } }, { "close" : { "day" : 0, "time" : "0100" }, "open" : { "day" : 6, "time" : "1200" } } ], "weekday_text" : [ "Monday: 12:00 pm – 12:00 am", "Tuesday: 12:00 pm – 12:00 am", "Wednesday: 12:00 pm – 12:00 am", "Thursday: 12:00 pm – 12:00 am", "Friday: 12:00 pm – 12:00 am", "Saturday: 12:00 pm – 1:00 am", "Sunday: 12:00 pm – 1:00 am" ] }, "photos" : [ { "height" : 1536, "html_attributions" : [ "\u003ca href=\"https://plus.google.com/103691683290067093560\"\u003eGreta Lindsay\u003c/a\u003e" ],
  2. 04-30 12:41:52.770: W/System.err(2644): org.json.JSONException: No value for results
  3. 04-30 12:41:52.780: W/System.err(2644): at org.json.JSONObject.get(JSONObject.java:355)
  4. 04-30 12:41:52.780: W/System.err(2644): at org.json.JSONObject.getJSONArray(JSONObject.java:549)
  5. 04-30 12:41:52.780: W/System.err(2644): at com.lw276.justdine.GoogleMap$SearchPlaces.onPostExecute(GoogleMap.java:192)
  6. 04-30 12:41:52.780: W/System.err(2644): at com.lw276.justdine.GoogleMap$SearchPlaces.onPostExecute(GoogleMap.java:1)
  7. 04-30 12:41:52.780: W/System.err(2644): at android.os.AsyncTask.finish(AsyncTask.java:632)
  8. 04-30 12:41:52.780: W/System.err(2644): at android.os.AsyncTask.access$600(AsyncTask.java:177)
  9. 04-30 12:41:52.780: W/System.err(2644): at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:645)
  10. 04-30 12:41:52.780: W/System.err(2644): at android.os.Handler.dispatchMessage(Handler.java:102)
  11. 04-30 12:41:52.780: W/System.err(2644): at android.os.Looper.loop(Looper.java:136)
  12. 04-30 12:41:52.780: W/System.err(2644): at android.app.ActivityThread.main(ActivityThread.java:5001)
  13. 04-30 12:41:52.780: W/System.err(2644): at java.lang.reflect.Method.invokeNative(Native Method)
  14. 04-30 12:41:52.780: W/System.err(2644): at java.lang.reflect.Method.invoke(Method.java:515)
  15. 04-30 12:41:52.780: W/System.err(2644): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
  16. 04-30 12:41:52.780: W/System.err(2644): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
  17. 04-30 12:41:52.780: W/System.err(2644): at dalvik.system.NativeStart.main(Native Method)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement