【问题标题】:How to get the same result of google maps using google places api如何使用谷歌地方 api 获得与谷歌地图相同的结果
【发布时间】:2017-06-08 23:43:25
【问题描述】:

【问题讨论】:

    标签: google-maps google-places-api


    【解决方案1】:

    您可以使用谷歌地图 PlacesService。

    service = new google.maps.places.PlacesService(map);
    service.nearbySearch(request, callback);
    

    有关参数及其使用方法的更多详细信息, 检查:https://developers.google.com/maps/documentation/javascript/places

    【讨论】:

    • 不幸的是,我必须使用 Places API(我在 PHP Web 服务中使用它们),所以我无法使用 Javascript 库。
    猜你喜欢
    • 2012-02-25
    • 2012-07-06
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-10-17
    • 1970-01-01
    • 2011-03-25
    • 2011-03-29
    相关资源
    最近更新 更多