Address

struct Address
extension POIKit.Address: Equatable

Address that can be mapped to a road

  • house number of the address

    Declaration

    Swift

    public var houseNumber: String
  • street name of the address

    Declaration

    Swift

    public var street: String
  • coordinate where the address is located

    Declaration

    Swift

    public var coordinate: CLLocationCoordinate2D? { get }

Equatable

  • Returns a Boolean value indicating whether two Addresses are equal.

    Declaration

    Swift

    public static func == (lhs: POIKit.Address, rhs: POIKit.Address) -> Bool

    Parameters

    lhs

    Address to compare

    rhs

    Another address to compare

    Return Value

    if addresses are equal