nickplesha / typed-mapbox-gl

Type definitions for Mapbox GL JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typed-mapbox-gl Build Status

Type definitions for Mapbox GL JS

How to use

npm install mapbox-gl --save
typings install dt~geojson --global --save
typings install github:dobrud/typed-mapbox-gl --global --save

Usage in code:

import * as mapboxgl from 'mapbox-gl';

If you need only a single class:

import {LngLat} from 'mapbox-gl';

Run tests

typings install
tsc mapbox-gl-tests.ts

About

Type definitions for Mapbox GL JS

License:MIT License


Languages

Language:TypeScript 100.0%