The Error: "Cannot assign value of type 'CLLocationDegrees' (aka 'Double') to type 'Int'"
I am getting an error that says "Cannot assign value of type 'CLLocationDegrees' (aka 'Double') to type 'Int'". Below is an image of the error. When I make the recommended change (shown the second picture) it makes latitude, longitude, and speed an integer (whole number). I need the number to be as accurate as possible, so an integer is not accurate enough. Please reply if you have any questions or have a fix.