I'm developing an web application based in api google maps v3. I have
a setInterval in js that gets marker's position (vehicles) every 5
seconds from server. When I have more 200 markers is necessary many
ram memory and the navigator (ie, chrome, firefox) is very slow. I
don`t know if I use much time in setInterval process (20 seconds for
example) could help me.
If you have any idea how fix the problem?
Thanks and sorry for my english !!
Regards
Angel
--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To post to this group, send email to google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
I am moving existing markers. I have an array of javascript's object.
Every object has a marker and I use the setPosition function when data
are received from server.
I will check the asset tracking section.
Thanks
On 9 dic, 02:14, Luke Mahé <lu...@google.com> wrote:
> Are you adding new markers every time or are you moving existing markers?
>
> Also I recommend that you check that you are following the Terms of
> Service, particularly the asset tracking section (10.2 c iii)
>
> -- Luke
>
Martin.