@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
Dependencies (1)
Dev Dependencies (0)
Package Sidebar
Install
npm i @geolocation-services/nextparkinglot-package
Weekly Downloads