PublicTransportPlatform class
Справочная информация об остановочной платформе.
Constructors
-
PublicTransportPlatform.new({required DgisObjectId id, required DgisObjectId stationId, required String name, required String? description, required List<
PublicTransportPlatformTransition> transitions, required GeoPoint? position}) -
const
Properties
- description → String?
-
Краткое описание места расположения остановочной платформы.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → DgisObjectId
-
Идентификатор остановочной платформы.
final
- name → String
-
Название остановки.
final
- position → GeoPoint?
-
Позиция.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stationId → DgisObjectId
-
Идентификатор остановки.
Например, автобусная остановка или станция метро, на которой находится платформа, или любая другая остановка.
final
-
transitions
→ List<
PublicTransportPlatformTransition> -
Справочная информация о других маршрутах общественного транспорта,
на которые можно пересесть на данной остановочной платформе.
final
Methods
-
copyWith(
{DgisObjectId? id, DgisObjectId? stationId, String? name, Optional< String?> ? description, List<PublicTransportPlatformTransition> ? transitions, Optional<GeoPoint?> ? position}) → PublicTransportPlatform -
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