MapxusLocationEvent class

Constructors

MapxusLocationEvent({required String type, required double latitude, required double longitude, required double accuracy, String? venueId, String? buildingId, String? floor, required int timestamp})
MapxusLocationEvent.fromMap(Map map)
Factory constructor to parse from Map received from EventChannel
factory

Properties

accuracy double
final
buildingId String?
final
floor String?
final
hashCode int
The hash code for this object.
no setterinherited
latitude double
final
longitude double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
final
type String
final
venueId String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Convert back to Map if needed
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited