LCGeoPoint
public final class LCGeoPoint : NSObject, LCValue, LCValueExtension
extension LCGeoPoint: LCValueConvertible
LeanCloud geography point type.
This type can be used to represent a 2D location with latitude and longitude.
-
Undocumented
Declaration
Swift
public private(set) var latitude: Double { get } -
Undocumented
Declaration
Swift
public private(set) var longitude: Double { get } -
Undocumented
See moreDeclaration
Swift
public enum Unit : String -
Undocumented
See moreDeclaration
Swift
public struct Distance -
Undocumented
Declaration
Swift
public override init() -
Undocumented
Declaration
Swift
public convenience init(latitude: Double, longitude: Double) -
Undocumented
Declaration
Swift
public convenience init(_ geoPoint: LCGeoPoint) -
Undocumented
Declaration
Swift
public required init?(coder aDecoder: NSCoder) -
Undocumented
Declaration
Swift
public func encode(with aCoder: NSCoder) -
Undocumented
Declaration
Swift
public func copy(with zone: NSZone?) -> Any -
Undocumented
Declaration
Swift
public override func isEqual(_ object: Any?) -> Bool -
Declaration
Swift
public var jsonValue: Any { get } -
Declaration
Swift
public var rawValue: Any { get } -
Declaration
Swift
public var lcValue: LCValue { get }
View on GitHub
Install in Dash
LCGeoPoint Class Reference