Topic: Redraw map

Hi! For what need OnlineMaps.instance.Redraw() ? and when do i need use this?

Re: Redraw map

Hello.

You need to call this method to tell the map that it needs to redraw the content.
You need to call this when you have changed something on the map, for example, added a marker or drawing element, updated the marker position, etc.
Many methods and events automatically call this method.
Do not be afraid to call it twice, because this is a very fast method.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Redraw map

Thank you