MapsIndoors iOS SDK
V3
Loading...
Searching...
No Matches
tmp_docs
src
MPQuery.h
Go to the documentation of this file.
1
//
2
// MPLocationsQuery.h
3
// MapsIndoors
4
//
5
// Created by Daniel Nielsen on 06/11/2018.
6
// Copyright © 2018 MapsPeople A/S. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
#import "
MPPoint.h
"
11
12
NS_ASSUME_NONNULL_BEGIN
13
17
@interface
MPQuery
: NSObject
18
19
23
@property
(nonatomic) NSArray<NSString*>*
queryProperties
;
24
28
@property
(nonatomic) NSString*
query
;
29
33
@property
(nonatomic)
MPPoint
*
near
;
34
35
// Later implementation MISDKIOS-273
36
//- (void) addOrderingWithProperty:(NSString*) property ascending: (BOOL) ascending;
37
//- (void) setOrderingWithProperty:(NSString*) property ascending: (BOOL) ascending;
38
39
@end
40
41
NS_ASSUME_NONNULL_END
MPPoint.h
MPPoint
Definition
MPPoint.h:23
MPQuery
Definition
MPQuery.h:18
MPQuery::near
MPPoint * near
Definition
MPQuery.h:33
MPQuery::query
NSString * query
Definition
MPQuery.h:28
MPQuery::queryProperties
NSArray< NSString * > * queryProperties
Definition
MPQuery.h:23
Generated by
1.10.0