/mapkit-tile-generator

Generate a number of map tiles for a given area using Apple's MapKit. Requires maps entitlement.

Primary LanguageObjective-C

Input :

  • (horizontal/vertical) # tiles = Z
  • area to take snapshots of

Output

  • either Z x Z number of tiles in chosen directory, spanning the given area around the currently selected center point
  • a single image for the given area, a composite of Z x Z tiles

Used for project that needed tiles for 3D ground texture, but could probably be used for offline use of maps also.

Makes use of Apple's MapKit which you need entitlements for.