How to get location coordinates knowing place_id via google javascript api
问题 I know place_id, and I need to know it's coordinates. I can do GET https://maps.googleapis.com/maps/api/geocode/json?place_id=ChIJOwE7_GTtwokRFq0uOwLSE9g&key=KEY_GOES_HERE which gives me something like that: ``` "results" : [ { "address_components" : [...], "formatted_address" : "New York County, NY, USA", "geometry" : { "bounds" : {...}, "location" : { "lat" : 40.7830603, "lng" : -73.9712488 }, "location_type" : "APPROXIMATE", "viewport" : {...} }, "partial_match" : true, "place_id" :