1.2.3 • Published 3 years ago

@geolocation-services/nextparkinglot-package v1.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago