Warning

This feature is available in the Full MapKit SDK version

YMKSearchFeatureBooleanValue

@interface YMKSearchFeatureBooleanValue : NSObject

Undocumented

Summary

Class methods

+ (nonnull YMKSearchFeatureBooleanValue *)booleanValueWithValue:( BOOL)value;

Properties

@property (nonatomic, readonly) BOOL value;
Undocumented

Class methods

booleanValueWithValue:

+ (nonnull YMKSearchFeatureBooleanValue *)booleanValueWithValue:( BOOL)value;


Properties

value

@property (nonatomic, readonly) BOOL value;

Undocumented