Stern Taxi Fare插件 - Google Direction API提供错误

时间:2017-03-16 17:18:32

标签: google-maps google-api

几个月前,我买了一个插件(Stern Taxi Fare)。出租车计算器一直运行良好,并始终与Google API相关联。在过去两天,当我连接时,该插件可能使用或未使用Google API,并指示API指示中的错误。我打开调试模式,当它没有连接时我收到此错误。

----------------------------- DEBUG ----------------- ------------

object(stdClass) #2595 (3) { ["geocoded_waypoints"]= > array(2) {
    [0] => object(stdClass) #2581 (3) { ["geocoder_status"]= > string(2)
    "OK" ["place_id"] => string(27)
    "ChIJKSshOsWinkcRoOeL161IHgQ" ["types"] => array(2) {
        [0] => string(8)
        "locality" [1] => string(9)
        "political"
    }
}[1] => object(stdClass) #2596 (3) { ["geocoder_status"]= > string(2)
"OK" ["place_id"] => string(27)
"ChIJR9PV36Zuv4cRuh8PH2dhM6A" ["types"] => array(1) {
    [0] => string(7)
    "premise"
}
}
}["routes"] => array(0) {}["status"] => string(12)
"ZERO_RESULTS"
}
https: //maps.googleapis.com/maps/api/directions/json?origin=A&destination=B&key=AIzaSyAOW6tedtoxgX2VN0Qu256rriLHBJW5Vtk

----------------------------- DEBUG ----------------- ------------

此插件的发布者不再支持它,并且在他们的演示页面上似乎也有同样的问题: http://stern-taxi-fare.sternwebagency.com/fr/home/

2 个答案:

答案 0 :(得分:0)

  1. 找到Controller / stern_taxi_fare_functions.php
  2. 转到第881行并替换" origin = A"与" origin =洛杉矶"
  3. 转到第882行并替换" destination = B"与"目的地=拉斯维加斯"
  4. 这将修复严厉的出租车费用并启用预订,享受。

答案 1 :(得分:0)

梅拉妮。如上所述,在将城市添加到这些区域之后,表格肯定会显示出来。我建议自动完成地址以启用:

Google Places API网络服务