moagrius / TileView

TileView is a subclass of android.view.ViewGroup that asynchronously displays, pans and zooms tile-based images. Plugins are available for features like markers, hotspots, and path drawing.
MIT License
1.46k stars 337 forks source link

How can I expand the TileView when it touches the bounds #26

Closed westlinkin closed 10 years ago

westlinkin commented 10 years ago

Hi moagrius,

Great lib, it helps me a lot.

I have a problem, when I scroll the tileView to it's bounds say left, How can I expend the tileView so it can continuously scroll left. The TileView will look like never has bound limits.

moagrius commented 10 years ago

That's not possible with this widget - it was not designed for that kind of application. What you're describing sounds like a better fit for the standard google MapView, or something similar.

westlinkin commented 10 years ago

actually I am going to make my own MapView, because I am making a map app for devices those don't have the google play services. Since the devices do not have google play services, the MapView Google provides cannot be used. Any suggestions?

moagrius commented 10 years ago

you might try OSMDroid which is (I think) open source

westlinkin commented 10 years ago

Thanks, this lib seems good enough, although it seems cannot replace the tile(map) to google maps, like a tile is a picture downloaded from static api.

Thank you anyway.

moagrius commented 10 years ago

Good luck with your search!