I'd like the option to actually reload the Google map, instead of just refreshing it. Is this feasible? Or, is refreshing it the same thing?
I'd like the option to actually reload the Google map, instead of just refreshing it. Is this feasible? Or, is refreshing it the same thing?
Hi Beej,
There is no needs to reload the map component.
So you can just refresh the map.
You can refresh map with following code:
pre
Appery("multiGoogleMap").refresh();
/pre
If you have some specific problem please describe it with screen shot.
Regards.
Unfortunately, refreshing the map more than two times causes the component's value to return to null. So, looks like I need to load my own map for now....
Hello,
Do you need further assistance?
It looks like loading Google maps manually will work OK....
Does this still work? Does nothing for me. Is there a specific way this needs to be called? I'm calling it as the first line in my javascript on service success. Trying to get around the infuriating issue of not being able to remove an array of markers.