半径10公里内的传单自动完成搜索

时间:2019-03-13 19:21:41

标签: leaflet

是否可以将传单搜索设置为仅在特定纬度/经度点周围的半径内进行搜索?

我尝试过:

L.control
 .GooglePlacesSearchBox({
   position: 'topright',
   radius: 10,
   location: [-26.158841, 28.110796]
 })
 .addTo(map)

但是似乎并不容易。

0 个答案:

没有答案