UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

8 lines (7 loc) 184 B
export class MapLocationProperty { constructor(latitude, longitude, type) { this.latitude = latitude; this.longitude = longitude; this.type = type; } }