/**
* This package contains the classes storing the actual map data as a graph.
*
* For the map, two different data structures are used: A regular node-based
* {@link edu.kit.pse.ws2013.routekit.map.Graph Graph}
* containing physical properties, used for rendering the map, and an
* {@link edu.kit.pse.ws2013.routekit.map.EdgeBasedGraph EdgeBasedGraph},
* used for routing.
*/
package edu.kit.pse.ws2013.routekit.map;