Drawing Thousands of Polylines via Google Maps API V3
My team is working on an Electron app built with Node that allows route plotting via Google Maps API V3. The goal was to display routes on a nationwide view, drawing more than 500,000 polylines. At the beginning of this task, the app would run out of memory trying to plot lines in a view […]