...
|
...
|
@@ -50,6 +50,9 @@ |
|
|
|
|
|
/** @name Creating Tile Sources */
|
|
|
|
|
|
/** Initialize and return a newly allocated MBTiles tile source based on a given bundle resource with the extension `.mbtiles`. */
|
|
|
- (id)initWithTileSetResource:(NSString *)name;
|
|
|
|
|
|
/** Initialize and return a newly allocated MBTiles tile source based on a given bundle resource.
|
|
|
* @param name The name of the resource file. If name is an empty string or `nil`, uses the first file encountered of the supplied type.
|
|
|
* @param extension If extension is an empty string or `nil`, the extension is assumed not to exist and the file is the first file encountered that exactly matches name. */
|
...
|
...
|
|