1.2.3 • Published 2 years ago

@geolocation-services/nextparkinglot-package v1.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago