Showing a map through and address using google maps

Made by George Carvalho from the portuguese forum:

On the event onRecord:

// Parse the address
[address] = “http://maps.google.com.br/maps?hl=pt-BR&tab=wl&q="."{street},"."{number}"."- {neighbor} -”."{city}"." - “.”{state}";

// Accessing the map
sc_link(street, [address], ,“See the location map” , “_blank”);

Please, adapt the address parameters to your need. And change the lang pt-BR to you language.

1 Like

Re: Showing a map through and address using google maps

Nice post…!

Re: Showing a map through and address using google maps

Great post. It would be also nice if (while doing this) you could place link with an example app to run.

Arthur