@geolocation-services/nextparkinglot-package

1.2.3 • Public • Published

nextparkinglot

Usage

import { 
    getCollection, 
    getDetails 
} from '@geolocation-services/nextparkinglot-package'


var parkingLots = 
    await getCollection(47.81044, 50.0704, 8.43979, 12.08176, 9);

parkingLots.forEach(parkingLot => console.log(`
    Id: ${parkingLot.Id}
    Latitude: ${parkingLot.Latitude}
    Longitude: ${parkingLot.Longitude}
`));


var details = await getDetails(28588151);

details.forEach(detail => console.log(`
    Key: ${detail.Key}
    Value: ${detail.Value}
`));

API in Action

https://www.nextparkinglot.org

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.2.34latest

Version History

VersionDownloads (Last 7 Days)Published
1.2.34
1.2.20
1.2.10
1.2.00
1.1.90
1.1.80
1.1.50
1.1.40
1.1.30
1.1.21
1.1.10
1.1.00
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i @geolocation-services/nextparkinglot-package

Weekly Downloads

5

Version

1.2.3

License

ISC

Unpacked Size

30.5 kB

Total Files

8

Last publish

Collaborators

  • geolocation-services