3 Star 2 Fork 1

fotomxq/weeekj_core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
args.go 375 Bytes
一键复制 编辑 原始数据 按行查看 历史
fotomxq 提交于 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

搜索帮助