1
This commit is contained in:
@@ -1,5 +1,20 @@
|
||||
package baidunavi
|
||||
|
||||
import (
|
||||
"crypto/md5"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
"git.rosy.net.cn/baseapi/platformapi"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
"net/url"
|
||||
"sort"
|
||||
"strings"
|
||||
"time"
|
||||
)
|
||||
|
||||
const (
|
||||
signKey = "sn"
|
||||
resultKey = "result"
|
||||
@@ -32,7 +47,6 @@ const (
|
||||
CoordSysBaidu2Gaode = "5" // 百度坐标转高德坐标
|
||||
)
|
||||
|
||||
/*
|
||||
const (
|
||||
MaxCoordsConvBatchSize = 100
|
||||
)
|
||||
@@ -230,4 +244,3 @@ func (a *API) DirectionLiteRide(coords []*Coordinate) (retVal interface{}, err e
|
||||
|
||||
return nil, nil
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user