Skip to content

VansPo/MapTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MapTest

TileMap implementation

Usage

Create new instance of TileView:

TileView tileView = new TileView();

Then create new instance of TileProvider, and define a BitmapDecoder for it. Register your Provider in TileView:

demoProvider = new DefaultTileProvider(this);
demoProvider.setBitmapDecoder(new HttpBitmapDecoder(33198, 22539, "http://b.tile.opencyclemap.org/cycle/16/%row%/%col%.png"));
tileView.registerProvider(demoProvider);

Add marker

tileView.addPin(new Pin(300, 300, getCircleBitmap()));

About

TileMap implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages