Result

struct Result

Undocumented

  • Result name.

    Declaration

    Swift

    public let name: String
  • Textual representation of the address.

    Declaration

    Swift

    public let formattedAddress: String
  • Address geographic point.

    Declaration

    Swift

    public let coordinate: CLLocationCoordinate2D
  • Detailed address components like street, house number, etc.

    Declaration

    Swift

    public let addressComponents: NonEmptyArray<AddressComponent>