Skip to content

Commit

Permalink
type(Marker): fix type error (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 25, 2023
1 parent 879d6cd commit 31d3c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/overlay.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ declare namespace AMap {
/** 开启点标记动画,加载 AMap.MoveAnimation 后可以使用 */
startMove(): void;
/** 以给定时间移动点标记到指定位置,加载 AMap.MoveAnimation 后可以使用 */
moveTo(targetPosition: MoveToOptions, opts?: MoveAlongOptions): void;
moveTo(targetPosition: LngLat | Vector, opts?: MoveAlongOptions): void;
}
interface MarkerOptions {
/**
Expand Down

1 comment on commit 31d3c94

@vercel
Copy link

@vercel vercel bot commented on 31d3c94 Jun 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-amap – ./

react-amap-398188662.vercel.app
react-amap-git-master-398188662.vercel.app
react-amap-one.vercel.app

Please sign in to comment.