Calling Google Maps

bish0p

Member
Licensed User
Longtime User
Does anyone know the API calls to start google maps on the device with a location selected to route to?
 

Mr_Gee

Active Member
Licensed User
Longtime User
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..
 

bish0p

Member
Licensed User
Longtime User
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..

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:
Top