@girs/geocodeglib-1.0 1.0.0-3.2.7 → 1.0.0-3.2.8
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-1.0-ambient.js +2 -0
- package/geocodeglib-1.0-import.js +3 -0
- package/geocodeglib-1.0.d.cts +9 -143
- package/geocodeglib-1.0.d.ts +9 -143
- package/package.json +16 -10
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for GeocodeGlib-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for GeocodeGlib-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
|
|
9
9
|
|
|
10
10
|
Geocode Helper library
|
|
11
11
|
|
package/geocodeglib-1.0.d.cts
CHANGED
|
@@ -671,7 +671,7 @@ export module Forward {
|
|
|
671
671
|
/**
|
|
672
672
|
* The number of requested results to a search query.
|
|
673
673
|
*/
|
|
674
|
-
|
|
674
|
+
answerCount?: number | null
|
|
675
675
|
/**
|
|
676
676
|
* If set to #TRUE then only results in the #GeocodeForward:search-area
|
|
677
677
|
* bounding box are returned.
|
|
@@ -679,16 +679,6 @@ export module Forward {
|
|
|
679
679
|
* preferred area for results.
|
|
680
680
|
*/
|
|
681
681
|
bounded?: boolean | null
|
|
682
|
-
/**
|
|
683
|
-
* The bounding box that limits the search area.
|
|
684
|
-
* If #GeocodeForward:bounded property is set to #TRUE only results from
|
|
685
|
-
* this area is returned.
|
|
686
|
-
*/
|
|
687
|
-
search_area?: BoundingBox | null
|
|
688
|
-
/**
|
|
689
|
-
* The number of requested results to a search query.
|
|
690
|
-
*/
|
|
691
|
-
answerCount?: number | null
|
|
692
682
|
/**
|
|
693
683
|
* The bounding box that limits the search area.
|
|
694
684
|
* If #GeocodeForward:bounded property is set to #TRUE only results from
|
|
@@ -703,10 +693,6 @@ export interface Forward {
|
|
|
703
693
|
|
|
704
694
|
// Own properties of GeocodeGlib-1.0.GeocodeGlib.Forward
|
|
705
695
|
|
|
706
|
-
/**
|
|
707
|
-
* The number of requested results to a search query.
|
|
708
|
-
*/
|
|
709
|
-
answer_count: number
|
|
710
696
|
/**
|
|
711
697
|
* The number of requested results to a search query.
|
|
712
698
|
*/
|
|
@@ -718,12 +704,6 @@ export interface Forward {
|
|
|
718
704
|
* preferred area for results.
|
|
719
705
|
*/
|
|
720
706
|
bounded: boolean
|
|
721
|
-
/**
|
|
722
|
-
* The bounding box that limits the search area.
|
|
723
|
-
* If #GeocodeForward:bounded property is set to #TRUE only results from
|
|
724
|
-
* this area is returned.
|
|
725
|
-
*/
|
|
726
|
-
search_area: BoundingBox
|
|
727
707
|
/**
|
|
728
708
|
* The bounding box that limits the search area.
|
|
729
709
|
* If #GeocodeForward:bounded property is set to #TRUE only results from
|
|
@@ -1234,31 +1214,6 @@ export module Nominatim {
|
|
|
1234
1214
|
|
|
1235
1215
|
// Own constructor properties of GeocodeGlib-1.0.GeocodeGlib.Nominatim
|
|
1236
1216
|
|
|
1237
|
-
/**
|
|
1238
|
-
* The base URL of the Nominatim service, for example
|
|
1239
|
-
* `https://nominatim.example.org`.
|
|
1240
|
-
*/
|
|
1241
|
-
base_url?: string | null
|
|
1242
|
-
/**
|
|
1243
|
-
* E-mail address of the maintainer of the software making the
|
|
1244
|
-
* geocoding requests to the Nominatim server. This is used to contact
|
|
1245
|
-
* them in the event of a problem with their usage. See
|
|
1246
|
-
* [the Nominatim API](http://wiki.openstreetmap.org/wiki/Nominatim).
|
|
1247
|
-
*/
|
|
1248
|
-
maintainer_email_address?: string | null
|
|
1249
|
-
/**
|
|
1250
|
-
* User-Agent string to send with HTTP(S) requests, or %NULL to use the
|
|
1251
|
-
* default user agent, which is derived from the geocode-glib version
|
|
1252
|
-
* and #GApplication:id, for example: `geocode-glib/3.20 (MyAppId)`.
|
|
1253
|
-
*
|
|
1254
|
-
* As per the
|
|
1255
|
-
* [Nominatim usage policy](http://wiki.openstreetmap.org/wiki/Nominatim_usage_policy),
|
|
1256
|
-
* it should be set to a string which identifies the application which
|
|
1257
|
-
* is using geocode-glib, and must be a valid
|
|
1258
|
-
* [user agent](https://tools.ietf.org/html/rfc7231#section-5.5.3)
|
|
1259
|
-
* string.
|
|
1260
|
-
*/
|
|
1261
|
-
user_agent?: string | null
|
|
1262
1217
|
/**
|
|
1263
1218
|
* The base URL of the Nominatim service, for example
|
|
1264
1219
|
* `https://nominatim.example.org`.
|
|
@@ -1292,23 +1247,11 @@ export interface Nominatim extends Backend {
|
|
|
1292
1247
|
|
|
1293
1248
|
// Own properties of GeocodeGlib-1.0.GeocodeGlib.Nominatim
|
|
1294
1249
|
|
|
1295
|
-
/**
|
|
1296
|
-
* The base URL of the Nominatim service, for example
|
|
1297
|
-
* `https://nominatim.example.org`.
|
|
1298
|
-
*/
|
|
1299
|
-
readonly base_url: string | null
|
|
1300
1250
|
/**
|
|
1301
1251
|
* The base URL of the Nominatim service, for example
|
|
1302
1252
|
* `https://nominatim.example.org`.
|
|
1303
1253
|
*/
|
|
1304
1254
|
readonly baseUrl: string | null
|
|
1305
|
-
/**
|
|
1306
|
-
* E-mail address of the maintainer of the software making the
|
|
1307
|
-
* geocoding requests to the Nominatim server. This is used to contact
|
|
1308
|
-
* them in the event of a problem with their usage. See
|
|
1309
|
-
* [the Nominatim API](http://wiki.openstreetmap.org/wiki/Nominatim).
|
|
1310
|
-
*/
|
|
1311
|
-
readonly maintainer_email_address: string | null
|
|
1312
1255
|
/**
|
|
1313
1256
|
* E-mail address of the maintainer of the software making the
|
|
1314
1257
|
* geocoding requests to the Nominatim server. This is used to contact
|
|
@@ -1316,19 +1259,6 @@ export interface Nominatim extends Backend {
|
|
|
1316
1259
|
* [the Nominatim API](http://wiki.openstreetmap.org/wiki/Nominatim).
|
|
1317
1260
|
*/
|
|
1318
1261
|
readonly maintainerEmailAddress: string | null
|
|
1319
|
-
/**
|
|
1320
|
-
* User-Agent string to send with HTTP(S) requests, or %NULL to use the
|
|
1321
|
-
* default user agent, which is derived from the geocode-glib version
|
|
1322
|
-
* and #GApplication:id, for example: `geocode-glib/3.20 (MyAppId)`.
|
|
1323
|
-
*
|
|
1324
|
-
* As per the
|
|
1325
|
-
* [Nominatim usage policy](http://wiki.openstreetmap.org/wiki/Nominatim_usage_policy),
|
|
1326
|
-
* it should be set to a string which identifies the application which
|
|
1327
|
-
* is using geocode-glib, and must be a valid
|
|
1328
|
-
* [user agent](https://tools.ietf.org/html/rfc7231#section-5.5.3)
|
|
1329
|
-
* string.
|
|
1330
|
-
*/
|
|
1331
|
-
user_agent: string | null
|
|
1332
1262
|
/**
|
|
1333
1263
|
* User-Agent string to send with HTTP(S) requests, or %NULL to use the
|
|
1334
1264
|
* default user agent, which is derived from the geocode-glib version
|
|
@@ -1426,7 +1356,7 @@ export module Place {
|
|
|
1426
1356
|
/**
|
|
1427
1357
|
* The local administrative area.
|
|
1428
1358
|
*/
|
|
1429
|
-
|
|
1359
|
+
administrativeArea?: string | null
|
|
1430
1360
|
/**
|
|
1431
1361
|
* A named area such as a campus or neighborhood.
|
|
1432
1362
|
*/
|
|
@@ -1434,7 +1364,7 @@ export module Place {
|
|
|
1434
1364
|
/**
|
|
1435
1365
|
* The bounding box for the place.
|
|
1436
1366
|
*/
|
|
1437
|
-
|
|
1367
|
+
boundingBox?: BoundingBox | null
|
|
1438
1368
|
/**
|
|
1439
1369
|
* A specific building on a street or in an area.
|
|
1440
1370
|
*/
|
|
@@ -1450,7 +1380,7 @@ export module Place {
|
|
|
1450
1380
|
/**
|
|
1451
1381
|
* The country code.
|
|
1452
1382
|
*/
|
|
1453
|
-
|
|
1383
|
+
countryCode?: string | null
|
|
1454
1384
|
/**
|
|
1455
1385
|
* The county.
|
|
1456
1386
|
*/
|
|
@@ -1466,19 +1396,19 @@ export module Place {
|
|
|
1466
1396
|
/**
|
|
1467
1397
|
* The OpenStreetMap id of the place.
|
|
1468
1398
|
*/
|
|
1469
|
-
|
|
1399
|
+
osmId?: string | null
|
|
1470
1400
|
/**
|
|
1471
1401
|
* The OpenStreetMap type of the place.
|
|
1472
1402
|
*/
|
|
1473
|
-
|
|
1403
|
+
osmType?: PlaceOsmType | null
|
|
1474
1404
|
/**
|
|
1475
1405
|
* The type of the place.
|
|
1476
1406
|
*/
|
|
1477
|
-
|
|
1407
|
+
placeType?: PlaceType | null
|
|
1478
1408
|
/**
|
|
1479
1409
|
* The postal code.
|
|
1480
1410
|
*/
|
|
1481
|
-
|
|
1411
|
+
postalCode?: string | null
|
|
1482
1412
|
/**
|
|
1483
1413
|
* The state.
|
|
1484
1414
|
*/
|
|
@@ -1490,43 +1420,11 @@ export module Place {
|
|
|
1490
1420
|
/**
|
|
1491
1421
|
* The street address.
|
|
1492
1422
|
*/
|
|
1493
|
-
|
|
1423
|
+
streetAddress?: string | null
|
|
1494
1424
|
/**
|
|
1495
1425
|
* The town.
|
|
1496
1426
|
*/
|
|
1497
1427
|
town?: string | null
|
|
1498
|
-
/**
|
|
1499
|
-
* The local administrative area.
|
|
1500
|
-
*/
|
|
1501
|
-
administrativeArea?: string | null
|
|
1502
|
-
/**
|
|
1503
|
-
* The bounding box for the place.
|
|
1504
|
-
*/
|
|
1505
|
-
boundingBox?: BoundingBox | null
|
|
1506
|
-
/**
|
|
1507
|
-
* The country code.
|
|
1508
|
-
*/
|
|
1509
|
-
countryCode?: string | null
|
|
1510
|
-
/**
|
|
1511
|
-
* The OpenStreetMap id of the place.
|
|
1512
|
-
*/
|
|
1513
|
-
osmId?: string | null
|
|
1514
|
-
/**
|
|
1515
|
-
* The OpenStreetMap type of the place.
|
|
1516
|
-
*/
|
|
1517
|
-
osmType?: PlaceOsmType | null
|
|
1518
|
-
/**
|
|
1519
|
-
* The type of the place.
|
|
1520
|
-
*/
|
|
1521
|
-
placeType?: PlaceType | null
|
|
1522
|
-
/**
|
|
1523
|
-
* The postal code.
|
|
1524
|
-
*/
|
|
1525
|
-
postalCode?: string | null
|
|
1526
|
-
/**
|
|
1527
|
-
* The street address.
|
|
1528
|
-
*/
|
|
1529
|
-
streetAddress?: string | null
|
|
1530
1428
|
}
|
|
1531
1429
|
|
|
1532
1430
|
}
|
|
@@ -1535,10 +1433,6 @@ export interface Place {
|
|
|
1535
1433
|
|
|
1536
1434
|
// Own properties of GeocodeGlib-1.0.GeocodeGlib.Place
|
|
1537
1435
|
|
|
1538
|
-
/**
|
|
1539
|
-
* The local administrative area.
|
|
1540
|
-
*/
|
|
1541
|
-
administrative_area: string | null
|
|
1542
1436
|
/**
|
|
1543
1437
|
* The local administrative area.
|
|
1544
1438
|
*/
|
|
@@ -1547,10 +1441,6 @@ export interface Place {
|
|
|
1547
1441
|
* A named area such as a campus or neighborhood.
|
|
1548
1442
|
*/
|
|
1549
1443
|
area: string | null
|
|
1550
|
-
/**
|
|
1551
|
-
* The bounding box for the place.
|
|
1552
|
-
*/
|
|
1553
|
-
bounding_box: BoundingBox
|
|
1554
1444
|
/**
|
|
1555
1445
|
* The bounding box for the place.
|
|
1556
1446
|
*/
|
|
@@ -1567,10 +1457,6 @@ export interface Place {
|
|
|
1567
1457
|
* The country.
|
|
1568
1458
|
*/
|
|
1569
1459
|
country: string | null
|
|
1570
|
-
/**
|
|
1571
|
-
* The country code.
|
|
1572
|
-
*/
|
|
1573
|
-
country_code: string | null
|
|
1574
1460
|
/**
|
|
1575
1461
|
* The country code.
|
|
1576
1462
|
*/
|
|
@@ -1591,34 +1477,18 @@ export interface Place {
|
|
|
1591
1477
|
* The name of the place.
|
|
1592
1478
|
*/
|
|
1593
1479
|
name: string | null
|
|
1594
|
-
/**
|
|
1595
|
-
* The OpenStreetMap id of the place.
|
|
1596
|
-
*/
|
|
1597
|
-
osm_id: string | null
|
|
1598
1480
|
/**
|
|
1599
1481
|
* The OpenStreetMap id of the place.
|
|
1600
1482
|
*/
|
|
1601
1483
|
osmId: string | null
|
|
1602
|
-
/**
|
|
1603
|
-
* The OpenStreetMap type of the place.
|
|
1604
|
-
*/
|
|
1605
|
-
osm_type: PlaceOsmType
|
|
1606
1484
|
/**
|
|
1607
1485
|
* The OpenStreetMap type of the place.
|
|
1608
1486
|
*/
|
|
1609
1487
|
osmType: PlaceOsmType
|
|
1610
|
-
/**
|
|
1611
|
-
* The type of the place.
|
|
1612
|
-
*/
|
|
1613
|
-
readonly place_type: PlaceType
|
|
1614
1488
|
/**
|
|
1615
1489
|
* The type of the place.
|
|
1616
1490
|
*/
|
|
1617
1491
|
readonly placeType: PlaceType
|
|
1618
|
-
/**
|
|
1619
|
-
* The postal code.
|
|
1620
|
-
*/
|
|
1621
|
-
postal_code: string | null
|
|
1622
1492
|
/**
|
|
1623
1493
|
* The postal code.
|
|
1624
1494
|
*/
|
|
@@ -1631,10 +1501,6 @@ export interface Place {
|
|
|
1631
1501
|
* The street name.
|
|
1632
1502
|
*/
|
|
1633
1503
|
street: string | null
|
|
1634
|
-
/**
|
|
1635
|
-
* The street address.
|
|
1636
|
-
*/
|
|
1637
|
-
street_address: string | null
|
|
1638
1504
|
/**
|
|
1639
1505
|
* The street address.
|
|
1640
1506
|
*/
|
package/geocodeglib-1.0.d.ts
CHANGED
|
@@ -673,7 +673,7 @@ module Forward {
|
|
|
673
673
|
/**
|
|
674
674
|
* The number of requested results to a search query.
|
|
675
675
|
*/
|
|
676
|
-
|
|
676
|
+
answerCount?: number | null
|
|
677
677
|
/**
|
|
678
678
|
* If set to #TRUE then only results in the #GeocodeForward:search-area
|
|
679
679
|
* bounding box are returned.
|
|
@@ -681,16 +681,6 @@ module Forward {
|
|
|
681
681
|
* preferred area for results.
|
|
682
682
|
*/
|
|
683
683
|
bounded?: boolean | null
|
|
684
|
-
/**
|
|
685
|
-
* The bounding box that limits the search area.
|
|
686
|
-
* If #GeocodeForward:bounded property is set to #TRUE only results from
|
|
687
|
-
* this area is returned.
|
|
688
|
-
*/
|
|
689
|
-
search_area?: BoundingBox | null
|
|
690
|
-
/**
|
|
691
|
-
* The number of requested results to a search query.
|
|
692
|
-
*/
|
|
693
|
-
answerCount?: number | null
|
|
694
684
|
/**
|
|
695
685
|
* The bounding box that limits the search area.
|
|
696
686
|
* If #GeocodeForward:bounded property is set to #TRUE only results from
|
|
@@ -705,10 +695,6 @@ interface Forward {
|
|
|
705
695
|
|
|
706
696
|
// Own properties of GeocodeGlib-1.0.GeocodeGlib.Forward
|
|
707
697
|
|
|
708
|
-
/**
|
|
709
|
-
* The number of requested results to a search query.
|
|
710
|
-
*/
|
|
711
|
-
answer_count: number
|
|
712
698
|
/**
|
|
713
699
|
* The number of requested results to a search query.
|
|
714
700
|
*/
|
|
@@ -720,12 +706,6 @@ interface Forward {
|
|
|
720
706
|
* preferred area for results.
|
|
721
707
|
*/
|
|
722
708
|
bounded: boolean
|
|
723
|
-
/**
|
|
724
|
-
* The bounding box that limits the search area.
|
|
725
|
-
* If #GeocodeForward:bounded property is set to #TRUE only results from
|
|
726
|
-
* this area is returned.
|
|
727
|
-
*/
|
|
728
|
-
search_area: BoundingBox
|
|
729
709
|
/**
|
|
730
710
|
* The bounding box that limits the search area.
|
|
731
711
|
* If #GeocodeForward:bounded property is set to #TRUE only results from
|
|
@@ -1236,31 +1216,6 @@ module Nominatim {
|
|
|
1236
1216
|
|
|
1237
1217
|
// Own constructor properties of GeocodeGlib-1.0.GeocodeGlib.Nominatim
|
|
1238
1218
|
|
|
1239
|
-
/**
|
|
1240
|
-
* The base URL of the Nominatim service, for example
|
|
1241
|
-
* `https://nominatim.example.org`.
|
|
1242
|
-
*/
|
|
1243
|
-
base_url?: string | null
|
|
1244
|
-
/**
|
|
1245
|
-
* E-mail address of the maintainer of the software making the
|
|
1246
|
-
* geocoding requests to the Nominatim server. This is used to contact
|
|
1247
|
-
* them in the event of a problem with their usage. See
|
|
1248
|
-
* [the Nominatim API](http://wiki.openstreetmap.org/wiki/Nominatim).
|
|
1249
|
-
*/
|
|
1250
|
-
maintainer_email_address?: string | null
|
|
1251
|
-
/**
|
|
1252
|
-
* User-Agent string to send with HTTP(S) requests, or %NULL to use the
|
|
1253
|
-
* default user agent, which is derived from the geocode-glib version
|
|
1254
|
-
* and #GApplication:id, for example: `geocode-glib/3.20 (MyAppId)`.
|
|
1255
|
-
*
|
|
1256
|
-
* As per the
|
|
1257
|
-
* [Nominatim usage policy](http://wiki.openstreetmap.org/wiki/Nominatim_usage_policy),
|
|
1258
|
-
* it should be set to a string which identifies the application which
|
|
1259
|
-
* is using geocode-glib, and must be a valid
|
|
1260
|
-
* [user agent](https://tools.ietf.org/html/rfc7231#section-5.5.3)
|
|
1261
|
-
* string.
|
|
1262
|
-
*/
|
|
1263
|
-
user_agent?: string | null
|
|
1264
1219
|
/**
|
|
1265
1220
|
* The base URL of the Nominatim service, for example
|
|
1266
1221
|
* `https://nominatim.example.org`.
|
|
@@ -1294,23 +1249,11 @@ interface Nominatim extends Backend {
|
|
|
1294
1249
|
|
|
1295
1250
|
// Own properties of GeocodeGlib-1.0.GeocodeGlib.Nominatim
|
|
1296
1251
|
|
|
1297
|
-
/**
|
|
1298
|
-
* The base URL of the Nominatim service, for example
|
|
1299
|
-
* `https://nominatim.example.org`.
|
|
1300
|
-
*/
|
|
1301
|
-
readonly base_url: string | null
|
|
1302
1252
|
/**
|
|
1303
1253
|
* The base URL of the Nominatim service, for example
|
|
1304
1254
|
* `https://nominatim.example.org`.
|
|
1305
1255
|
*/
|
|
1306
1256
|
readonly baseUrl: string | null
|
|
1307
|
-
/**
|
|
1308
|
-
* E-mail address of the maintainer of the software making the
|
|
1309
|
-
* geocoding requests to the Nominatim server. This is used to contact
|
|
1310
|
-
* them in the event of a problem with their usage. See
|
|
1311
|
-
* [the Nominatim API](http://wiki.openstreetmap.org/wiki/Nominatim).
|
|
1312
|
-
*/
|
|
1313
|
-
readonly maintainer_email_address: string | null
|
|
1314
1257
|
/**
|
|
1315
1258
|
* E-mail address of the maintainer of the software making the
|
|
1316
1259
|
* geocoding requests to the Nominatim server. This is used to contact
|
|
@@ -1318,19 +1261,6 @@ interface Nominatim extends Backend {
|
|
|
1318
1261
|
* [the Nominatim API](http://wiki.openstreetmap.org/wiki/Nominatim).
|
|
1319
1262
|
*/
|
|
1320
1263
|
readonly maintainerEmailAddress: string | null
|
|
1321
|
-
/**
|
|
1322
|
-
* User-Agent string to send with HTTP(S) requests, or %NULL to use the
|
|
1323
|
-
* default user agent, which is derived from the geocode-glib version
|
|
1324
|
-
* and #GApplication:id, for example: `geocode-glib/3.20 (MyAppId)`.
|
|
1325
|
-
*
|
|
1326
|
-
* As per the
|
|
1327
|
-
* [Nominatim usage policy](http://wiki.openstreetmap.org/wiki/Nominatim_usage_policy),
|
|
1328
|
-
* it should be set to a string which identifies the application which
|
|
1329
|
-
* is using geocode-glib, and must be a valid
|
|
1330
|
-
* [user agent](https://tools.ietf.org/html/rfc7231#section-5.5.3)
|
|
1331
|
-
* string.
|
|
1332
|
-
*/
|
|
1333
|
-
user_agent: string | null
|
|
1334
1264
|
/**
|
|
1335
1265
|
* User-Agent string to send with HTTP(S) requests, or %NULL to use the
|
|
1336
1266
|
* default user agent, which is derived from the geocode-glib version
|
|
@@ -1428,7 +1358,7 @@ module Place {
|
|
|
1428
1358
|
/**
|
|
1429
1359
|
* The local administrative area.
|
|
1430
1360
|
*/
|
|
1431
|
-
|
|
1361
|
+
administrativeArea?: string | null
|
|
1432
1362
|
/**
|
|
1433
1363
|
* A named area such as a campus or neighborhood.
|
|
1434
1364
|
*/
|
|
@@ -1436,7 +1366,7 @@ module Place {
|
|
|
1436
1366
|
/**
|
|
1437
1367
|
* The bounding box for the place.
|
|
1438
1368
|
*/
|
|
1439
|
-
|
|
1369
|
+
boundingBox?: BoundingBox | null
|
|
1440
1370
|
/**
|
|
1441
1371
|
* A specific building on a street or in an area.
|
|
1442
1372
|
*/
|
|
@@ -1452,7 +1382,7 @@ module Place {
|
|
|
1452
1382
|
/**
|
|
1453
1383
|
* The country code.
|
|
1454
1384
|
*/
|
|
1455
|
-
|
|
1385
|
+
countryCode?: string | null
|
|
1456
1386
|
/**
|
|
1457
1387
|
* The county.
|
|
1458
1388
|
*/
|
|
@@ -1468,19 +1398,19 @@ module Place {
|
|
|
1468
1398
|
/**
|
|
1469
1399
|
* The OpenStreetMap id of the place.
|
|
1470
1400
|
*/
|
|
1471
|
-
|
|
1401
|
+
osmId?: string | null
|
|
1472
1402
|
/**
|
|
1473
1403
|
* The OpenStreetMap type of the place.
|
|
1474
1404
|
*/
|
|
1475
|
-
|
|
1405
|
+
osmType?: PlaceOsmType | null
|
|
1476
1406
|
/**
|
|
1477
1407
|
* The type of the place.
|
|
1478
1408
|
*/
|
|
1479
|
-
|
|
1409
|
+
placeType?: PlaceType | null
|
|
1480
1410
|
/**
|
|
1481
1411
|
* The postal code.
|
|
1482
1412
|
*/
|
|
1483
|
-
|
|
1413
|
+
postalCode?: string | null
|
|
1484
1414
|
/**
|
|
1485
1415
|
* The state.
|
|
1486
1416
|
*/
|
|
@@ -1492,43 +1422,11 @@ module Place {
|
|
|
1492
1422
|
/**
|
|
1493
1423
|
* The street address.
|
|
1494
1424
|
*/
|
|
1495
|
-
|
|
1425
|
+
streetAddress?: string | null
|
|
1496
1426
|
/**
|
|
1497
1427
|
* The town.
|
|
1498
1428
|
*/
|
|
1499
1429
|
town?: string | null
|
|
1500
|
-
/**
|
|
1501
|
-
* The local administrative area.
|
|
1502
|
-
*/
|
|
1503
|
-
administrativeArea?: string | null
|
|
1504
|
-
/**
|
|
1505
|
-
* The bounding box for the place.
|
|
1506
|
-
*/
|
|
1507
|
-
boundingBox?: BoundingBox | null
|
|
1508
|
-
/**
|
|
1509
|
-
* The country code.
|
|
1510
|
-
*/
|
|
1511
|
-
countryCode?: string | null
|
|
1512
|
-
/**
|
|
1513
|
-
* The OpenStreetMap id of the place.
|
|
1514
|
-
*/
|
|
1515
|
-
osmId?: string | null
|
|
1516
|
-
/**
|
|
1517
|
-
* The OpenStreetMap type of the place.
|
|
1518
|
-
*/
|
|
1519
|
-
osmType?: PlaceOsmType | null
|
|
1520
|
-
/**
|
|
1521
|
-
* The type of the place.
|
|
1522
|
-
*/
|
|
1523
|
-
placeType?: PlaceType | null
|
|
1524
|
-
/**
|
|
1525
|
-
* The postal code.
|
|
1526
|
-
*/
|
|
1527
|
-
postalCode?: string | null
|
|
1528
|
-
/**
|
|
1529
|
-
* The street address.
|
|
1530
|
-
*/
|
|
1531
|
-
streetAddress?: string | null
|
|
1532
1430
|
}
|
|
1533
1431
|
|
|
1534
1432
|
}
|
|
@@ -1537,10 +1435,6 @@ interface Place {
|
|
|
1537
1435
|
|
|
1538
1436
|
// Own properties of GeocodeGlib-1.0.GeocodeGlib.Place
|
|
1539
1437
|
|
|
1540
|
-
/**
|
|
1541
|
-
* The local administrative area.
|
|
1542
|
-
*/
|
|
1543
|
-
administrative_area: string | null
|
|
1544
1438
|
/**
|
|
1545
1439
|
* The local administrative area.
|
|
1546
1440
|
*/
|
|
@@ -1549,10 +1443,6 @@ interface Place {
|
|
|
1549
1443
|
* A named area such as a campus or neighborhood.
|
|
1550
1444
|
*/
|
|
1551
1445
|
area: string | null
|
|
1552
|
-
/**
|
|
1553
|
-
* The bounding box for the place.
|
|
1554
|
-
*/
|
|
1555
|
-
bounding_box: BoundingBox
|
|
1556
1446
|
/**
|
|
1557
1447
|
* The bounding box for the place.
|
|
1558
1448
|
*/
|
|
@@ -1569,10 +1459,6 @@ interface Place {
|
|
|
1569
1459
|
* The country.
|
|
1570
1460
|
*/
|
|
1571
1461
|
country: string | null
|
|
1572
|
-
/**
|
|
1573
|
-
* The country code.
|
|
1574
|
-
*/
|
|
1575
|
-
country_code: string | null
|
|
1576
1462
|
/**
|
|
1577
1463
|
* The country code.
|
|
1578
1464
|
*/
|
|
@@ -1593,34 +1479,18 @@ interface Place {
|
|
|
1593
1479
|
* The name of the place.
|
|
1594
1480
|
*/
|
|
1595
1481
|
name: string | null
|
|
1596
|
-
/**
|
|
1597
|
-
* The OpenStreetMap id of the place.
|
|
1598
|
-
*/
|
|
1599
|
-
osm_id: string | null
|
|
1600
1482
|
/**
|
|
1601
1483
|
* The OpenStreetMap id of the place.
|
|
1602
1484
|
*/
|
|
1603
1485
|
osmId: string | null
|
|
1604
|
-
/**
|
|
1605
|
-
* The OpenStreetMap type of the place.
|
|
1606
|
-
*/
|
|
1607
|
-
osm_type: PlaceOsmType
|
|
1608
1486
|
/**
|
|
1609
1487
|
* The OpenStreetMap type of the place.
|
|
1610
1488
|
*/
|
|
1611
1489
|
osmType: PlaceOsmType
|
|
1612
|
-
/**
|
|
1613
|
-
* The type of the place.
|
|
1614
|
-
*/
|
|
1615
|
-
readonly place_type: PlaceType
|
|
1616
1490
|
/**
|
|
1617
1491
|
* The type of the place.
|
|
1618
1492
|
*/
|
|
1619
1493
|
readonly placeType: PlaceType
|
|
1620
|
-
/**
|
|
1621
|
-
* The postal code.
|
|
1622
|
-
*/
|
|
1623
|
-
postal_code: string | null
|
|
1624
1494
|
/**
|
|
1625
1495
|
* The postal code.
|
|
1626
1496
|
*/
|
|
@@ -1633,10 +1503,6 @@ interface Place {
|
|
|
1633
1503
|
* The street name.
|
|
1634
1504
|
*/
|
|
1635
1505
|
street: string | null
|
|
1636
|
-
/**
|
|
1637
|
-
* The street address.
|
|
1638
|
-
*/
|
|
1639
|
-
street_address: string | null
|
|
1640
1506
|
/**
|
|
1641
1507
|
* The street address.
|
|
1642
1508
|
*/
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/geocodeglib-1.0",
|
|
3
|
-
"version": "1.0.0-3.2.
|
|
3
|
+
"version": "1.0.0-3.2.8",
|
|
4
4
|
"description": "GJS TypeScript type definitions for GeocodeGlib-1.0, generated from library version 1.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "geocodeglib-1.0.js",
|
|
7
7
|
"main": "geocodeglib-1.0.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./geocodeglib-1.0-ambient.d.ts",
|
|
11
|
+
"default": "./geocodeglib-1.0-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./geocodeglib-1.0-import.d.ts",
|
|
15
|
+
"default": "./geocodeglib-1.0-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./geocodeglib-1.0.d.ts",
|
|
@@ -25,12 +31,12 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit geocodeglib-1.0.d.cts"
|
|
26
32
|
},
|
|
27
33
|
"dependencies": {
|
|
28
|
-
"@girs/gio-2.0": "^2.
|
|
29
|
-
"@girs/gjs": "^3.2.
|
|
30
|
-
"@girs/glib-2.0": "^2.
|
|
31
|
-
"@girs/gobject-2.0": "^2.
|
|
32
|
-
"@girs/json-1.0": "^1.7.1-3.2.
|
|
33
|
-
"@girs/soup-2.4": "^2.74.3-3.2.
|
|
34
|
+
"@girs/gio-2.0": "^2.77.0-3.2.8",
|
|
35
|
+
"@girs/gjs": "^3.2.8",
|
|
36
|
+
"@girs/glib-2.0": "^2.77.0-3.2.8",
|
|
37
|
+
"@girs/gobject-2.0": "^2.77.0-3.2.8",
|
|
38
|
+
"@girs/json-1.0": "^1.7.1-3.2.8",
|
|
39
|
+
"@girs/soup-2.4": "^2.74.3-3.2.8"
|
|
34
40
|
},
|
|
35
41
|
"devDependencies": {
|
|
36
42
|
"typescript": "*"
|
|
@@ -47,7 +53,7 @@
|
|
|
47
53
|
"license": "MIT",
|
|
48
54
|
"repository": {
|
|
49
55
|
"type": "git",
|
|
50
|
-
"url": "git+https://github.com/gjsify/
|
|
56
|
+
"url": "git+https://github.com/gjsify/ts-for-gir.git"
|
|
51
57
|
},
|
|
52
58
|
"bugs": {
|
|
53
59
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|