10-17-2011 04:17 PM
10-17-2011 04:37 PM - edited 10-18-2011 03:49 PM
I am using this basic code (from http://code.google.com/apis/maps/documentation/jav
var myLatlng =new google.maps.LatLng(-34.397,150.644);
var myOptions ={
zoom:8,
center: myLatlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map =new google.maps.Map(document.getElementById("map_canvas"),
myOptions);
The map loads correctly on my device. When I zoom in 8-10 times, I get the low memory error. The error comes sooner if I have markers on the map (because more memory is being used to display those). There is definitely a memory leak problem here (note that I have already installed the pre-release fix which did not improve my problem).
Hopefully that helps narrow down the problem! Thank you for your help!
10-17-2011 04:37 PM
Hello
You say no problem in device browser or simulator. Can you please test in webworks on device. I am not getting errors on device browser. But same code give error in webworks on device.
10-17-2011 04:45 PM
I am also having the issue with webworks on device. I just meant to point out that the same code works fine in device browser and simulator. Sorry I wasn't clear in my earlier post! The problem is definitely related to Webworks.
10-17-2011 04:49 PM
10-17-2011 04:50 PM
10-18-2011 04:28 PM
Hi Tim,
Have your developers been able to reproduce the "Low Memory" error on the Torch 9800? I can send you my entire app package if that helps. Right now, all of the app's features work except for the Map page, where I am getting the low memory error after zooming in and out. I am developing an app for a big client and they don't want to disappoint Blackberry users by not including the map as it is a key feature of the app.
10-18-2011 08:05 PM
10-21-2011 05:02 AM
Hi, any word on when the new SDK will be launched? I can still only see reference to the pre-release version.
Thanks
10-21-2011 08:15 AM