TNEntityGeoPoint

@objcMembers
open class TNEntityGeoPoint : NSObject, Codable

Undocumented

  • Latitude The latitude of the location in degrees. E.g. latitude=37.122

    Declaration

    Swift

    public var latitude: Double?
  • Longitude The longitude of the location in degrees. E.g. longitude=-122.35

    Declaration

    Swift

    public var longitude: Double?
  • Undocumented

    Declaration

    Swift

    public init(lat: Double, lon: Double)
  • Undocumented

    Declaration

    Swift

    public class func point(lat: Double, lon: Double) -> TNEntityGeoPoint
  • Undocumented

    Declaration

    Swift

    public func isValid() -> Bool