Warning

This feature is available in the Full MapKit SDK version

MMKSearchResponse

class MMKSearchResponse : NSObject

Top level structure for search response.

Summary

Class methods

 init(metadata: MMKSearchMetadata,
    collection: MMKGeoObjectCollection,
     isOffline: Bool)

Properties

var metadataMMKSearchMetadata { get }
Extended response information

var collectionMMKGeoObjectCollection { get }
List of objects (organizations, toponyms) in search response

var isOffline: Bool { get }
Flag describing if this response was built offline

Class methods

init(metadata:collection:isOffline:)

 init(metadata: MMKSearchMetadata,
    collection: MMKGeoObjectCollection,
     isOffline: Bool)


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.