Skip to content

Commit

Permalink
fixes in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander committed Mar 16, 2022
1 parent 1c0899e commit e3eb3ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Utils/Utils/MapRoutingService/MapApplication.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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?,
Expand All @@ -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?,
Expand Down

0 comments on commit e3eb3ff

Please sign in to comment.