Hello,

does anyone know how to get the projection Matrix of the mapView?

Usually when drawing an Overlay you have to call "projection.toPixels
(geoPoint, point)" for each GeoPoint you want to draw. I Think it
would be faster to put the GeoPoints in a Path an then call
path.transform(matrix).
Whil debugging, I saw that the Projection class has a member Varibale
mMatrix, which is private. But there is no getter for the matrix...

Anybody knows how to get it?

Greetings and Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to