GLMapGeoPoint

extension GLMapGeoPoint : Copyable, Equatable, Escapable
  • Returns whether two geographic points have identical coordinates.

    Declaration

    Swift

    static func == (lhs: GLMapGeoPoint, rhs: GLMapGeoPoint) -> Bool
  • Convenience initializer bridging from CoreLocation.

    Declaration

    Swift

    init(location: CLLocation)
  • Undocumented

    Declaration

    Swift

    static func != (lhs: Self, rhs: Self) -> Bool