@swim/googlemap
TypeScript icon, indicating that this package has built-in type declarations

3.11.1 • Public • Published

@swim/googlemap

package documentation chat

@swim/googlemap provides @swim/map overlays for Google maps. Check out the traffic map and transit map demos to see massively real-time maps in action. @swim/googlemap is part of the @swim/maps framework.

Installation

npm

For an npm-managed project, npm install @swim/googlemap to make it a dependency. TypeScript sources will be installed into node_modules/@swim/googlemap/main. Transpiled JavaScript and TypeScript definition files install into node_modules/@swim/googlemap/lib/main. And a pre-built UMD script can be found in node_modules/@swim/googlemap/dist/main/swim-googlemap.js.

Browser

Browser applications can load swim-maps.js—which bundles the @swim/googlemap library—along with its swim-core.js and swim-ui.js dependencies, directly from the SwimOS CDN.

<!-- Development -->
<script src="https://cdn.swimos.org/js/latest/swim-core.js"></script>
<script src="https://cdn.swimos.org/js/latest/swim-ui.js"></script>
<script src="https://cdn.swimos.org/js/latest/swim-maps.js"></script>

<!-- Production -->
<script src="https://cdn.swimos.org/js/latest/swim-core.min.js"></script>
<script src="https://cdn.swimos.org/js/latest/swim-ui.min.js"></script>
<script src="https://cdn.swimos.org/js/latest/swim-maps.min.js"></script>

Alternatively, the standalone swim-system.js script may be loaded from the SwimOS CDN, which bundles @swim/googlemap together with all other @swim/system libraries.

<!-- Development -->
<script src="https://cdn.swimos.org/js/latest/swim-system.js"></script>

<!-- Production -->
<script src="https://cdn.swimos.org/js/latest/swim-system.min.js"></script>

Usage

ES6/TypeScript

@swim/googlemap can be imported as an ES6 module from TypeScript and other ES6-compatible environments.

import * as googlemap from "@swim/googlemap";

CommonJS/Node.js

@swim/googlemap can also be used as a CommonJS module in Node.js applications.

var googlemap = require("@swim/googlemap");

Browser

When loaded by a web browser, the swim-googlemap.js script adds all @swim/googlemap library exports to the global swim namespace. The swim-googlemap.js script requires that swim-core.js and swim-ui.js have already been loaded.

The swim-toolkit.js script also adds all @swim/googlemap library exports to the global swim namespace, making it a drop-in replacement for swim-ui.js and swim-googlemap.js when additional @swim/toolkit frameworks are needed.

Readme

Keywords

none

Package Sidebar

Install

npm i @swim/googlemap

Weekly Downloads

53

Version

3.11.1

License

Apache-2.0

Unpacked Size

155 kB

Total Files

26

Last publish

Collaborators

  • cwjames19
  • ajay-gov
  • c9r