Skip to content

Instantly share code, notes, and snippets.

View wallneradam's full-sized avatar

Adam Wallner wallneradam

  • Hungary
  • 17:22 (UTC +02:00)
View GitHub Profile
@wallneradam
wallneradam / google-maps-data-parser.js
Last active October 12, 2024 00:28 — forked from jeteon/google-maps-data-parser.js
NodeJS script to parse the Google Maps "data" URL attribute into an array.
'use strict';
/**
* Basic code to parse the values in the "data" attribute in a Google Maps URL to an Array.
* There will likely still be some work to do to interpret the resulting Array.
*
* Based on information from:
* http://stackoverflow.com/a/34275131/1852838
* http://stackoverflow.com/a/24662610/1852838
*/