1
This commit is contained in:
@@ -38,8 +38,8 @@ func TestCoordinateChange(t *testing.T) {
|
||||
func TestTencentCyclingPlanning(t *testing.T) {
|
||||
distance, duration, point, err := tencent.TencentCyclingPlanning(&TencentCyclingPlanningReq{
|
||||
Key: tencent.key,
|
||||
From: "30.637486,103.919896",
|
||||
To: "30.604708,103.913647",
|
||||
From: "30.610506,104.065132",
|
||||
To: "30.581323,104.048340",
|
||||
})
|
||||
if err != nil {
|
||||
t.Log(err)
|
||||
|
||||
Reference in New Issue
Block a user