Hi,
I am trying to set an address marker on a google map.
I have the street address in local storage "curentpropAddress" i.e " 21 slater road necastle upon tyne"
on success of a service call I tried to set property and refresh the map using this code.
Heres a screenshot of error, any ideas what Ive done wrong?
thanks
codemap js onComplete
var currentpropAddress = localStorage.getItem("currentpropAddress");
var map = Appery("googlepanelmap");
map.setProperty('Address',currentpropAddress);
marker.refresh();/code