Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeatureCollection ¶
type FeatureCollection struct { Type featureCollectionType `json:"type"` Features []Feature `json:"features"` }
type GeoJSONType ¶
type GeoJSONType string
const ( PointType GeoJSONType = "Point" MultiPointType GeoJSONType = "MultiPoint" LineStringType GeoJSONType = "LineString" MultiLineStringType GeoJSONType = "MultiLineString" PolygonType GeoJSONType = "Polygon" MultiPolygonType GeoJSONType = "MultiPolygon" GeometryCollectionType GeoJSONType = "GeometryCollection" )
Click to show internal directories.
Click to hide internal directories.