MapsIndoors iOS SDK
V3
Toggle main menu visibility
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
Typedefs
Properties
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Files
File List
File Members
All
_
a
b
c
d
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
z
Variables
Typedefs
Enumerations
Enumerator
_
a
b
c
d
f
g
h
i
l
m
n
p
r
s
t
u
v
w
z
Macros
k
l
m
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
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