class BlueMapWrapper.BaseMarker
The Base class of all other Markers
Attributes
key (str)
The key of the Marker
label (str)
The given name for a Marker
position (Position)
The position of a marker
class BlueMapWrapper.ExtrudeMarker
A Marker with a 3D shape
Attributes
shape (list[Position])
A list of coordinates that traces the shape on the x and z axis
shape_min_y (int)
The lowest point of the shape
shape_max_y (int)
The tallest point of the shape
detail (Optional[Union[str, None]])
HTML information of the Marker
class BlueMapWrapper.HTMLMarker
A Marker that displays HTML code
Attributes
html (str)
HTML information of the Marker
classes (Optional[Union[list[str], None])
a list of CSS classes to be applied to html
class BlueMapWrapper.LineMarker
A Marker that displays a line connecting several points
Attributes
line (list[Position])
A list of Position Objects that forms the line
detail (str)
HTML information of the Marker
class BlueMapWrapper.POIMarker
A Marker that displays a line connecting several points
Attributes
line (list[Position])
A list of Position Objects that forms the line
detail (str)
HTML information of the Marker
class BlueMapWrapper.ShapeMarker
A Marker that displays a 2D shape on the x and z axis
Attributes
shape (list[Position])
A list of Position Objects that traces and forms the shape
shape_y (int)
Where the y level of the shape will be placed at
detail (str)
HTML information of the Marker