cancel
Showing results for 
Search instead for 
Did you mean: 

Google Map and VC

Former Member
0 Kudos

HI, i i have a question for you.

Can i use google maps service in a VC model??

Thank's a lot.

Best Regards,

Andrea

Accepted Solutions (0)

Answers (3)

Answers (3)

tomsk6
Explorer
0 Kudos

Hello,

Could you please tell me where that I have to introduce: STORE@Url1 & @STREET & STORE@Url2 & @POSTL_CODE & STORE@Url3 & @CITY & STORE@Url4 & @COUNTRY & STORE@Url5 as well as the above mentioned

URL's.

Thank You very much

Jo

Former Member
0 Kudos

Thank's Twan very much!!

By your mapping parameter method,i used also google maps.Google maps url is:

maps.google.com and the parameters are:

ie=UTF8

hl=language

q=address,city

f=q

sampleq=1

So the complete url is:

http://maps.google.com/?ie=UTF8&hl=language&q=address,city&f=q&sampleq=1.

Thank's for ideas.

Best Reagards

Andrea

guillaume-hrc
Active Contributor
0 Kudos

Hi,

In the same idea, you have Virtual Earth from Microsoft.

Have a look at :

http://dev.live.com/virtualearth/sdk/

Best regards,

Guillaume

tbroek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Andrea

That's what I have tried as well, before creating the demo as specified over here:

<a href="/people/twan.vandenbroek/blog/2007/01/16/mash-up-your-application app</a>

As the google map is not a service but an API, you can try to use a workaround:

You can use the site <a href="http://www.walweb.nl/picsfromspace">google map site</a> to fetch the address data in the URL. Use an HTML view in the VC and combine address data as follows:

STORE@Url1 & @STREET & STORE@Url2 & @POSTL_CODE & STORE@Url3 & @CITY & STORE@Url4 & @COUNTRY & STORE@Url5

The STREET, POSTL_CODE, CITY and COUNTRY came from the BAPI. The other variables url* are default values to create the URL that is requiered for walweb.

URL1 'http://walweb.nl/walweb/picsfromspace/maps.php?LanguageRadio=dutch&AddressInput='

URL2 '&ZipcodeInput='

URL3 '&StateInput=&CitycodeInput=&CityInput='

URL4 '&CountrySelect='

URL5 '&ZoomSelect=17&PoiInput=hidden&PoiButton=Interessante+Punten'

Hope this will help you, kind regards

Twan van den Broek