3 Star 2 Fork 1

fotomxq/weeekj_core

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
args.go 375 Bytes
Copy Edit Raw Blame History
fotomxq authored 2023-12-09 23:58 +08:00 . 维可解框架正式开源
package MapMathArea
type ParamsArea struct {
//锁定ID
ID int64 `json:"id"`
//坐标制式
// WGS-84\GCJ-02\BD-09
PointType string `json:"pointType"`
//划区
Points []ParamsAreaPoint `json:"points"`
}
//ParamsAreaPoint 分区专用坐标点
type ParamsAreaPoint struct {
//坐标位置
Longitude float64 `json:"longitude"`
Latitude float64 `json:"latitude"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/fotomxq/weeekj_core.git
git@gitee.com:fotomxq/weeekj_core.git
fotomxq
weeekj_core
weeekj_core
v5.3.96

Search