Trying load current location while click on button.. I just invoke a Geolocation service on button click and add an even on success of service and run this javascript code on service
var map = Tiggzi ('googlemap1');
map.options['address']='';
map.refresh();
and getting problem while clicking in the button. Button not working. Not getting any result from it.