<NMSGeoObjectResultsDelegate > Protocol Reference

Geo Object Retrieving Protocol. More...

#import <NMSGeoObjectResultsDelegate.h>

Inheritance diagram for <NMSGeoObjectResultsDelegate >:

Instance Methods

(void) - searchGeoObjectDidReceiveResults:withStatus:
 Receive the searches results. searchGeoObjectsByName: and searchGeoObjectsByCategory: More...
 
(void) - geoObjectsAtPointDidReceiveResults:
 Receive the map querying results. geoObjectsAtPoint: More...
 

Detailed Description

Geo Object Retrieving Protocol.

Definition at line 15 of file NMSGeoObjectResultsDelegate.h.

Method Documentation

◆ geoObjectsAtPointDidReceiveResults:()

- (void NMSGeoObjectResultsDelegate) geoObjectsAtPointDidReceiveResults: (NSArray< NMSGeoObject * > *)  results

Receive the map querying results. geoObjectsAtPoint:

Parameters
resultsThe results array.

◆ searchGeoObjectDidReceiveResults:withStatus:()

- (void NMSGeoObjectResultsDelegate) searchGeoObjectDidReceiveResults: (NSArray< NMSGeoObject * > *)  results
withStatus: (NMSGeoObjectSearchStatus)  status 

Receive the searches results. searchGeoObjectsByName: and searchGeoObjectsByCategory:

Parameters
resultsThe results array. Incrementally updated with the results
statusThe search status.

The documentation for this protocol was generated from the following file: