I am trying to build an application that needs to use the "location" property for the Google NewsSearch Class which can be found here: http://code.google.com/apis/newssearch/v1/reference.html Using the google playground, all the other properties such as Title, Content, URL, etc., work perfectly fine, except the location property returns no results. I have tried treating it as both a string and an array and it has no data. Does anyone know why this property isnt working? Much appreciated