diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-01-02 01:08:41 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-01-02 01:08:41 +0100 |
| commit | a3eb2d0441ae18f75604a4bee64db18391469837 (patch) | |
| tree | 8994c1987afdd9436ba0699236439d3eb6c3f04d /src/Enmarcha.Backend/Services/IGeocodingService.cs | |
| parent | dd544d713a2af4713c61ae0d2050f2861cc0892a (diff) | |
feat: Integrate Geoapify geocoding service and update configuration
Diffstat (limited to 'src/Enmarcha.Backend/Services/IGeocodingService.cs')
| -rw-r--r-- | src/Enmarcha.Backend/Services/IGeocodingService.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Enmarcha.Backend/Services/IGeocodingService.cs b/src/Enmarcha.Backend/Services/IGeocodingService.cs deleted file mode 100644 index 5c1b19e..0000000 --- a/src/Enmarcha.Backend/Services/IGeocodingService.cs +++ /dev/null @@ -1,9 +0,0 @@ -using Enmarcha.Backend.Types.Planner; - -namespace Enmarcha.Backend.Services; - -public interface IGeocodingService -{ - Task<List<PlannerSearchResult>> GetAutocompleteAsync(string query); - Task<PlannerSearchResult?> GetReverseGeocodeAsync(double lat, double lon); -} |
