05-27-2009 01:28 AM
Hi,
I would like to open Google Map in Internet Explorer of my PDA(connectivity through GPRS).
The required URL example is http://maps.google.co.in/?ie=UTF8&ll=13.277373,77.623901&spn=1.83638,3.161316&z=9.
Please let me know if any of you can provide insight towards opening this URL in LabVIEW in PDA.
I use Windows Mobile 6.1 on HTC3350.
Thanks in advance,
Manu Mohan
05-27-2009 03:04 AM
05-27-2009 03:14 AM
Krsone,
Thanks for the fast response.The example VI you provided cannot be used in Windows Mobile as the property node and invoke node are not supported in this target.
05-27-2009 03:20 AM
It seems calling the internet explorer(Mobile version) using \\vi.lib\PDA\Run Application.vi with necessary command line argument may solve my issue. Can any one provide the path of Internet explorer in Windows mobile with necessary command line argument to supply the URL link ?
06-22-2009 03:48 AM
Can somebody save it to LV 8.5 (BrowseToURL.vi) and upload
Regards,
Sowmya
06-22-2009 06:03 AM
Manu,
If you have options of using ActiveX properties on the mentioned windows mobile &
also support for sufficient space ; install google maps and use the API`s to map them
on.
Do try these links , may be of some help.
Downloadable google maps
http://google-maps-for-mobile.en.softonic.com/java
Google earth api`s
http://forums.ni.com/ni/board/message?board.id=170&message.id=217121
Regards,
Sundar.
06-22-2009 09:21 AM
Sowmya,
Attaching the BrowseToURL.vi in LV8.5
06-22-2009 09:36 AM
Sundar,
Thank you for your suggestion.
Unfortunately,I am not able to use activex controls in this particular platform using LabVIEW.
Do you think I can use google map APIs if I install mobile google map in my PDA using LabVIEW ?
I would really appreciate if any of you can share an example for the same(on PDA target).
06-23-2009 05:22 AM
Thanks for the help
I am just thinking if the co-ordinates are known can the place name be displayed to the user
Sowmya
02-25-2010 11:44 PM
Sowmya :