@girs/geocodeglib-2.0 2.0.0-4.0.0-beta.39 → 2.0.0-4.0.0-beta.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/geocodeglib-2.0.d.ts +14 -26
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for GeocodeGlib-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.
|
|
8
|
+
GJS TypeScript type definitions for GeocodeGlib-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.40.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
package/geocodeglib-2.0.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export namespace GeocodeGlib {
|
|
|
26
26
|
* Error codes returned by geocode-glib functions.
|
|
27
27
|
*/
|
|
28
28
|
class Error extends GLib.Error {
|
|
29
|
-
static $gtype: GObject.GType<Error>;
|
|
29
|
+
static $gtype: GObject.GType<GLib.Error>;
|
|
30
30
|
|
|
31
31
|
// Static fields
|
|
32
32
|
|
|
@@ -63,51 +63,41 @@ export namespace GeocodeGlib {
|
|
|
63
63
|
static quark(): GLib.Quark;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
/**
|
|
67
|
-
* Coordinate Reference System Identification for a location.
|
|
68
|
-
*/
|
|
69
|
-
|
|
70
|
-
/**
|
|
71
|
-
* Coordinate Reference System Identification for a location.
|
|
72
|
-
*/
|
|
73
66
|
export namespace LocationCRS {
|
|
74
67
|
export const $gtype: GObject.GType<LocationCRS>;
|
|
75
68
|
}
|
|
76
69
|
|
|
70
|
+
/**
|
|
71
|
+
* Coordinate Reference System Identification for a location.
|
|
72
|
+
*/
|
|
77
73
|
enum LocationCRS {
|
|
78
74
|
/**
|
|
79
75
|
* CRS is World Geodetic System, standard for Earth.
|
|
80
76
|
*/
|
|
81
77
|
WGS84,
|
|
82
78
|
}
|
|
83
|
-
/**
|
|
84
|
-
* The URI scheme for this location.
|
|
85
|
-
*/
|
|
86
79
|
|
|
87
|
-
/**
|
|
88
|
-
* The URI scheme for this location.
|
|
89
|
-
*/
|
|
90
80
|
export namespace LocationURIScheme {
|
|
91
81
|
export const $gtype: GObject.GType<LocationURIScheme>;
|
|
92
82
|
}
|
|
93
83
|
|
|
84
|
+
/**
|
|
85
|
+
* The URI scheme for this location.
|
|
86
|
+
*/
|
|
94
87
|
enum LocationURIScheme {
|
|
95
88
|
/**
|
|
96
89
|
* The 'geo' URI scheme, RFC 5870
|
|
97
90
|
*/
|
|
98
91
|
GEO,
|
|
99
92
|
}
|
|
100
|
-
/**
|
|
101
|
-
* Osm type of the place.
|
|
102
|
-
*/
|
|
103
93
|
|
|
104
|
-
/**
|
|
105
|
-
* Osm type of the place.
|
|
106
|
-
*/
|
|
107
94
|
export namespace PlaceOsmType {
|
|
108
95
|
export const $gtype: GObject.GType<PlaceOsmType>;
|
|
109
96
|
}
|
|
110
97
|
|
|
98
|
+
/**
|
|
99
|
+
* Osm type of the place.
|
|
100
|
+
*/
|
|
111
101
|
enum PlaceOsmType {
|
|
112
102
|
/**
|
|
113
103
|
* Unknown type
|
|
@@ -126,17 +116,14 @@ export namespace GeocodeGlib {
|
|
|
126
116
|
*/
|
|
127
117
|
WAY,
|
|
128
118
|
}
|
|
129
|
-
/**
|
|
130
|
-
* Type of the place.
|
|
131
|
-
*/
|
|
132
119
|
|
|
133
|
-
/**
|
|
134
|
-
* Type of the place.
|
|
135
|
-
*/
|
|
136
120
|
export namespace PlaceType {
|
|
137
121
|
export const $gtype: GObject.GType<PlaceType>;
|
|
138
122
|
}
|
|
139
123
|
|
|
124
|
+
/**
|
|
125
|
+
* Type of the place.
|
|
126
|
+
*/
|
|
140
127
|
enum PlaceType {
|
|
141
128
|
/**
|
|
142
129
|
* Type is unknown for this place.
|
|
@@ -279,6 +266,7 @@ export namespace GeocodeGlib {
|
|
|
279
266
|
*/
|
|
280
267
|
LIGHT_RAIL_STATION,
|
|
281
268
|
}
|
|
269
|
+
|
|
282
270
|
/**
|
|
283
271
|
* Constant representing city-level accuracy.
|
|
284
272
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/geocodeglib-2.0",
|
|
3
|
-
"version": "2.0.0-4.0.0-beta.
|
|
3
|
+
"version": "2.0.0-4.0.0-beta.40",
|
|
4
4
|
"description": "GJS TypeScript type definitions for GeocodeGlib-2.0, generated from library version 2.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "geocodeglib-2.0.js",
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gjs": "4.0.0-beta.
|
|
35
|
-
"@girs/soup-3.0": "3.6.6-4.0.0-beta.
|
|
36
|
-
"@girs/gio-2.0": "2.86.4-4.0.0-beta.
|
|
37
|
-
"@girs/gobject-2.0": "2.86.4-4.0.0-beta.
|
|
38
|
-
"@girs/glib-2.0": "2.86.4-4.0.0-beta.
|
|
39
|
-
"@girs/gmodule-2.0": "2.0.0-4.0.0-beta.
|
|
40
|
-
"@girs/json-1.0": "1.10.8-4.0.0-beta.
|
|
34
|
+
"@girs/gjs": "4.0.0-beta.40",
|
|
35
|
+
"@girs/soup-3.0": "3.6.6-4.0.0-beta.40",
|
|
36
|
+
"@girs/gio-2.0": "2.86.4-4.0.0-beta.40",
|
|
37
|
+
"@girs/gobject-2.0": "2.86.4-4.0.0-beta.40",
|
|
38
|
+
"@girs/glib-2.0": "2.86.4-4.0.0-beta.40",
|
|
39
|
+
"@girs/gmodule-2.0": "2.0.0-4.0.0-beta.40",
|
|
40
|
+
"@girs/json-1.0": "1.10.8-4.0.0-beta.40" },
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"typescript": "*"
|
|
43
43
|
},
|