Map API + Asha and Java SDK 1.1
Hi,
anybody knows why works Map API's map.addMapObject( ) method only just on Touch and Type devices? I've created an application, which uses standard markers and shows routes. On Java SDK 1.0 and on X3-02 (and C3-01) everything works fine, but if I run it on SDK 1.1 or Asha device (303, 201), when the map.addMapObject( ) is called, the emulator or the device will crash immediatly without any exception or throwable. And the official examples making this issue too...
Cheers,
chriske
Re: Map API + Asha and Java SDK 1.1
No, but i already mentionned the problem here : [url]http://www.developer.nokia.com/Community/Discussion/showthread.php?235350-KML-Data-Example-is-not-in-example-directory[/url].
And i got a C3-00 from Nokia to replace the Asha -> another tips : downgrade to SDK 1.0 and it works with Maps 1.0 on emulator....
Please Nokia, improve QA for development environment :), we need this stuff to work fine ...
Re: Map API + Asha and Java SDK 1.1
Thanks, I know it works, I have C3-01 and X3-02 too, but this feature must work on Asha. That is my first target platform :(
Re: Map API + Asha and Java SDK 1.1
Just a quick update to say that this issue has been raised and a fix is in the pipeline. I'll add more information as I receive it.
Re: Map API + Asha and Java SDK 1.1
An updated version of the Maps API for Java ME library has been released and is available here:
[url]http://www.developer.nokia.com/info/sw.nokia.com/id/6bdf62e2-c739-4c29-bd9f-ddf8455f563e/JavaME.html[/url]
This extends the range of compatible devices such as the Asha 303, through disabling default [B]DirectUtils [/B]usage. An increased rendering speed for drawing map objects may be obtained through re-enabling [B]DirectUtils [/B]support (for capable devices) in the [B]ApplicationContext [/B].
Just add:
[CODE] ApplicationContext. enableDirectUtils();[/CODE]
The missing KML Example has been added to the code samples as well.