@types/mapbox__geo-viewport
Advanced tools
Comparing version 0.3.1 to 0.4.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for @mapbox/geo-viewport 0.3 | ||
// Type definitions for @mapbox/geo-viewport 0.4 | ||
// Project: https://github.com/mapbox/geo-viewport | ||
@@ -13,4 +13,4 @@ // Definitions by: Fabio Berta <https://github.com/fnberta> | ||
export function viewport(bounds: BoundingBox, dimensions: [number, number], minzoom?: number, maxzoom?: number, tileSize?: number): GeoViewport; | ||
export function viewport(bounds: BoundingBox, dimensions: [number, number], minzoom?: number, maxzoom?: number, tileSize?: number, allowFloat?: boolean): GeoViewport; | ||
export function bounds(viewport: { lon: number; lat: number } | [number, number], zoom: number, dimensions: [number, number], tileSize?: number): BoundingBox; |
{ | ||
"name": "@types/mapbox__geo-viewport", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "TypeScript definitions for @mapbox/geo-viewport", | ||
@@ -14,2 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -21,4 +22,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "d2f1cb8169b7eac9a5e6f10716d0bee74abe25f3fa584a1cc07d77ae242a78b8", | ||
"typesPublisherContentHash": "78c84121882875c9a027c8f8235fee078968f8b6c8ec277c915b58045961149f", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 28 Jul 2018 00:44:17 GMT | ||
* Last updated: Thu, 10 Jan 2019 18:52:51 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3075