标签: google-maps google-maps-api-3
知道谷歌地图Api在其Supported Place Types list中有“学校”,但只是想知道是否有办法将子列表添加到该列表中?例如,有什么方法可以在以下代码中列出“小学”而不是所有学校?
var request = { location: myplace, radius: '500', types: ['Elementary school'] };