Bridges-Python  3.4.5-dev2-5-g352f189
Bridges(Python API)
Public Member Functions | List of all members
bridges.map.Map Class Reference

This is meant to be a base class for all map visualization. More...

Inheritance diagram for bridges.map.Map:
bridges.us_map.USMap bridges.world_map.WorldMap

Public Member Functions

def __init__ (self)
 
def get_projection (self)
 
def get_overlay (self)
 
def get_map_representation (self)
 

Detailed Description

This is meant to be a base class for all map visualization.

Likely never instantiated explicitly

Constructor & Destructor Documentation

◆ __init__()

def bridges.map.Map.__init__ (   self)

Reimplemented in bridges.world_map.WorldMap.

Member Function Documentation

◆ get_map_representation()

def bridges.map.Map.get_map_representation (   self)

◆ get_overlay()

def bridges.map.Map.get_overlay (   self)

◆ get_projection()

def bridges.map.Map.get_projection (   self)

The documentation for this class was generated from the following file: