How to scroll static google map image ?
| Tue, 2008-08-19 14:04 | |
|
Hello, I'm new to symbian C++, "x" is Latitude in fractional degrees function Adjust(x,y,deltaX,deltaY,z) function LToX(x) function LToY(y) function XToL(x) function YToL(y) return {x:XToL(LToX(x)+(deltaX<<(21-z))),y:YToL(LToY(y)+(deltaY<<(21-z)))}; I'm not getting how to use dis function, if any 1 know about dis plz help me out. With Regards !! |
|






Forum posts: 2006
Please do not post the same question several time.
What is your problem about ? Scrolling inside image ? OR computing the lat/long coordinate of the center ?
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 7
Hi Eric,
Thxs for reply. Sorry 4 tht multiple posts. I thought if I post in network & Multimedia section I may get solution. Well, problem is I'm using the LBSSample symbian application in my device & I'm downloading the static google map image. Now I want to user should able to scroll the image left side /right/up/down & in mean time I should calculate new lat/long coordinate of the image center so that I can download new image.If possible give me any solution or any document related to this problem. Thanks in advance.
With Regards !!
Vinod