cllocationdegrees to double iOS swift

Solution:

I had tried to convert the cllocation to double using the below code.But it shows warning.Use the below code to avoid the warning

                    lat = Double(LocationSingleton.sharedInstance.lastLocation?.coordinate.latitude ?? 0)





Comments

Popular posts from this blog

Convert NsNumber, NSDate to String in iOS Swift

Parse the value from string value iOS swift

Global LocationManager Singleton class iOS Swift