evm-angular2-baidu-map
Advanced tools
Comparing version 4.2.3 to 4.2.4
{ | ||
"name": "evm-angular2-baidu-map", | ||
"version": "4.2.3", | ||
"version": "4.2.4", | ||
"license": "GPL-3.0", | ||
@@ -5,0 +5,0 @@ "description": "Angular2 component for Baidu map,modified by angular2-baidu-map", |
@@ -38,3 +38,7 @@ import { BControl } from './Control'; | ||
removeEventListener(event: string, handler: () => void): void; | ||
panTo(center: Point, opts: PanOptions): any; | ||
panTo(center: Point, opts: PanOptions): void; | ||
getCenter(): Point; | ||
setCenter(center: Point | string): void; | ||
getZoom(): number; | ||
setZoom(zoom: number): void; | ||
} | ||
@@ -41,0 +45,0 @@ export interface MapOptions { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
497788
4601