From 2f773d25654ff4b91abd46b3bc59d90ee1114906 Mon Sep 17 00:00:00 2001 From: Mobile Roshka Date: Tue, 19 May 2020 20:08:22 -0700 Subject: [PATCH] Se puso bien el zoom del mapa --- ProductosPY/Base.lproj/Main.storyboard | 2 -- ProductosPY/ViewControllers/ScreenTwoViewController.swift | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ProductosPY/Base.lproj/Main.storyboard b/ProductosPY/Base.lproj/Main.storyboard index f3ecd1d..f4ff872 100644 --- a/ProductosPY/Base.lproj/Main.storyboard +++ b/ProductosPY/Base.lproj/Main.storyboard @@ -212,11 +212,9 @@ - - diff --git a/ProductosPY/ViewControllers/ScreenTwoViewController.swift b/ProductosPY/ViewControllers/ScreenTwoViewController.swift index 26e3b21..0586e68 100644 --- a/ProductosPY/ViewControllers/ScreenTwoViewController.swift +++ b/ProductosPY/ViewControllers/ScreenTwoViewController.swift @@ -25,7 +25,7 @@ class ScreenTwoViewController: UIViewController { var currentCoordinates:String = "" //var placesClient: GMSPlacesClient! - var zoomLevel: Float = 10 + var zoomLevel: Float = 15.0 var featureCollection = FeatureCollection(type: "Type", features: []) var featureWithDistance = [FeatureWithDistance]() var tipoProducto:String = "" -- libgit2 0.26.0