Result

public struct Result

Undocumented

  • Result name.

    Declaration

    Swift

    public let name: String
  • A unique identifier for the geographic feature

    Declaration

    Swift

    public let mapboxId: 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>