Cuando se hace una consulta a esta URL --> https://wanderdrone.appspot.com/
Se devuelve un GeoJSON:
{"geometry": {"type": "Point", "coordinates": [-80.318956205249776, 21.32829010710741]}, "type": "Feature", "properties": {}}
{
"geometry":{
"type":"Point",
"coordinates":[
-80.318956205249776,
21.32829010710741
]
},
"type":"Feature",
"properties":{
}
}