pelias / pelias-ios-sdk

Interact with Mapzen's search & geocoding service
https://mapzen.com/products/search/
Other
9 stars 9 forks source link

Flesh out GeoJSON Support #4

Open msmollin opened 8 years ago

msmollin commented 8 years ago

We currently support a very limited subset of the GeoJSON schema to support what we currently need from Pelias. It would be nice to have full support for this eventually. Maybe a separate project?

msmollin commented 7 years ago

Now that Swift 4 is out, we can just build a struct that matches the GeoJSON schema and parse what we need from that. No need for anything crazy.