MapViewRenderInfo class Maps & 3D Scene

Contains information about a map view render event, including area, markers, and transition statuses.

Constructors

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

Properties

area RectangleGeographicArea
The geographic area that is rendered on the map.
final
areaSecond RectangleGeographicArea?
The second geographic area that is rendered on the map, if any.
final
cameraTransitionStatus ViewCameraTransitionStatus
The view camera transition status.
final
dataTransitionStatus ViewDataTransitionStatus
The view data transition status.
final
hashCode int
The hash code for this object.
no setterinherited
markersIds List<int>
The 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>
The 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