From ae1884a58081002f36f3d72f278394aaa575fa03 Mon Sep 17 00:00:00 2001 From: Maksim Andrianov Date: Thu, 6 Sep 2018 12:26:15 +0300 Subject: [PATCH] [geocoder] Changed order sublocality and suburb --- geocoder/types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geocoder/types.hpp b/geocoder/types.hpp index 2d899c7a99..776fd71c18 100644 --- a/geocoder/types.hpp +++ b/geocoder/types.hpp @@ -17,8 +17,8 @@ enum class Type Region, Subregion, Locality, - Sublocality, Suburb, + Sublocality, Building, Count