Closed GoogleCodeExporter closed 9 years ago
Original comment by kurtzm...@gmail.com
on 10 Dec 2013 at 9:42
Original comment by kurtzm...@gmail.com
on 10 Dec 2013 at 9:42
Original comment by kurtzm...@gmail.com
on 10 Dec 2013 at 9:44
Original comment by kurtzm...@gmail.com
on 10 Dec 2013 at 9:45
Sorry "d" should be "toPixelsTranslated"
Original comment by kurtzm...@gmail.com
on 10 Dec 2013 at 10:18
I have a patch which I will post once we get our attachment limit increased,
but I think I may have to scale this back a bit.
Neil - are the getNorthEast() and getSouthWest() methods necessary in the
Projection?
Original comment by kurtzm...@gmail.com
on 11 Dec 2013 at 3:04
The reason Projection is an inner class is because it calls methods from the
outer class, specifically methods from View such as getHeight().
getNorthEast() and getSouthWest() are used for the v2 projection - see issue
478.
Original comment by neilboyd
on 12 Dec 2013 at 9:18
Okay - I'll leave in getNE and getSW. We can pass in a MapView instance for the
projection to pull what it needs and then we can get the projection out of the
MapView class and into its own file. Its just that the MapView is so huge now
and I think this will clean it up a bit and maybe make it easier to subclass.
Original comment by kurtzm...@gmail.com
on 13 Dec 2013 at 3:37
Fixed in Github.
Original comment by kurtzm...@gmail.com
on 16 Apr 2014 at 10:28
Original issue reported on code.google.com by
kurtzm...@gmail.com
on 10 Dec 2013 at 9:38