location = getRawString("location", tweet);
geoLocation = z_T4JInternalJSONImplFactory.createGeoLocation(tweet);
if (!tweet.isNull("annotations")) {
try {
JSONArray annotationsArray = tweet.getJSONArray("annotations");
annotations = new Annotations(annotationsArray);
} catch (JSONException ignore) {
}
}
if (!tweet.isNull("place")) {
try {