Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
27 | class MapGeoLocationNominatim extends AbstractModule implements ModuleConfigInterface, ModuleMapGeoLocationInterface |
||
28 | { |
||
29 | use ModuleConfigTrait; |
||
30 | use ModuleMapGeoLocationTrait; |
||
31 | |||
32 | /** |
||
33 | * Name of the map provider. |
||
34 | * |
||
35 | * @return string |
||
36 | */ |
||
37 | public function title(): string |
||
42 |