09-15-2008 11:11 AM
I am using the MDS-CS and Bold simulator from the BlackBerry JDE 4.6.0.
Does BlackBerry provide one-click navigation browser support to Map links (like the latest Google Maps for mobile)? If not, is there a way that a web page can invoke the Google Maps for mobile application with some initial location markers.
Thank you.
09-15-2008 11:58 AM
09-18-2008 02:20 PM
09-18-2008 05:56 PM
You are RIGHT.
Thank you so much. I am able to invoke the map from a web page now.
11-05-2008 03:11 PM
11-06-2008 09:02 AM
Hello,
this feature is implemented since v4.5. Take a look at the documentaion:
You can also call my ttklf4 mobile web application from your BlackBerry to see how it works.
11-06-2008 09:56 AM
If I am reading the documentation correctly, I will need to take the address info in my web application, write it to an XLOC file and then call it in order for the BlackBerry Map application to invoke and display the map information, correct?
Isn't there a way I can pass it like I do for our iPhone version where Google Maps just invokes without writing files to the server?
11-07-2008 09:46 AM
garyhartaz wrote:
Isn't there a way I can pass it like I do for our iPhone version where Google Maps just invokes without writing files to the server?
Yes. Depending on your web application language you have to send a request to the server with the address data and write back only the content of the .xloc file with the appropriate content type. And you don't have to save something on the server.
03-17-2010 11:10 AM
Trying to get a prototype applicaiton that does this working. Just to verify I have the information correct here's what the CGI on the website is outputing.
Content-type: text/vnd.rim.location
"<lbs><location lon='-7938675' lat='4367022' label='Toronto' description='Toronto' zoom='1'/></lbs>";
==================================================
This brings up the map ok, but the location is always off the coast of africa. I am assuming there is something wrong with the lbs string, but it's exactly as the documentation says. I beleive the content type is correct since it's launching the maps application.
Running 5.0.
Can someone tell me what I am missing? I've tried this with and without the double quotes and with and without the ; at the end. Any help would be appreciated.
03-17-2010 11:30 AM
Also if anyone knows where to see what is happening in the phone logs when processing the lbs that sure would be helpful.
--Thanks