UNPKG

listing-crawler-model

Version:

Listing crawler model for crawlers and tools

13 lines (10 loc) 172 B
'use strict'; class Gps { constructor (longitude, latitude) { this.longitude = longitude; this.latitude = latitude; } } module.exports = Gps;