SearchResultAccuracy

public enum SearchResultAccuracy : String, Codable

A point accuracy metric for the returned address feature.

  • Result is an approximate location.

    Declaration

    Swift

    case approximate
  • Result has been interpolated from an address range.

    Declaration

    Swift

    case interpolated
  • Result is for a block or intersection.

    Declaration

    Swift

    case intersection
  • Result is derived from a parcel centroid.

    Declaration

    Swift

    case parcel
  • Result is a known address point but has no specific accuracy.

    Declaration

    Swift

    case point
  • Result is for a specific building/entrance.

    Declaration

    Swift

    case rooftop
  • Result is a street centroid.

    Declaration

    Swift

    case street