RenderedObjectInfo class
Подробная информация об отображаемом объекте карты.
Constructors
- RenderedObjectInfo({required ScreenPoint closestViewportPoint, required GeoPointWithElevation closestMapPoint, required RenderedObject item})
-
const
Properties
- closestMapPoint → GeoPointWithElevation
-
Ближайшая точка объекта в координатах карты.
final
- closestViewportPoint → ScreenPoint
-
Ближайшая точка объекта в координатах экрана.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- item → RenderedObject
-
Отображаемый объект карты.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{ScreenPoint? closestViewportPoint, GeoPointWithElevation? closestMapPoint, RenderedObject? item}) → RenderedObjectInfo -
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.
override