MRLocalSearchRequest Class Reference

Inherits from NSObject
Declared in MRLocalSearchRequest.h

Overview

Describes a search to be performed on Meridian servers.

  naturalLanguageQuery

The search term to use when filtering results.

@property (nonatomic, copy, nullable) NSString *naturalLanguageQuery

Declared In

MRLocalSearchRequest.h

  location

The location to use when filtering results.

@property (nonatomic, strong) MRLocation *location

Declared In

MRLocalSearchRequest.h

  transportType

The mode of transport if directions were calculated for a result of this search. Used for including distance in results.

@property (nonatomic, assign) MRDirectionsTransportType transportType

Declared In

MRLocalSearchRequest.h

  app

The Meridian app whose data should be searched.

@property (nonatomic, copy) MREditorKey *app

Declared In

MRLocalSearchRequest.h

  limit

Limits the number of results. Limit results to 20 or less for best performance.

@property (nonatomic, assign) NSInteger limit

Declared In

MRLocalSearchRequest.h