Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDescription ¶
func StringToLines ¶
Types ¶
type Coordinates ¶
func GetGeometry ¶
func GetGeometry(html *string) ([]Coordinates, error)
type MapData ¶
type MapData struct { SpaId uint32 `json:"spaId"` Nom string `json:"nom"` PrettyURL string `json:"prettyURL"` Geom string `json:"geom"` ImgOnTooltip string `json:"imgOnTooltip"` Blat float32 `json:"blat"` Blng float32 `json:"blng"` Elat float32 `json:"elat"` Elng float32 `json:"elng"` Loop bool `json:"loop"` Waypoint bool `json:"waypoint"` }
Click to show internal directories.
Click to hide internal directories.