Если вы хотите открыть сайт Google Maps, просто введите этот код. Надеюсь, это полезно и ответит на ваши вопросы
if (UIApplication.sharedApplication().canOpenURL(NSURL(string:"comgooglemaps://")!)) {
// this if you have the apps, you can open google maps here. if you don't want just fill this to open google maps via safari then.
} else {
//cannot use google maps
}
}