Skip to content

cgyan009/CustomGoogleMapTiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CustomGoogleMapTiles

SQLite format map tiles Sometimes, we need to use customed map tiles as maplayer on top of google maps. There are some tools in the market which can generated map tiles from pdf or imaginary format maps. There is one forms of these map tiles are stored in SQLite database file. This class will fetch maptiles in the database and display them as google maps layer. usage:

            let layer = MyTileLayer(fileName: "map tiles file path")
            layer.tileSize = 512
            layer.map = self.mapView

About

SQLite format map tiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages