Skip to content

Customized MapView to display remotely located tile-based map

Notifications You must be signed in to change notification settings

amilien/TileMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TileMap

This is an example of a customized MapView. Map is based on tiles which are stored as images on the remote server.

Loading tiles when scrolling map:

Alt text

All visible tiles are loaded:

Alt text

Current MapView implementation supports:

  • scrolling
  • memory cache (RAM-based)
  • storage cache (ROM-based)

As a cache data structure LRUCache is used, which has been implemented from the scratch.

About

Customized MapView to display remotely located tile-based map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages