Routing App Coverage File

Gabe Karkanis picture Gabe Karkanis · Sep 24, 2012 · Viewed 29.7k times · Source

I've recently submitted my game to the App Store. It has recently been approved and is "Processing for the App Store". When I click on my application, it says "Routing App Coverage File". Just curious on what this means exactly?

Answer

Greg Hewgill picture Greg Hewgill · Sep 25, 2012

The "Routing App Coverage File" is a GeoJSON file which describes the coverage area for a public transit routing application (to be used with iOS 6 Maps). The iTunes Connect Developers Guide says:

Routing app coverage files are .geojson files which specify the geographic regions supported by your app. The file can have only one MultiPolygon element. MultiPolygon elements consist of at least one Polygon. Polygons contain at least four coordinate points. Polygon start and end coordinate points must be the same.

Of course if your app doesn't have anything to do with public transit routing, you can ignore this.