Skip to content

Commit

Permalink
Fix LngLatBounds type (visgl#2260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress authored Aug 21, 2023
1 parent a5705d0 commit 566ba68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/types/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ export type LngLatLike =
| {lon: number; lat: number};

export interface LngLatBounds {
sw: LngLatLike;
ne: LngLatLike;

contains(lnglat: LngLatLike): boolean;
setNorthEast(ne: LngLatLike): this;
setSouthWest(sw: LngLatLike): this;
Expand Down

0 comments on commit 566ba68

Please sign in to comment.