| 1 | <?php |
||
| 16 | class ImageOverlay extends Rectangle { |
||
| 17 | |||
| 18 | private $imageUrl; |
||
| 19 | |||
| 20 | 3 | public function __construct( LatLongValue $boundsNorthEast, LatLongValue $boundsSouthWest, string $image ) { |
|
| 25 | |||
| 26 | 2 | public function getImage(): string { |
|
| 29 | |||
| 30 | public function getJSONObject( string $defText = '', string $defTitle = '' ): array { |
||
| 37 | |||
| 38 | } |
||
| 39 |