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

Feature Requests #57

Closed moagrius closed 8 years ago

moagrius commented 11 years ago

There are a number of API-breaking changes I'd like to make, as well as the project rename discussed earlier, which will effectively require a new repo. I'll continue to maintain this repo for a while, with the goal of eventually moving everything over to TileView.

Please use this thread for any feature requests or enhancements, even if they'd break the existing API. Thanks.

moagrius commented 11 years ago

Allow max scale greater than 1.0.

moagrius commented 11 years ago

Revisit path drawing strategy to write to a single canvas. Expose more of the path drawing API. Remove PathView.

moagrius commented 11 years ago

Revisit HotSpot strategy and API. Implement Polygons as the default #47, revisit user event strategy #51

moagrius commented 11 years ago

Allow custom decoders for both tiles and downsamples. Revisit implementations.

moagrius commented 11 years ago

Manage marker events out of the normal event flow, so consumption/interception can be managed reliably.

moagrius commented 11 years ago

Add "setAllowScale" method. Improve min/max scale management (min scale should work predictably, max scale should go beyond 1.0f, min should supercede max).

moagrius commented 11 years ago

Implement tile fade transitions (again).

moagrius commented 11 years ago

Move + scale to absolute rectangle #58

moagrius commented 11 years ago

allow custom tile name pattern parser

LucasDeVil commented 11 years ago

Hey, I'm interested putting the work forward. Is there a way to contact you besides github?

moagrius commented 11 years ago

Hi all. TileView is up: https://github.com/moagrius/TileView. I'll be deprecating MapView eventually, and any future work will be on TileView. If anyone wants to pick up MapView on their own, LMK, but I don't think it's necessary - TileView can do everything MapView does, and more.

Thanks to everyone who contributed - the final release was light years better than the initial commit.

snacky6 commented 10 years ago

Hey ! I use your widget in my app and I'm interested in inserting a grid. I already use HotSpots but I would like to have a visual grid ! Is there a way I can contact you ?

moagrius commented 10 years ago

Not sure what you mean by "inserting a grid", but you can use this form to get in touch: http://qozix.com/contact

snacky6 commented 10 years ago

I need to draw a grid on my map that can be shown/hidden. This way I can see areas I've added with HotSpots! I've tried to do it by adding a canvas but it didn't work...

moagrius commented 10 years ago

I see. If you have specific questions, feel free to open a new issue. If you need something out of context or beyond scope, you can use the contact form I linked above.

Thanks,