RelatedPois

@objc
public enum RelatedPois : Int
extension RelatedPois: QueryItemConvertible

An optional parameter for returning related Points Of Interest.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • off

    Default value

    Declaration

    Swift

    case off
  • Only returns child Points Of Interest.

    Declaration

    Swift

    case child
  • Only returns parent Points Of Interest.

    Declaration

    Swift

    case parent
  • all

    Returns all related Points Of Interest.

    Declaration

    Swift

    case all