1 | <?php |
||
4 | class GeoData extends GeoDataAbstract implements GeoDataInterface, GeoDataProviderInterface |
||
5 | { |
||
6 | |||
7 | |||
8 | /** |
||
9 | * @param float $latitude |
||
10 | * @param float $longitude |
||
11 | */ |
||
12 | 8 | public function __construct( $latitude, $longitude) |
|
17 | |||
18 | |||
19 | /** |
||
20 | * @inheritDoc |
||
21 | */ |
||
22 | 4 | public function getGeoData() |
|
26 | |||
27 | } |
||
28 |