SourceDataLoadedEventData class
The class for source-data-loaded event in Observer
Constructors
-
SourceDataLoadedEventData.fromJson(Map<
String, dynamic> json)
Properties
- begin → int
-
Representing timestamp taken at the time of an event creation; in microseconds; since the epoch.
final
- end → int?
-
For an interfinal events; an optional
end
property will be present that represents timestamp taken at the time of an event completion.final - hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The 'id' property defines the source id.
final
- loaded → bool?
-
The 'loaded' property will be set to 'true' if all source's required for Map's visible viewport; are loaded.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tileID → TileID?
-
The 'tile-id' property defines the tile id if the 'type' field equals 'tile'.
final
- type → SourceDataType
-
The 'type' property defines if source's meta{e.g.; TileJSON} or tile has been loaded.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited