diff --git a/Utils/Utils/MapRoutingService/MapApplication.swift b/Utils/Utils/MapRoutingService/MapApplication.swift index 4cef9aa..d4ddeaf 100644 --- a/Utils/Utils/MapRoutingService/MapApplication.swift +++ b/Utils/Utils/MapRoutingService/MapApplication.swift @@ -110,7 +110,7 @@ private extension MapApplication { return urlComponents.url } - /// Построение URL-схемы для открытия приложения google-карт + /// Построение URL-схемы для открытия приложения yandex-карт /// /// https://yandex.ru/dev/yandex-apps-launch/maps/doc/concepts/yandexmaps-ios-app.html static func yandexRoute(startCoordinate: CLLocationCoordinate2D?, @@ -130,7 +130,7 @@ private extension MapApplication { return urlComponents.url } - /// Построение URL-схемы для открытия google-карт в Safari + /// Построение URL-схемы для открытия приложения 2gis /// /// https://help.2gis.ru/question/razrabotchikam-zapusk-mobilnogo-prilozheniya-2gis static func twoGISRoute(startCoordinate: CLLocationCoordinate2D?,