Skip to content

Commit

Permalink
fix(MassMarker): 数据结构的 lnglat 类型声明错误
Browse files Browse the repository at this point in the history
  • Loading branch information
xyy94813 committed Mar 22, 2024
1 parent 3bfea53 commit fc7bea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/overlays/MassMarks.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export type MassMarkersOptions = {
};

export type MassMarkersDataOption = Record<string | number | symbol, any> & {
lnglat: LngLatLike[];
weight?: number;
lnglat: LngLatLike;
style?: number;
};

export type MassMarksEventType =
Expand Down

0 comments on commit fc7bea4

Please sign in to comment.