On Oct 28, 9:01 am, madhu <[email protected]> wrote: > I am developing a simple mobile application using J2ME to display a > map based on the address entered by the user. I am using the Static > maps and able to display them , but not able to scroll/Drag the map > using the phone joystick.
(a) You're using a Static map. It's an image; it's unlikely to be draggable. If you want draggable maps, you need to use an API like the Javascript API (v2 or v3) or the Flash API. (b) If your J2ME application is not a browser, you're breaking the Terms by using Static Maps. Browsers allow the user to input an arbitrary URL and will render the HTML returned. Does your app do that? Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
