How do I access json object elements from this json in JS?

I have this Json object and need to consume latitude and longitude

Object {
 "coords": Object {
   "accuracy": 22.512498028738957,
   "altitude": 56.650177001953125,
   "altitudeAccuracy": 9.316750526428223,
   "heading": -1,
   "latitude": 44.63884296672757,
   "longitude": -63.59112091788229,
   "speed": -1,
  },
  "timestamp": 1648821089319.792,
}