Skip to content

Commit 0497363

Browse files
authored
🤖 Merge PR DefinitelyTyped#73252 feat(kakaomaps) : add types by @chaesunbak
1 parent 72000d2 commit 0497363

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/kakaomaps/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ declare namespace kakao.maps {
3333
setMaxLevel(maxLevel: number): void;
3434
panBy(dx: number, dy: number): void;
3535
panTo(latlng_or_bounds: LatLng | LatLngBounds, padding?: number): void;
36+
jump(center: LatLng, level: number, options?: { animate?: boolean | { duration?: number }; }): void;
3637
addControl(control: MapTypeControl | ZoomControl, position: ControlPosition): void;
3738
removeControl(control: MapTypeControl | ZoomControl): void;
3839
setDraggable(draggable: boolean): void;

0 commit comments

Comments
 (0)