-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
im getting expection #1
Comments
At which line you got the issue? |
DispatchQueue.main.async(execute: { () -> Void in
|
// import UIKit class myMapScreen: UIViewController,CLLocationManagerDelegate {
// var sourceLat = 17.4947
//
// let camera = GMSCameraPosition.camera(withLatitude:(self.locationManager.location?.coordinate.latitude)!, longitude: (self.locationManager.location?.coordinate.latitude)!, zoom: 14)
// self.startLOC = CLLocation(latitude: sourceLat, longitude: sourceLong) //
}// end of the class extension myMapScreen: GMSAutocompleteViewControllerDelegate {
}
}
} |
i want to draw ployline by using google autocomplete view controller but i can't able to compare by using enum so that im getting only start location can you help me plz |
just like this https://www.youtube.com/watch?v=dSoa93ASylA |
im using xcode 10.1 and swift 4.1 but it successfully degraded but im getting 11db expection can you please help
The text was updated successfully, but these errors were encountered: