MMKSearchResponse
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKSearchResponse : NSObject |
Top level structure for search response.
Summary
Class methods
|
+ (nonnull MMKSearchResponse *)responseWithMetadata:(nonnull MMKSearchMetadata *)metadata |
Properties
|
@property (nonatomic, readonly, nonnull) MMKSearchMetadata *metadata; |
|
@property (nonatomic, readonly, nonnull) MMKGeoObjectCollection *collection; |
|
@property (nonatomic, readonly) BOOL isOffline; |
Class methods
responseWithMetadata:collection:isOffline:
|
+ (nonnull MMKSearchResponse *)responseWithMetadata:(nonnull MMKSearchMetadata *)metadata |
Properties
metadata
|
@property (nonatomic, readonly, nonnull) MMKSearchMetadata *metadata; |
Extended response information.
collection
|
@property (nonatomic, readonly, nonnull) MMKGeoObjectCollection *collection; |
List of objects (organizations, toponyms) in search response.
isOffline
|
@property (nonatomic, readonly) BOOL isOffline; |
Flag describing if this response was built offline.