I'm trying to add a lot of data to a google map (local 3MB+ kml file, will probably be more). I have tried using the KML-layer, but showing all these data seems to use a lot of processing power, so the application/map is getting laggy when scrolling around.
I tried splitting the KML file up into smaller files and loading them according to the camera's position, but I'm still having these performance issues. I also want to show most of the data when the users zoom level is low, so this is not an optimal solution anyway.
I have looked a bit into google fusion layers. Google fusion layers seems to have better performance but is only included in the javascript API for google maps.
Will GEO-JSon improve the performance significantly?
Do you have any tips in how I can encounter this problem? Thanks in advance.