Google Maps – Weird geometry.location attributes (G, 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() and .lng()).

Leave a Comment