Hi Stephen
Thanks for the clarification, I totally agree with you that there’s no functionality in twitter platform to include the GPS location for the actor when Re-tweeting. However, the reason I’ve asked my question is the fact that I saw some activities with gnip.profilelocation.geo is specifying a GPS POINT not a polygon for the city ?, which is kind of weird !!!
I do not know why does GNIP associates a city to a single GPS coordinate if the re-tweet functionality does not exist in Re-Tweets ?
Thanks
gnip": {
“matching_rules”: [
{
“id”: 818344217340612608,
“tag”: null
}
],
“profileLocations”: [
{
“address”: {
“country”: “Saudi Arabia”,
“countryCode”: “SA”,
“locality”: “Jeddah”,
“region”: “Makkah”
},
“displayName”: “Jeddah, Makkah, Saudi Arabia”,
"geo": {
** “coordinates”: [**
** 39.21917,**
** 21.51694**
],
“type”: “point”
},
“objectType”: “place”
}
]
},