Skip to content

Commit

Permalink
Add extraTileControl() to MapOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tumapav committed Mar 7, 2022
1 parent cc4efba commit bd96507
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Interfaces/MapOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ public function showZoomControl(bool $show = true): self;

public function extraControl(array $control): self;

public function extraTileControl(array $control): self;

public function hasJs(): bool;

public function jsUrl(): string;
Expand Down

0 comments on commit bd96507

Please sign in to comment.