class NCLocationListListener - Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0 GitHub Wiki
NCLocationListListener provides a callback to be invoked when the list of locations will be downloaded from the server. The callback is invoked in the UI thread.
Referenced from: NCNavigineSdk.
@protocol NCLocationListListener
- (void)onLocationListLoaded:(nonnull NSDictionary<NSNumber *, NCLocationInfo *> *)locationInfos;
- (void)onLocationListFailed:(nullable NSError *)error;
@end