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