Commit 2f773d25 by Mobile Roshka

Se puso bien el zoom del mapa

parent 1f9a77bf
......@@ -212,11 +212,9 @@
<navigationItem key="navigationItem" id="pBU-eg-BDv"/>
<connections>
<outlet property="tableView" destination="lwr-bN-YFd" id="QrT-W1-Jm0"/>
<segue destination="ajw-Ik-xeV" kind="unwind" identifier="filterUnSegue" unwindAction="unwindToViewControllerFilterWithSegue:" id="dRq-X2-mOl"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="T7M-7J-04l" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
<exit id="ajw-Ik-xeV" userLabel="Exit" sceneMemberID="exit"/>
</objects>
<point key="canvasLocation" x="1827.5362318840582" y="937.5"/>
</scene>
......
......@@ -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 = ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment