Versions in this module Expand all Collapse all v0 v0.5.0 Oct 6, 2014 Changes in this version + type Geometry struct + Line Line + Lines Lines + Point Point + Type string + type Line []Point + func UnmarshalLineString(v interface{}) (Line, error) + func (l Line) Marshal() interface{} + type Lines []Line + func UnmarshalPolygon(v interface{}) (Lines, error) + func (l Lines) Marshal() interface{} + type Point struct + Lat float64 + Lon float64 + func UnmarshalPoint(v interface{}) (Point, error) + func (p Point) Marshal() interface{}