Core/InitGlobals
Index
Classes
Class | Description |
---|---|
MapsvgClient | Client class, globally available as mapsvg or window.mapsvg . It contains all of the classes and utilities. Example usage: ```js // Init objects const map = new mapsvg.map(...) const location = new mapsvg.location(...) |