From 01ea195026b6ce97dfca20752a974d51f72031b0 Mon Sep 17 00:00:00 2001 From: mazx <1688085+cmazx@users.noreply.github.com> Date: Thu, 7 Jul 2022 20:53:49 +0200 Subject: [PATCH] Add country locations --- api/suggest/model.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/suggest/model.go b/api/suggest/model.go index 8446a8f..9d73fa8 100644 --- a/api/suggest/model.go +++ b/api/suggest/model.go @@ -28,6 +28,8 @@ type ( StreetKladrID string `json:"street_kladr_id,omitempty"` StreetTypeFull string `json:"street_type_full,omitempty"` AreaTypeFull string `json:"area_type_full,omitempty"` + Country string `json:"country,omitempty"` + CountryISOCode string `json:"country_iso_code,omitempty"` } // Bound for granular sugestion