Result

public struct Result

Undocumented

  • Result’s name

    Declaration

    Swift

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

    Declaration

    Swift

    public let mapboxId: String?
  • Result’s address

    Declaration

    Swift

    public let address: AddressComponents
  • Result’s geographic point.

    Declaration

    Swift

    public let coordinate: CLLocationCoordinate2D
  • List of points near [coordinate], that represents entries to associated building.

    Declaration

    Swift

    public let routablePoints: NonEmptyArray<RoutablePoint>?
  • POI categories.

    Declaration

    Swift

    public let categories: [String]
  • Maki icon name for the place.

    Declaration

    Swift

    public let makiIcon: String?