Some browser automation may be necessary to collect the requisite map data. Certainly map APIs like Google Maps API can allow you to *programmatically access the map data ... this may have some draw backs (i.e. need for API key, etc ...).
Tools like selenium could be used to get the desired map data (e.g. take a screenshot of the map) ...
Some browser automation may be necessary to collect the requisite map data. Certainly map APIs like Google Maps API can allow you to *programmatically access the map data ... this may have some draw backs (i.e. need for API key, etc ...).
Tools like
selenium
could be used to get the desired map data (e.g. take a screenshot of the map) ...