I'm new to Google Map API and after a lot of tutorials I have a question about performance. In my application, on startup, I need to retrieve several marker position from the server, which is written in nodejs. It can be 1, 2, 10, 100 or 150000 positions. These positions can be all over the world.
I know how to make some pagination in a basic web page with a tab but I don't think that it's relevant to get 150 000 positions in one time from the server. So I think I need some "Google Map API pagination" but i can't figure out how to do it in my case.
Do you have any idea?
Thanks you very much for your reply.