moagrius / MapView

(Deprecated, prefer https://github.com/moagrius/TileView) Android widget roughly described as a hybrid between com.google.android.maps.MapView and iOS's CATiledLayer
http://moagrius.github.com/MapView/documentation
69 stars 35 forks source link

Huge map loading time #24

Closed frankowskid closed 11 years ago

frankowskid commented 11 years ago

I have a map which is 150x150 tiles. I takes over 15 secs to create list of MapTiles in TilesLayer - update. While zooming previous maplevel level is removed from the view and screen is gray while new level is loading.

moagrius commented 11 years ago

In theory, you could have any number of tiles - it only considers those that should be showing on screen at any time, so the load time you're describing seems to mean there's a problem. It's important to provide the smallest possible tile set that might be displayed.

Can you share the relevant code, as well as tile and map sizes for each tile set?

frankowskid commented 11 years ago

Sorry for the inconvenience - I've been using very old code :]

moagrius commented 11 years ago

np - thanks for the feedback