TTGeoJSONFeature
@interface TTGeoJSONFeature : TTGeoJSONObject
TTGeoJSONFeature
-
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
visitorObject type TTADPGeoJsonGeoVisitor
TTGeoJSONFeature Class Reference