Google or Bing Maps in image control

HARRY

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

warwound

Expert
Licensed User
Longtime User
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!

Can you use Google Static Maps web service?

Google Static Maps API - Google Code

Martin.
 

Tex8503

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

kustg

Member
Licensed User
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: 266
Top