On Jan 24, 9:37 am, saran <[email protected]> wrote: > > But each time when the user clicks on track pad, I'm changing > the lat/long by one degree and repainting the image. but how to get > the smooth movement while the map is moving.
The map is an image. It's static. If you want smooth panning, you have to move the image in much the same way as the API moves the map tiles. So: if your browser is up to it, use the API. Presumably you're not using the API because the browser doesn't support the Javascript necessary, so it may not be able to support your doing the movement yourself. However, if it can, then moving an image is possible in Javascript, although it's outside the scope of this group (which deals with the API). http://www.google.co.uk/search?q=javascript+moving+image > I'm using Blackberry eclipse plug in, bb os 6.0. Is that a web browser? Static Maps may *only* be used in a web browser (see the Terms 10.8). -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
