javascript Programming Glossary: longlats
JS global variable not being set on first iteration http://stackoverflow.com/questions/13301050/js-global-variable-not-being-set-on-first-iteration to setLatLng and it works fine. But i can't call longlats using the getLatLng to see the set value. It'll only show a.. if I add an address and city two times. I'm thinking the longlats are being initialized too late that I don't see the correct.. in time. Any advice Relevant code is below. script var longlats function setLatLng x y longlats x y alert longlats shows value..
|