Topic: Map Loading Status

Hi!

I am creating a huge amount of markers on my map. The markers appear one-by-one. I assume this is because some performance optimizations takes place, which is great.

What I want to do is display a loading indicator while the markers slowly appear. So, is there a variable that stores the status of the loading procedure? I tried "BufferStatus" but this always stays on "waiting".

Re: Map Loading Status

Hello.

The markers appear one-by-one.

???
Either I did not understand your message, or this is some kind of bug, or incorrect use of API.
Markers must appear at the same time.

Kind Regards,
Infinity Code Team.

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

Re: Map Loading Status

Your confusion is totally legitimate since I just forgot about one "yield return null" in my data loading coroutine. Sorry for the false alarm!