Que tal compañeros, vengo a ustedes porque no puedo solucionar un problema, veran, tengo el siguiente problema, esta la siguiente estructura json
Código Javascript
:
Ver original{
"type": "FeatureCollection",
"features": [
{ "type": "Feature",
"geometry": {"type": "Point", "coordinates": [19.4247, -99.1339]},
"properties": {
"id": "000000000000000",
"accuracyInMeters": 82,
"timeStamp": 1269283714,
"reverseGeocode": "Mexico",
"photoUrl": "http://www.google.com/latitude/apps/badge/api?type=photo&photo=i1I3",
"photoWidth": 96,
"photoHeight": 96,
"placardUrl": "http://www.google.com/latitude/apps/badge/api?type=photo_placard&photo=i1I3&moving=false&stale=false&lod=1&format=png",
"placardWidth": 56,
"placardHeight": 59
}
}
]
}
Nota: Varios datos se cambiaron por "seguridad"
El problema es que no logro acceder a los nodos, por ejemplo quiero acceder a "coordinates" de la siguiente manera "features.geometry.coordinates" pero me manda error "undefined"
Si alguien tan amablre me puede ayudar a leer el json se lo agradecere enormemente