Module staticmap::tools[][src]

Expand description

Tools for drawing features onto the map.

Structs

Circle

Circle tool. Use CircleBuilder as an entrypoint.

CircleBuilder

Builder for Circle.

Color

Path color.

Icon

Icon tool. Use IconBuilder as an entrypoint.

IconBuilder

Builder for Icon.

Line

Line tool. Use LineBuilder as an entrypoint.

LineBuilder

Builder for Line.

Traits

Tool

Trait implemented by types which can be drawn to a map.