mapguide-react-layout
is a modern map viewer for MapGuide Open Source and Autodesk Infrastructure Map Server
This API documentation covers the mapguide-react-layout
npm module (version 0.14.8)
For an example of how this npm module is used, check out the mapguide-react-layout-example
mapguide-react-layout
is supported on all modern browsers
mapguide-react-layout
is available as:
viewer.js
)mapguide-react-layout
is written in TypeScript and .d.ts
type definitions are included with the npm package.
Although you can consume this package with vanilla JavaScript, the API documentation assumes you are also using TypeScript
With npm: npm install --save mapguide-react-layout
With yarn: yarn add mapguide-react-layout
All APIs provided/documented by this library are importable from the main mapguide-react-layout
Previous releases allowed you to "piecemeal" import what you want by importing from
mapguide-react-layout/lib/path/to/module
. This style of import is no longer supported and you should just import whatever you require frommapguide-react-layout
itself
Generated using TypeDoc