mapinsight
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

This is the map library for Geoinsight.

API

View

It creates an empty view where you can add whatever you want.

Example:

  import { View } from 'mapinsight';
  const view = new View();

Globe

It creates a 3d earth globe. Its an extension of the class view.

Example:

  import { Globe } from 'mapinsight';
  const globe = new Globe();

Readme

Keywords

none

Package Sidebar

Install

npm i mapinsight

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

1.11 MB

Total Files

36

Last publish

Collaborators

  • joaocsmanuel
  • michaeljendryke