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

Project Rename #42

Closed moagrius closed 11 years ago

moagrius commented 11 years ago

I feel like the name "MapView" is too ambiguous, not really accurate (the widget could be used for many non-map type apps), and is confusing when considering the very common and popular google maps MapView.

I'm considering renaming the project to "TiledLayer". Obviously the package and class names would be updated to reflect the new project name.

I'm posting this as an "issue" for any input one way or the other - does anyone have a problem with this, or opinion either way?

Thanks.

mohlendo commented 11 years ago

+1

Shusshu commented 11 years ago

I agree, MapView is confusing, TiledLayer is better but is it the best?

TiledImageView ?

moagrius commented 11 years ago

I was just thinking TiledLayer because of iOS's CATiledLayer, but it's certainly not a direct match to that component.

TiledImageView is a possibility.

Maybe just TiledView (or TiledView, or TilingView)? TiledWidget? TiledScrollView?

frankowskid commented 11 years ago

MapView is on each platform. Additionally: iOS uses CATiledLayer WindowsPhone have MultiScaleImage and DeepZoom

We could reinvent the wheel and have something different for Android ;)

TiledLayer +1

Shusshu commented 11 years ago

TiledView or TiledImageView as it sounds more android like

moagrius commented 11 years ago

We could reinvent the wheel and have something different for Android ;)

I think that's appropriate - Android FW seems to like being different :)

TiledView or TiledImageView as it sounds more android like

I agree. TiledView +1

moagrius commented 11 years ago

TiledView it is. Thanks for the input everyone. I'll hold off on the rename until another large update justifies it.