An updated version of the Maps API for Java ME library has been released and is available here:
http://www.developer.nokia.com/info/...3e/JavaME.html
This extends the range of compatible devices such as the Asha 303, through disabling default DirectUtils usage. An increased rendering speed for drawing map objects may be obtained through re-enabling DirectUtils support (for capable devices) in the ApplicationContext .
Just add:
Code:
ApplicationContext. enableDirectUtils();
The missing KML Example has been added to the code samples as well.