Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QueryNominatim ¶
Types ¶
type GeneralMap ¶
type GeneralMap map[string]interface{}
type GeoJSON ¶
type GeoJSON struct {
Type string `json:"type"`
Coordinates json.RawMessage `json:"coordinates"`
Point GeoJSONPoint
Line GeoJSONLine
Polygon GeoJSONPolygon
MultiPolygon GeoJSONMultiPolygon
}
type GeoJSONLine ¶
type GeoJSONLine struct {
Coordinates [][]float64
}
type GeoJSONMultiPolygon ¶
type GeoJSONMultiPolygon struct {
Coordinates [][][][]float64
}
type GeoJSONPoint ¶
type GeoJSONPoint struct {
Coordinates []float64
}
type GeoJSONPolygon ¶
type GeoJSONPolygon struct {
Coordinates [][][]float64
}
Click to show internal directories.
Click to hide internal directories.