By default, location data does not get returned in the API results. You have to add "location=true" to the API call to get location data back in your response.
For example, https://api.thingspeak.com/channels/119959/feeds.json?results=2&location=true
I hope that helps.