When I access the Places API, Google sends back an object with, among other things, these two properties :
location.geometry.G location.geometry.K
Those are undocumented properties of the API (the latitude and longitude of that particular google.maps.LatLng object)
Access them reliably by using the documented methods (.lat(), .lng())
.lat()
.lng()