Socrata has released a [new version of its API](http://dev.socrata.com/changelog/2015/04/27/new-higher-performance-apis.html) which includes some new geographic-related data types: - [ ] [Point](http://dev.socrata.com/docs/datatypes/point.html) - [ ] [MultiPoint](https://dev.socrata.com/docs/datatypes/multipoint.html) - [ ] [Line](http://dev.socrata.com/docs/datatypes/line.html) - [ ] [MultiLine](http://dev.socrata.com/docs/datatypes/multiline.html) - [ ] [Polygon](http://dev.socrata.com/docs/datatypes/polygon.html) - [ ] [MultiPolygon](http://dev.socrata.com/docs/datatypes/multipolygon.html) These should all be first class citizens in SODA.NET. Related: #36, #37, socrata/dev.socrata.com#241