List of Adresses in google maps
Posted: Fri Jan 25, 2019 8:15 am
Hello to all,
i want to display one or more adresses in my goggle maps iframe.
i have created an example from the puisample programm and it runs with one adress.
can i display more than one ?
For example:
DSPScreen01.Adress = 'Karl-Arnold-Platz 1a+Duesseldorf+40474';
DSPScreen01.MapUrl = 'http://maps.google.com/maps?output=embed&hl=del&q=';
DSPScreen01.MapUrl = %Trimr(DSPScreen01.MapURL) + %trim(DSPScreen01.Adress);
thanks for your help
i want to display one or more adresses in my goggle maps iframe.
i have created an example from the puisample programm and it runs with one adress.
can i display more than one ?
For example:
DSPScreen01.Adress = 'Karl-Arnold-Platz 1a+Duesseldorf+40474';
DSPScreen01.MapUrl = 'http://maps.google.com/maps?output=embed&hl=del&q=';
DSPScreen01.MapUrl = %Trimr(DSPScreen01.MapURL) + %trim(DSPScreen01.Adress);
thanks for your help