10-09-2009 09:09 AM
10-09-2009 09:12 AM
10-09-2009 09:20 AM
10-09-2009 09:22 AM
Link to the GPS developer Doc.
10-10-2009 10:57 AM
I managed to get Google Maps with multiple markers using KML file, but I get that on running it from a browser.
How can I simulate a browser type behaviour from my application. Some where I read we can do this by extending HTTPConnection class and then invoking BrowserField. I do not see BrowserField as any API in JDE, though I see browser.field Package.
Please note that my url downloads a KML file and BB browser initiates Google Maps I want to replicate this behavious from an app.
Any ponters?
10-11-2009 07:37 PM
Hi Kaushal,
i am also working on google map for BB. loading Kml file is working fine for Blackberry Simulators ,not from actual Blackberry handset,
i am using 9000 bold. Any idea
Thanks
10-12-2009 06:46 AM
Jenoo,
I have yet not reached the stage when I am testing my app on real phone, we are still developing on simulator. Sorry can't help you much.
But please keep me posted if you resolve the issue. Thanks
12-16-2009 12:07 AM
Hi Kaushal,
can you describe me how you been able to mark multiple points on the google map?
Thanks
Shashank
01-13-2010 08:30 AM
If you want to use web behavior with BrowserField maybe you should use the 5.0 api, from the beta releases. There you've BrowserField class within "field2" package, with a lot of new features.
Just curious, are you using the Google Maps API V3? Or just static maps? I've Google static maps working fine on the embedded browserfield but I couldn't make the new Google api works.
Thanks...
08-02-2011 08:36 AM
Hi all, any latest update for the questions asked by KaushalPanjwani?Can you guys provide some links for marking multiple markers or how to use kml files with BB?