Available thru | Cocoapods |
---|---|
Latest | 0.0.1 |
Homepage | https://github.com/AdamSzeremeta/ImageTiledMap |
License | MIT |
This library was created to build offline map in iOS application using tile images, maybe as alternative to MapBox and .mbtiles format. It’s simple, fast with low memory consumption.
Usage
To run the example project; clone the repo, and run pod install
from the Example directory first.
Requirements
To use this library you must have tile images for your map, at the moment in size of 256x256px.
Simply add folder with images, divided by zoom level you want to include in your map. Images in folders should be named alphabetically. See Example project for more info.
Installation
ImageTiledMap is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "ImageTiledMap"
Development plans
- documentation
- support for custom image sizes
- support for map markers
- delegate for scrolling, zooming, visible tiles etc.
Author
Adam Szeremeta, [email protected]
Feel free to ask questions, post bugs and suggestions.
Sample map image come from http://www.ptsgi.com/English/06_service/02_World_map.aspx
All rights reserved.
License
ImageTiledMap is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "ImageTiledMap", "version": "0.0.1", "summary": "Library to create offline map from image tiles", "homepage": "https://github.com/AdamSzeremeta/ImageTiledMap", "license": "MIT", "authors": { "Adam Szeremeta": "[email protected]" }, "source": { "git": "https://github.com/AdamSzeremeta/ImageTiledMap.git", "tag": "0.0.1" }, "platforms": { "ios": "6.0" }, "requires_arc": true, "source_files": "ImageTiledMap", "frameworks": [ "AVFoundation", "CoreGraphics" ] }