From e3eb3ff807f2b0a50d9f7e902e4bcc2e6c664075 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 16 Mar 2022 18:53:35 +0300 Subject: [PATCH] fixes in comments --- Utils/Utils/MapRoutingService/MapApplication.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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?,