标签: angularjs google-places-api
我正在使用谷歌地图并使用" Google Places API"搜索地方...... 我需要的是将地点限制在一个国家或仅一个特定地区。 如何将Google地方限制为仅限于一个国家/地区?
感谢你......任何答案都应该受到赞赏!!
答案 0 :(得分:0)
使用componentRestrictions选项设置国家/地区限制。
componentRestrictions
for example: { componentRestrictions: { country: 'IN' } }