Skip to main content

Core/InitGlobals

Index

Classes

ClassDescription
MapsvgClientClient 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(...)