On 29 December 2010 12:23, tharaka weheragoda <[email protected]> wrote: > thanks very much for your answer.I got an idea from it.But i want to do that > with j2me.can i do that with j2me?Please help me.
You might want to do it with J2ME, but unless you are building a real browser, it will be against the TOS. See 10.8 at http://code.google.com/apis/maps/terms.html A "real browser" means an app which will accept an arbitrary URL from the user and render HTML found at that URL. Opera Mini is one such J2ME app. With regard to the question: it should be possible to write a KML parser in J2ME, just as it would be in Java or Javascript. Whether you can do that, I couldn't say. This isn't necessarily the forum for advice, though: you need a J2ME group. However, since static maps are likely to be out of bounds for your use-case, you might need to reconsider the basic premise of using J2ME at all. -- 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.
