B bish0p Member Licensed User Longtime User Nov 25, 2008 #1 Does anyone know the API calls to start google maps on the device with a location selected to route to?
Does anyone know the API calls to start google maps on the device with a location selected to route to?
M Mr_Gee Active Member Licensed User Longtime User Nov 25, 2008 #2 I think you can find most of the info here :Google Maps API - Google Code I've tried to do something similar for Youtube, but sadly it's not easy I could query but i had to convert the xml data to usable data, I need to retry now that Agraham created the xml lib, this should help. Since you need to show the actual Google data, maybe you can use the webBrowser.dll to show the info you want..
I think you can find most of the info here :Google Maps API - Google Code I've tried to do something similar for Youtube, but sadly it's not easy I could query but i had to convert the xml data to usable data, I need to retry now that Agraham created the xml lib, this should help. Since you need to show the actual Google data, maybe you can use the webBrowser.dll to show the info you want..
B bish0p Member Licensed User Longtime User Nov 25, 2008 #3 Mr_Gee said: I think you can find most of the info here :Google Maps API - Google Code I've tried to do something similar for Youtube, but sadly it's not easy I could query but i had to convert the xml data to usable data, I need to retry now that Agraham created the xml lib, this should help. Since you need to show the actual Google data, maybe you can use the webBrowser.dll to show the info you want.. Click to expand... What I am looking for and I guess I should have clarified that, is a way to call the mobile version of google maps on the device with a location to route to. Not the web version. Last edited: Nov 25, 2008
Mr_Gee said: I think you can find most of the info here :Google Maps API - Google Code I've tried to do something similar for Youtube, but sadly it's not easy I could query but i had to convert the xml data to usable data, I need to retry now that Agraham created the xml lib, this should help. Since you need to show the actual Google data, maybe you can use the webBrowser.dll to show the info you want.. Click to expand... What I am looking for and I guess I should have clarified that, is a way to call the mobile version of google maps on the device with a location to route to. Not the web version.