H HARRY Active Member Licensed User Longtime User Aug 15, 2011 #1 Hi everybody, I want to get a google or bing map requested with a set of coordinates in an image control. I think it has something to do with SOAP functions???? Does anybody have experience in this area. Suggestions, references and samples would be welcome. Harry PS I am using Basic4PPC not for Android!
Hi everybody, I want to get a google or bing map requested with a set of coordinates in an image control. I think it has something to do with SOAP functions???? Does anybody have experience in this area. Suggestions, references and samples would be welcome. Harry PS I am using Basic4PPC not for Android!
Erel B4X founder Staff member Licensed User Longtime User Aug 15, 2011 #2 You can probably show it with the WebBrowser control. Pass the coordinates in the Url.
warwound Expert Licensed User Longtime User Aug 15, 2011 #3 HARRY said: Hi everybody, I want to get a google or bing map requested with a set of coordinates in an image control. I think it has something to do with SOAP functions???? Does anybody have experience in this area. Suggestions, references and samples would be welcome. Harry PS I am using Basic4PPC not for Android! Click to expand... Can you use Google Static Maps web service? Google Static Maps API - Google Code Martin.
HARRY said: Hi everybody, I want to get a google or bing map requested with a set of coordinates in an image control. I think it has something to do with SOAP functions???? Does anybody have experience in this area. Suggestions, references and samples would be welcome. Harry PS I am using Basic4PPC not for Android! Click to expand... Can you use Google Static Maps web service? Google Static Maps API - Google Code Martin.
T Tex8503 Active Member Licensed User Longtime User Aug 18, 2011 #4 Warwound is correct. I'm actually building a demo for a customer where I'm doing just that. If you need to save the image afterwords - you should be able to use the library (Dzimage I think ?) to capture the area on the screen with the map...
Warwound is correct. I'm actually building a demo for a customer where I'm doing just that. If you need to save the image afterwords - you should be able to use the library (Dzimage I think ?) to capture the area on the screen with the map...
K kustg Member Licensed User Aug 21, 2011 #5 Look at the file. it's pretty simple. and you can use google for weatherforecasts (address or coordinates) or geocoding (get an address with gps )... Attachments example.sbp 1.5 KB · Views: 270
Look at the file. it's pretty simple. and you can use google for weatherforecasts (address or coordinates) or geocoding (get an address with gps )...