Skip to main content

Crate walkers_extras

Crate walkers_extras 

Source
Expand description

Extra functionalities that can be used with the map.

Structs§

GroupedPlaces
Similar to Places, but groups places that are close together and draws them as a single Group.
GroupedPlacesTree
KmlLayer
Plugin that renders parsed KML features on top of a Map.
LabeledSymbol
A symbol with a label to be drawn on the map.
LabeledSymbolGroup
LabeledSymbolGroupStyle
Visual style of a LabeledSymbolGroup.
LabeledSymbolStyle
Visual style of a LabeledSymbol.
Places
Plugin which shows places on the map. Place can be any type that implements the Place trait.

Enums§

Symbol
Type of the symbol of a LabeledSymbol.

Traits§

Group
A group of places that can be drawn together on the map.
Place