Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Coordinate ¶
Coordinate represents a geographical point with latitude and longitude
type LinearRing ¶
type LinearRing struct {
Coordinates string `xml:"coordinates"`
}
type OuterBoundaryIs ¶
type OuterBoundaryIs struct {
LinearRing LinearRing `xml:"LinearRing"`
}
type Polygon ¶
type Polygon struct {
OuterBoundaryIs OuterBoundaryIs `xml:"outerBoundaryIs"`
Coordinates []Coordinate
}
Click to show internal directories.
Click to hide internal directories.