MapViewRenderInfo class Maps & 3D Scene

Map view render event

Constructors

MapViewRenderInfo({required ViewDataTransitionStatus dataTransitionStatus, required ViewCameraTransitionStatus cameraTransitionStatus, required RectangleGeographicArea area, required List<int> markersIds, required List<int> sourcesIds, RectangleGeographicArea? areaSecond})
MapViewRenderInfo.fromJson(Map<String, dynamic> json)
factory

Properties

area RectangleGeographicArea
Geographic area that is rendered on the map
final
areaSecond RectangleGeographicArea?
Second geographic area that is rendered on the map
final
cameraTransitionStatus ViewCameraTransitionStatus
View camera transition status
final
dataTransitionStatus ViewDataTransitionStatus
View data transition status
final
hashCode int
The hash code for this object.
no setterinherited
markersIds List<int>
Ids of markers that are rendered on the map
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourcesIds List<int>
Ids of sources that are rendered on the map
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