TTADPGeoJsonGeoVisitor

@protocol TTADPGeoJsonGeoVisitor <NSObject>

04.04.2019 This protocol is deprecated, use TTGeoJSONGeoVisitor instead.

  • Calls one of method depense contain of position date

    Declaration

    Objective-C

    - (void)visitPosition:(id)position;

    Swift

    optional func visitPosition(_ position: Any!)

    Parameters

    position

    Object type TTADPPosition

  • Calls one of method depense contain of lineString date

    Declaration

    Objective-C

    - (void)visitLineString:(TTADPLineString *_Nonnull)lineString;

    Swift

    optional func visit(_ lineString: TTADPLineString)

    Parameters

    lineString

    Object type TTADPLineString

  • Calls one of method depense contain of multiPoint date

    Declaration

    Objective-C

    - (void)visitMultiPoint:(TTADPMultiPoint *_Nonnull)multiPoint;

    Swift

    optional func visit(_ multiPoint: TTADPMultiPoint)

    Parameters

    multiPoint

    Object type TTADPMultiPoint

  • Calls one of method depense contain of multiLineString date

    Declaration

    Objective-C

    - (void)visitMultiLineString:(TTADPMultiLineString *_Nonnull)multiLineString;

    Swift

    optional func visit(_ multiLineString: TTADPMultiLineString)

    Parameters

    multiLineString

    Object type TTADPMultiLineString

  • Calls one of method depense contain of polygon date

    Declaration

    Objective-C

    - (void)visitPolygon:(TTADPPolygon *_Nonnull)polygon;

    Swift

    optional func visit(_ polygon: TTADPPolygon)

    Parameters

    polygon

    Object type TTADPPolygon

  • Calls one of method depense contain of polygon date

    Declaration

    Objective-C

    - (void)visitMultiPolygon:(TTADPMultiPolygon *_Nonnull)multiPolygon;

    Swift

    optional func visit(_ multiPolygon: TTADPMultiPolygon)

    Parameters

    multiPolygon

    Object type TTADPMultiPolygon

  • Calls one of method depense contain of polygon date

    Declaration

    Objective-C

    - (void)visitGeometryCollection:
        (TTADPGeometryCollection *_Nonnull)geometryCollection;

    Swift

    optional func visit(_ geometryCollection: TTADPGeometryCollection)

    Parameters

    geometryCollection

    Object type TTADPGeometryCollection