Created
October 3, 2017 18:18
-
-
Save DejanEnspyra/6dd31c29a5f72e3e98e7355cd910e95e to your computer and use it in GitHub Desktop.
Tap Coordinate Google Maps iOS SDK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| extension ViewController: GMSMapViewDelegate{ | |
| func mapView(_ mapView: GMSMapView, didTapAt coordinate: CLLocationCoordinate2D){ | |
| marker.position = coordinate | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment