TTGeoJSONFeature

@interface TTGeoJSONFeature : TTGeoJSONObject

TTGeoJSONFeature

  • Id

    Feature Id

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic) NSString *_Nullable Id;

    Swift

    var id: String? { get }
  • Feature properties

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic) NSDictionary *_Nullable properties;

    Swift

    var properties: [AnyHashable : Any]? { get }
  • Calls method parsing result.

    Declaration

    Objective-C

    - (void)visitResult:(id<TTGeoJSONGeoVisitor> _Nonnull)visitor;

    Swift

    func visitResult(_ visitor: TTGeoJSONGeoVisitor)

    Parameters

    visitor

    Object type TTADPGeoJsonGeoVisitor