Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Geometry ¶
type Geometry struct { Type string `json:"type"` Coordinates interface{} `json:"coordinates"` }
type InvalidGeometryError ¶
type InvalidGeometryError struct{}
func (InvalidGeometryError) Error ¶
func (e InvalidGeometryError) Error() string
type UnsupportedGeometryError ¶
type UnsupportedGeometryError struct {
Type string
}
func (UnsupportedGeometryError) Error ¶
func (e UnsupportedGeometryError) Error() string
Click to show internal directories.
Click to hide internal directories.