Hi had lot of trouble in understanding the declaration part in swift programming.
I have line of code CLLocationCoordinate2D myCoordinate = myLocation.coordinate;
As same as I declared in Swift programming but I'm getting error
var location1:CLLocation! = locationManager1.location
var coordinate1:CLLocationCoordinate2D = location1.coordinate
fatal error: Can't unwrap Optional.None
location1? - GadlocationManager1? - Kreiri