Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/google-maps/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 使用Google Places API在传单/备选方案上显示_Javascript_Google Maps_Leaflet_Google Places Api_Gis - Fatal编程技术网

Javascript 使用Google Places API在传单/备选方案上显示

Javascript 使用Google Places API在传单/备选方案上显示,javascript,google-maps,leaflet,google-places-api,gis,Javascript,Google Maps,Leaflet,Google Places Api,Gis,我正在制作一张带有传单的地图,展示学校附近的社区服务。我用谷歌的PlacesAPI找到了学校,并把它们放在地图上。我注意到这违反了谷歌的服务条款: 如果应用程序在地图上显示Google Places API Web服务数据,则该地图必须由Google提供 在项目的这一阶段,更改为google maps api是不现实的,因为已经存在许多其他依赖项,是否有其他来源可以用于查找附近的社区服务,使我能够将它们显示在传单地图上?因为您使用传单:您考虑过吗?

我正在制作一张带有传单的地图,展示学校附近的社区服务。我用谷歌的PlacesAPI找到了学校,并把它们放在地图上。我注意到这违反了谷歌的服务条款:

如果应用程序在地图上显示Google Places API Web服务数据,则该地图必须由Google提供


在项目的这一阶段,更改为google maps api是不现实的,因为已经存在许多其他依赖项,是否有其他来源可以用于查找附近的社区服务,使我能够将它们显示在传单地图上?

因为您使用传单:您考虑过吗?