Tommy B
Posts: 0
Joined: Sat Sep 15, 2012 3:39 am

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

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

Return to “Issues”