1
+ <!doctype html>
2
+ < html class ="default no-js ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
+ < title > GeoPoint | XYZ Maps Documentation</ title >
7
+ < meta name ="description " content ="Documentation for XYZ Maps Documentation ">
8
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9
+ < link rel ="stylesheet " href ="../assets/css/main.css ">
10
+ </ head >
11
+ < body >
12
+ < header >
13
+ < div class ="tsd-page-toolbar ">
14
+ < div class ="container ">
15
+ < div class ="table-wrap ">
16
+ < div class ="table-cell " id ="tsd-search " data-index ="../assets/js/search.json " data-base =".. ">
17
+ < div class ="field ">
18
+ < label for ="tsd-search-field " class ="tsd-widget search no-caption "> Search</ label >
19
+ < input id ="tsd-search-field " type ="text " />
20
+ </ div >
21
+ < ul class ="results ">
22
+ < li class ="state loading "> Preparing search index...</ li >
23
+ < li class ="state failure "> The search index is not available</ li >
24
+ </ ul >
25
+ < a href ="../index.html " class ="title "> XYZ Maps Documentation</ a >
26
+ </ div >
27
+ < div class ="table-cell " id ="tsd-widgets ">
28
+ < div id ="tsd-filter ">
29
+ < a href ="# " class ="tsd-widget options no-caption " data-toggle ="options "> Options</ a >
30
+ < div class ="tsd-filter-group ">
31
+ < div class ="tsd-select " id ="tsd-filter-visibility ">
32
+ < span class ="tsd-select-label "> All</ span >
33
+ < ul class ="tsd-select-list ">
34
+ < li data-value ="public "> Public</ li >
35
+ < li data-value ="protected "> Public/Protected</ li >
36
+ < li data-value ="private " class ="selected "> All</ li >
37
+ </ ul >
38
+ </ div >
39
+ < input type ="checkbox " id ="tsd-filter-inherited " checked />
40
+ < label class ="tsd-widget " for ="tsd-filter-inherited "> Inherited</ label >
41
+ </ div >
42
+ </ div >
43
+ < a href ="# " class ="tsd-widget menu no-caption " data-toggle ="menu "> Menu</ a >
44
+ </ div >
45
+ </ div >
46
+ </ div >
47
+ </ div >
48
+ < div class ="tsd-page-title ">
49
+ < div class ="container ">
50
+ < ul class ="tsd-breadcrumb ">
51
+ < li >
52
+ < a href ="../globals.html "> Globals</ a >
53
+ </ li >
54
+ < li >
55
+ < a href ="../modules/core.html "> core</ a >
56
+ </ li >
57
+ < li >
58
+ < a href ="core.geopoint.html "> GeoPoint</ a >
59
+ </ li >
60
+ </ ul >
61
+ < h1 > Class GeoPoint</ h1 >
62
+ </ div >
63
+ </ div >
64
+ </ header >
65
+ < div class ="container container-main ">
66
+ < div class ="row ">
67
+ < div class ="col-8 col-content ">
68
+ < section class ="tsd-panel tsd-comment ">
69
+ < div class ="tsd-comment tsd-typography ">
70
+ < div class ="lead ">
71
+ < p > A GeoPoint represents a geographical point.</ p >
72
+ </ div >
73
+ </ div >
74
+ </ section >
75
+ < section class ="tsd-panel tsd-hierarchy ">
76
+ < h3 > Hierarchy</ h3 >
77
+ < ul class ="tsd-hierarchy ">
78
+ < li >
79
+ < span class ="target "> GeoPoint</ span >
80
+ </ li >
81
+ </ ul >
82
+ </ section >
83
+ < section class ="tsd-panel-group tsd-index-group ">
84
+ < h2 > Index</ h2 >
85
+ < section class ="tsd-panel tsd-index-panel ">
86
+ < div class ="tsd-index-content ">
87
+ < section class ="tsd-index-section ">
88
+ < h3 > Constructors</ h3 >
89
+ < ul class ="tsd-index-list ">
90
+ < li class ="tsd-kind-constructor tsd-parent-kind-class "> < a href ="core.geopoint.html#constructor " class ="tsd-kind-icon "> constructor</ a > </ li >
91
+ </ ul >
92
+ </ section >
93
+ < section class ="tsd-index-section ">
94
+ < h3 > Properties</ h3 >
95
+ < ul class ="tsd-index-list ">
96
+ < li class ="tsd-kind-property tsd-parent-kind-class "> < a href ="core.geopoint.html#altitude " class ="tsd-kind-icon "> altitude</ a > </ li >
97
+ < li class ="tsd-kind-property tsd-parent-kind-class "> < a href ="core.geopoint.html#latitude " class ="tsd-kind-icon "> latitude</ a > </ li >
98
+ < li class ="tsd-kind-property tsd-parent-kind-class "> < a href ="core.geopoint.html#longitude " class ="tsd-kind-icon "> longitude</ a > </ li >
99
+ </ ul >
100
+ </ section >
101
+ </ div >
102
+ </ section >
103
+ </ section >
104
+ < section class ="tsd-panel-group tsd-member-group ">
105
+ < h2 > Constructors</ h2 >
106
+ < section class ="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class ">
107
+ < a name ="constructor " class ="tsd-anchor "> </ a >
108
+ < h3 > constructor</ h3 >
109
+ < ul class ="tsd-signatures tsd-kind-constructor tsd-parent-kind-class ">
110
+ < li class ="tsd-signature tsd-kind-icon "> new < wbr > Geo< wbr > Point< span class ="tsd-signature-symbol "> (</ span > longitude< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> number</ span > , latitude< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> number</ span > , altitude< span class ="tsd-signature-symbol "> ?: </ span > < span class ="tsd-signature-type "> number</ span > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> : </ span > < a href ="core.geopoint.html " class ="tsd-signature-type "> GeoPoint</ a > </ li >
111
+ </ ul >
112
+ < ul class ="tsd-descriptions ">
113
+ < li class ="tsd-description ">
114
+ < aside class ="tsd-sources ">
115
+ </ aside >
116
+ < div class ="tsd-comment tsd-typography ">
117
+ </ div >
118
+ < h4 class ="tsd-parameters-title "> Parameters</ h4 >
119
+ < ul class ="tsd-parameters ">
120
+ < li >
121
+ < h5 > longitude: < span class ="tsd-signature-type "> number</ span > </ h5 >
122
+ < div class ="tsd-comment tsd-typography ">
123
+ < div class ="lead ">
124
+ < p > the longitude in degrees</ p >
125
+ </ div >
126
+ </ div >
127
+ </ li >
128
+ < li >
129
+ < h5 > latitude: < span class ="tsd-signature-type "> number</ span > </ h5 >
130
+ < div class ="tsd-comment tsd-typography ">
131
+ < div class ="lead ">
132
+ < p > the latitude in degrees</ p >
133
+ </ div >
134
+ </ div >
135
+ </ li >
136
+ < li >
137
+ < h5 > < span class ="tsd-flag ts-flagOptional "> Optional</ span > altitude: < span class ="tsd-signature-type "> number</ span > </ h5 >
138
+ < div class ="tsd-comment tsd-typography ">
139
+ < div class ="lead ">
140
+ < p > the altitude in degrees</ p >
141
+ </ div >
142
+ </ div >
143
+ </ li >
144
+ </ ul >
145
+ < h4 class ="tsd-returns-title "> Returns < a href ="core.geopoint.html " class ="tsd-signature-type "> GeoPoint</ a > </ h4 >
146
+ </ li >
147
+ </ ul >
148
+ </ section >
149
+ </ section >
150
+ < section class ="tsd-panel-group tsd-member-group ">
151
+ < h2 > Properties</ h2 >
152
+ < section class ="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class ">
153
+ < a name ="altitude " class ="tsd-anchor "> </ a >
154
+ < h3 > < span class ="tsd-flag ts-flagOptional "> Optional</ span > altitude</ h3 >
155
+ < div class ="tsd-signature tsd-kind-icon "> altitude< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> number</ span > </ div >
156
+ < aside class ="tsd-sources ">
157
+ </ aside >
158
+ < div class ="tsd-comment tsd-typography ">
159
+ < div class ="lead ">
160
+ < p > the altitude in meters</ p >
161
+ </ div >
162
+ </ div >
163
+ </ section >
164
+ < section class ="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class ">
165
+ < a name ="latitude " class ="tsd-anchor "> </ a >
166
+ < h3 > latitude</ h3 >
167
+ < div class ="tsd-signature tsd-kind-icon "> latitude< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> number</ span > </ div >
168
+ < aside class ="tsd-sources ">
169
+ </ aside >
170
+ < div class ="tsd-comment tsd-typography ">
171
+ < div class ="lead ">
172
+ < p > the latitude in degrees</ p >
173
+ </ div >
174
+ </ div >
175
+ </ section >
176
+ < section class ="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class ">
177
+ < a name ="longitude " class ="tsd-anchor "> </ a >
178
+ < h3 > longitude</ h3 >
179
+ < div class ="tsd-signature tsd-kind-icon "> longitude< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> number</ span > </ div >
180
+ < aside class ="tsd-sources ">
181
+ </ aside >
182
+ < div class ="tsd-comment tsd-typography ">
183
+ < div class ="lead ">
184
+ < p > the longitude in degrees</ p >
185
+ </ div >
186
+ </ div >
187
+ </ section >
188
+ </ section >
189
+ </ div >
190
+ < div class ="col-4 col-menu menu-sticky-wrap menu-highlight ">
191
+ < nav class ="tsd-navigation primary ">
192
+ < ul >
193
+ < li class ="globals ">
194
+ < a href ="../globals.html "> < em > Globals</ em > </ a >
195
+ </ li >
196
+ < li class ="current tsd-kind-module ">
197
+ < a href ="../modules/core.html "> core</ a >
198
+ </ li >
199
+ < li class =" tsd-kind-module ">
200
+ < a href ="../modules/display.html "> display</ a >
201
+ </ li >
202
+ < li class =" tsd-kind-module ">
203
+ < a href ="../modules/editor.html "> editor</ a >
204
+ </ li >
205
+ </ ul >
206
+ </ nav >
207
+ < nav class ="tsd-navigation secondary menu-sticky ">
208
+ < ul class ="before-current ">
209
+ </ ul >
210
+ < ul class ="current ">
211
+ < li class ="current tsd-kind-module ">
212
+ < a href ="../modules/core.html " class ="tsd-kind-icon "> core</ a >
213
+ < ul >
214
+ < li class ="current tsd-kind-class tsd-parent-kind-module ">
215
+ < a href ="core.geopoint.html " class ="tsd-kind-icon "> Geo< wbr > Point</ a >
216
+ < ul >
217
+ < li class =" tsd-kind-constructor tsd-parent-kind-class ">
218
+ < a href ="core.geopoint.html#constructor " class ="tsd-kind-icon "> constructor</ a >
219
+ </ li >
220
+ < li class =" tsd-kind-property tsd-parent-kind-class ">
221
+ < a href ="core.geopoint.html#altitude " class ="tsd-kind-icon "> altitude</ a >
222
+ </ li >
223
+ < li class =" tsd-kind-property tsd-parent-kind-class ">
224
+ < a href ="core.geopoint.html#latitude " class ="tsd-kind-icon "> latitude</ a >
225
+ </ li >
226
+ < li class =" tsd-kind-property tsd-parent-kind-class ">
227
+ < a href ="core.geopoint.html#longitude " class ="tsd-kind-icon "> longitude</ a >
228
+ </ li >
229
+ </ ul >
230
+ </ li >
231
+ </ ul >
232
+ </ li >
233
+ </ ul >
234
+ < ul class ="after-current ">
235
+ < li class =" tsd-kind-module ">
236
+ < a href ="../modules/display.html " class ="tsd-kind-icon "> display</ a >
237
+ </ li >
238
+ < li class =" tsd-kind-module ">
239
+ < a href ="../modules/editor.html " class ="tsd-kind-icon "> editor</ a >
240
+ </ li >
241
+ </ ul >
242
+ </ nav >
243
+ </ div >
244
+ </ div >
245
+ </ div >
246
+ < footer class ="with-border-bottom ">
247
+ < div class ="container ">
248
+ < h2 > Legend</ h2 >
249
+ < div class ="tsd-legend-group ">
250
+ < ul class ="tsd-legend ">
251
+ < li class ="tsd-kind-object-literal "> < span class ="tsd-kind-icon "> Object literal</ span > </ li >
252
+ < li class ="tsd-kind-variable "> < span class ="tsd-kind-icon "> Variable</ span > </ li >
253
+ < li class ="tsd-kind-type-alias "> < span class ="tsd-kind-icon "> Type alias</ span > </ li >
254
+ < li class ="tsd-kind-type-alias tsd-has-type-parameter "> < span class ="tsd-kind-icon "> Type alias with type parameter</ span > </ li >
255
+ </ ul >
256
+ < ul class ="tsd-legend ">
257
+ < li class ="tsd-kind-class "> < span class ="tsd-kind-icon "> Class</ span > </ li >
258
+ < li class ="tsd-kind-class tsd-has-type-parameter "> < span class ="tsd-kind-icon "> Class with type parameter</ span > </ li >
259
+ < li class ="tsd-kind-constructor tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Constructor</ span > </ li >
260
+ < li class ="tsd-kind-property tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Property</ span > </ li >
261
+ </ ul >
262
+ < ul class ="tsd-legend ">
263
+ < li class ="tsd-kind-interface "> < span class ="tsd-kind-icon "> Interface</ span > </ li >
264
+ < li class ="tsd-kind-interface tsd-has-type-parameter "> < span class ="tsd-kind-icon "> Interface with type parameter</ span > </ li >
265
+ </ ul >
266
+ </ div >
267
+ </ div >
268
+ </ footer >
269
+ < div class ="container tsd-generator ">
270
+ < p > Generated using < a href ="https://typedoc.org/ " target ="_blank "> TypeDoc</ a > </ p >
271
+ </ div >
272
+ < div class ="overlay "> </ div >
273
+ < script src ="../assets/js/main.js "> </ script >
274
+ </ body >
275
+ </ html >
0 commit comments