UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

10 lines (9 loc) 265 B
export class GpsReadingProperty { constructor(accuracy, latitude, longitude, source, type) { this.accuracy = accuracy; this.latitude = latitude; this.longitude = longitude; this.source = source; this.type = type; } }