package
Version:
v0.0.0-...-d6b644b
Opens a new window with list of versions in this module.
Published: Apr 10, 2020
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Point struct {
Latitude float64 `json:"latitude"`
Longitude float64 `json:"longitude"`
}
Point 一个地图坐标点
ParsePoint 从字符串解析
两种格式均可 json格式和短字符串
Scan implements the Scanner interface.
Value implements the driver Valuer interface.
存储格式 维度,经度
Polygon 一个地图多边形 有序的顶点列表
Scan implements the Scanner interface.
Value implements the driver Valuer interface.
存储格式 维度,经度
Source Files
¶
Click to show internal directories.
Click to hide internal directories.