-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathGEOMapQuery.h
executable file
·136 lines (130 loc) · 3.69 KB
/
GEOMapQuery.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
/* Generated by RuntimeBrowser.
Image: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
*/
@class GEOMapRegion, NSString, GEOLocation, GEOSessionID, GEOPlaceSearchRequest;
@interface GEOMapQuery : PBCodable {
NSString *_query;
BOOL _hasRequestType;
int _requestType;
BOOL _hasMapCenterX;
int _mapCenterX;
BOOL _hasMapCenterY;
int _mapCenterY;
BOOL _hasMapSpanX;
int _mapSpanX;
BOOL _hasMapSpanY;
int _mapSpanY;
BOOL _hasZoomlevel;
int _zoomlevel;
BOOL _hasClientImgFmt;
int _clientImgFmt;
BOOL _hasTilesizeX;
int _tilesizeX;
BOOL _hasTilesizeY;
int _tilesizeY;
BOOL _hasClientImgMaxWidth;
int _clientImgMaxWidth;
BOOL _hasClientImgMaxHeight;
int _clientImgMaxHeight;
GEOMapRegion *_mapRegion;
GEOLocation *_userLocation;
GEOSessionID *_sessionID;
GEOPlaceSearchRequest *_placeSearchRequest;
}
@property(readonly) BOOL hasQuery;
@property(retain) NSString * query;
@property BOOL hasRequestType;
@property int requestType;
@property BOOL hasMapCenterX;
@property int mapCenterX;
@property BOOL hasMapCenterY;
@property int mapCenterY;
@property BOOL hasMapSpanX;
@property int mapSpanX;
@property BOOL hasMapSpanY;
@property int mapSpanY;
@property BOOL hasZoomlevel;
@property int zoomlevel;
@property BOOL hasClientImgFmt;
@property int clientImgFmt;
@property BOOL hasTilesizeX;
@property int tilesizeX;
@property BOOL hasTilesizeY;
@property int tilesizeY;
@property BOOL hasClientImgMaxWidth;
@property int clientImgMaxWidth;
@property BOOL hasClientImgMaxHeight;
@property int clientImgMaxHeight;
@property(readonly) BOOL hasMapRegion;
@property(retain) GEOMapRegion * mapRegion;
@property(readonly) BOOL hasUserLocation;
@property(retain) GEOLocation * userLocation;
@property(readonly) BOOL hasSessionID;
@property(retain) GEOSessionID * sessionID;
@property(readonly) BOOL hasPlaceSearchRequest;
@property(retain) GEOPlaceSearchRequest * placeSearchRequest;
- (BOOL)readFrom:(id)arg1;
- (void)setQuery:(id)arg1;
- (void)setHasRequestType:(BOOL)arg1;
- (BOOL)hasRequestType;
- (void)setRequestType:(int)arg1;
- (BOOL)hasQuery;
- (id)placeSearchRequest;
- (int)clientImgMaxHeight;
- (void)setHasClientImgMaxHeight:(BOOL)arg1;
- (BOOL)hasClientImgMaxHeight;
- (int)clientImgMaxWidth;
- (void)setHasClientImgMaxWidth:(BOOL)arg1;
- (BOOL)hasClientImgMaxWidth;
- (int)tilesizeY;
- (void)setHasTilesizeY:(BOOL)arg1;
- (BOOL)hasTilesizeY;
- (int)tilesizeX;
- (void)setHasTilesizeX:(BOOL)arg1;
- (BOOL)hasTilesizeX;
- (int)clientImgFmt;
- (void)setHasClientImgFmt:(BOOL)arg1;
- (BOOL)hasClientImgFmt;
- (int)zoomlevel;
- (void)setHasZoomlevel:(BOOL)arg1;
- (BOOL)hasZoomlevel;
- (int)mapSpanY;
- (void)setHasMapSpanY:(BOOL)arg1;
- (BOOL)hasMapSpanY;
- (int)mapSpanX;
- (void)setHasMapSpanX:(BOOL)arg1;
- (BOOL)hasMapSpanX;
- (int)mapCenterY;
- (void)setHasMapCenterY:(BOOL)arg1;
- (BOOL)hasMapCenterY;
- (int)mapCenterX;
- (void)setHasMapCenterX:(BOOL)arg1;
- (BOOL)hasMapCenterX;
- (BOOL)hasPlaceSearchRequest;
- (BOOL)hasSessionID;
- (BOOL)hasMapRegion;
- (void)setClientImgMaxHeight:(int)arg1;
- (void)setClientImgMaxWidth:(int)arg1;
- (void)setTilesizeY:(int)arg1;
- (void)setTilesizeX:(int)arg1;
- (void)setClientImgFmt:(int)arg1;
- (void)setZoomlevel:(int)arg1;
- (void)setMapSpanY:(int)arg1;
- (void)setMapSpanX:(int)arg1;
- (void)setMapCenterY:(int)arg1;
- (void)setMapCenterX:(int)arg1;
- (void)setPlaceSearchRequest:(id)arg1;
- (void)setUserLocation:(id)arg1;
- (int)requestType;
- (void)writeTo:(id)arg1;
- (id)dictionaryRepresentation;
- (id)query;
- (id)userLocation;
- (BOOL)hasUserLocation;
- (id)sessionID;
- (void)setSessionID:(id)arg1;
- (id)mapRegion;
- (void)setMapRegion:(id)arg1;
- (id)description;
- (void)dealloc;
@end