![]() |
Bridges-Python 3.5.1
Bridges(Python API)
|
This is meant to be a base class for all map visualization. More...
Public Member Functions | |
| __init__ (self) | |
| get_projection (self) | |
| get_overlay (self) | |
| get_map_representation (self) | |
This is meant to be a base class for all map visualization.
Likely never instantiated explicitly
| bridges.map.Map.__init__ | ( | self | ) |
Reimplemented in bridges.world_map.WorldMap, and bridges.us_map.USMap.
| bridges.map.Map.get_map_representation | ( | self | ) |
Reimplemented in bridges.us_map.USMap, bridges.world_map.WorldMap, and bridges.world_map.WorldMap.
| bridges.map.Map.get_overlay | ( | self | ) |
Reimplemented in bridges.us_map.USMap, and bridges.world_map.WorldMap.
| bridges.map.Map.get_projection | ( | self | ) |
Reimplemented in bridges.us_map.USMap, and bridges.world_map.WorldMap.