kapta 0.0.4

Kapta ~ Inspired by leaflet. Draw map with wasm
Documentation
1
2
3
4
5
6
7
use geo_types::Coord;

#[derive(Debug, Default, Clone, PartialEq)]
pub struct Tooltip {
    pub coor: Coord,
    pub html: String,
}