Page 1 of 1

Is there a simple way to reload a map?

Posted: Thu Jul 24, 2014 11:22 pm
by Beej

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?


Is there a simple way to reload a map?

Posted: Fri Jul 25, 2014 3:28 am
by Yurii Orishchuk

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.


Is there a simple way to reload a map?

Posted: Fri Jul 25, 2014 9:08 pm
by Beej

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....


Is there a simple way to reload a map?

Posted: Sun Jul 27, 2014 8:38 pm
by Alena Prykhodko

Hello,

Do you need further assistance?


Is there a simple way to reload a map?

Posted: Tue Jul 29, 2014 6:19 am
by Beej

It looks like loading Google maps manually will work OK....


Is there a simple way to reload a map?

Posted: Wed Sep 02, 2015 6:16 pm
by Blair Cox

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.


Is there a simple way to reload a map?

Posted: Wed Sep 02, 2015 6:56 pm
by Blair Cox