Page 1 of 1

Setting Lat and Long from a variable into a google map string

Posted: Tue Jul 02, 2013 5:43 am
by Tommy B

I would like to get the "getlat" and "getlong" variables that I have into the var img_googlemapurl string where the static lat and long.

precode

var getlat = Appery ('latLbl').text();
var getlong = Appery ('longLbl').text();

var img_googlemapurl="http://maps.googleapis.com/maps/api/staticmap?size=250x250&maptype=hybrid
var getlat = Appery ('latLbl').text();
var getlong = Appery ('longLbl').text();

/code/pre