How can I get the plus.google URL page of the corresponding google place based on the place_id I obtain from the json the maps.googleapis.com/maps/api/place returns?
相关问题
- Unable to get special opening hours from Google Pl
- Passing google event data in addListener
- Google Places api for android network error
- Error this API project is not authorized to use th
- Validate Place Owner Google Places API
相关文章
- Google Places API place_id field length
- Does Google ever remove a place from it's API
- Is It Possible To Open Google Maps By PlaceId?
- The Places API for iOS is not enabled error
- Google autocompleter place doesn't work in the
- Fetching nearby places using google maps
- Google Places AutocompleteService filtering by cou
- Getting “The provided API key is expired.” error o
This seems old post now but wanted to add some more details. 'places' details API provides google plus URL:
Quoting from https://developers.google.com/places/documentation/details:
You once you have place_id, use:
https://maps.googleapis.com/maps/api/place/details/json?key=your_key&placeid=interested_place_id
And look for 'url' key.
Its a different question if you want to extract details from that page. I do not know if google has API for this.
Perhaps you can use the Place Details api using the place_id?
https://developers.google.com/places/documentation/details