Suggestion

public struct Suggestion

Undocumented

  • Suggestion 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. May be nil.

    Declaration

    Swift

    public let coordinate: CLLocationCoordinate2D?