This commit is contained in:
邹宗楠
2024-07-31 13:14:24 +08:00
parent 8533b94f24
commit 8ecfd93781
4 changed files with 404 additions and 390 deletions

View File

@@ -1,7 +1,13 @@
package autonavi
import (
"fmt"
"git.rosy.net.cn/baseapi/utils"
"strings"
)
// GetCyclingPlan 获取骑手的骑行计划
/*func (a *API) GetCyclingPlan(origin, destination string) ([]string, int64, int64, error) {
func (a *API) GetCyclingPlan(origin, destination string) ([]string, int64, int64, error) {
param := map[string]interface{}{
"key": a.key,
"origin": origin,
@@ -39,4 +45,3 @@ package autonavi
return polyLineList, distance, duration, nil
}
*/