MapxusLocationEvent constructor
MapxusLocationEvent({})
Implementation
MapxusLocationEvent({
required this.latitude,
required this.longitude,
required this.accuracy,
this.venueId,
this.buildingId,
this.floor,
required this.timestamp,
this.rawData,
}) : super('location');