BaseRoute class abstract

RouteMultipleRoute를 구현하기 위한 추상형 객체입니다. 네이티브 Kakao Map SDK는 MultipleRoute를 기반으로 제공하여, 사용성 편의 강화를 위해 Flutter SDK에서는 단일 선형(Route)를 구현하였습니다. 네이티브에서 처리하는 두 객체는 하나의 객체 유형과 동일합니다.

Implementers

Constructors

BaseRoute()

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
선형(Route 또는 MultipleRoute)에서 사용하는 고유한 ID입니다.
final
multiple bool
선형이 단일 선형(Route), 다중 선형(MultipleRoute)인지 분별합니다.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visible bool
선형(Route 또는 MultipleRoute)가 현재 지도에 그려지는지 여부를 나타냅니다.
no setter
zOrder int
선형(Route 또는 MultipleRoute)의 렌더링 우선순위입니다.
no setter

Methods

hide() Future<void>
선형이 지도에서 노출되지 않도록 합니다.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove() Future<void>
선형 개체를 삭제합니다.
setZOrder(int zOrder) Future<void>
선형의 렌더링 우선순위를 다시 정의합니다.
show() Future<void>
선형이 지도에서 보이도록 합니다.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited