NavmiiSDK
Write yourself a navigation system in iOS
Instance Methods | List of all members
<NMAddressLookupDelegate> Protocol Reference

#import <NMAddressLookupDelegate.h>

Inherits <NSObject>.

Instance Methods

(void) - onAddressLookupItemAdded:distance:location:recordType:
 
(void) - onAddressLookupFinished
 

Detailed Description

Address lookup callback interface

Method Documentation

- (void) onAddressLookupItemAdded: (NMAddress *)  address
distance: (double)  distanceInMeters
location: (NMMapCoordinates *)  location
recordType: (NMRecordType)  recordType 
optional

Tells the delegate that next item is found

Parameters
address
distanceInMetersDistance in meters from GPS position
locationAddress item location
recordTypeType of record

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