Hi
Following your tutorial "Multiple location points and custom icons for Google Maps", my location is not displayed. I have tried it on my device as well to make sure it is not the browser.
I get the following error with this code
var map = Appery('map1');
map.options['address']='';
map.refresh();
Error: ['address'] is better written in dot notation.
So I change the code
var map = Appery('map1');
map.options.address='';
map.refresh();
Still cant pick up my location