Voice-based Map Accessibility concept Example based on Apple's WWDC map accessibility concept introduced for MacOS Catalina https://jesusbotella.github.io/accessibility-map-grid/ How to use it locally Clone the repository to your machine. Launch a web server with the repository folder as the root server folder. Open index.html Using Python's SimpleHTTPServer Execute python -m SimpleHTTPServer in the cloned repo folder, open http://localhost:8000, and profit!.