#include <MapGenerator.H>
Collaboration diagram for MapGenerator:
Public Member Functions | |
MapGenerator (int argc, char **argv, int tiles, DBInterface *db) | |
virtual | ~MapGenerator () |
string | drawRoute (path_t *route, int zoom, int argc, char **argv, int sX, int sY, string routeID) |
Method that takes in the appropriate parameters, formats them and then activates RouteMaker to produce the visual of the bike route. | |
Private Attributes | |
RouteMaker * | m_rMaker |
Pointer to an instance of RouteMaker, which assists in the creation visual bike routes on the map. | |
DBInterface * | m_db |
Pointer to the database, where the class gets the data to show both the map and the current route. |
|
|
|
|
|
Method that takes in the appropriate parameters, formats them and then activates RouteMaker to produce the visual of the bike route.
|
Here is the call graph for this function:
|
Pointer to the database, where the class gets the data to show both the map and the current route.
|
|
Pointer to an instance of RouteMaker, which assists in the creation visual bike routes on the map.
|