Any thoughts on an efficient pathway to create a MapKit polygon from a binary wkbPolygon? I've got my geometry stored in binary form in MySQL with OpenGIS extensions. I'd like to feed those straight to iOS. I guess I could parse the binary manually, but endianness freaks me out.