MMKSearchResponse
Warning
This feature is available in the Full MapKit SDK version
|
class MMKSearchResponse : NSObject |
Top level structure for search response.
Summary
Class methods
|
 init(metadata: MMKSearchMetadata, |
Properties
|
var metadata: MMKSearchMetadata { get } |
|
var collection: MMKGeoObjectCollection { get } |
|
var isOffline: Bool { get } |
Class methods
init(metadata:collection:isOffline:)
|
 init(metadata: MMKSearchMetadata, |
Properties
metadata
|
var metadata: MMKSearchMetadata { get } |
Extended response information.
collection
|
var collection: MMKGeoObjectCollection { get } |
List of objects (organizations, toponyms) in search response.
isOffline
|
var isOffline: Bool { get } |
Flag describing if this response was built offline.