When I search for any significant place on Google, the results page includes a sidebar with information about this city and often includes a list of attractions:

If I click on the “View 15+ more” link, I get a scrollable view and more:

Is there any way to get these places (or similar) through the Places API? You can search in the neighborhood, text and radar based on location, and you need to specify one type (from this list ), or you can use an array typesfor several at the same time, but it is deprecated.
, API- Places , . ? Google .
, , type, :
function initialize() {
var centre = new google.maps.LatLng(51.506974, -0.127488);
var map = new google.maps.Map(document.getElementById("map"), {
zoom: 15,
center: centre,
mapTypeId: google.maps.MapTypeId.ROADMAP
});
var service = new google.maps.places.PlacesService(map);
service.nearbySearch({
location: centre,
radius: 1000
}, function (results, status) {
if (status === google.maps.places.PlacesServiceStatus.OK) {
for (var i = 0; i < results.length; i++) {
console.log(results[i].name);
}
}
});
}
google.maps.event.addDomListener(window, 'load', initialize);
html, body, #map { width: 100%; height: 100% }
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?libraries=places"></script>
<div id="map"></div>
Hide result:
- The Trafalgar Hotel
- Corinthia Hotel London
- Amba Charing Cross
- Sofitel London St James
- Radisson Blu Edwardian,
- Piccadilly
- Premier Inn London Leicester Square
- W -
- The Savoy
- Strand Palace
- Le Méridien Piccadilly
- Piccadilly
- The Cavendish London
- The Z Hotel Soho
- .
- Soho
type: ['museum'] , . 5 , :
- War Rooms
- Courtauld
- .
- 19
- Spencer House Ltd
- Whitfield Fine Art (-)
- ICA
- Max Rutherston Ltd (-)
- Hazzlitt Holland-hibbert (-)
- ()
- London Original Print Fair ( )
- ( )
- الطرف الاغر (: "" )
API, ( ) .