MultipleRoute class
지도에 다중 선형(MultipleRoute)를 나타내는 객체입니다. MultipleRoute는 지도에 선형의 경로(길찾기 라인)를 다양하게 표현합니다.
- Inheritance
- Mixed-in types
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
선형(Route 또는 MultipleRoute)에서 사용하는 고유한 ID입니다.
final
- multiple → bool
-
선형이 단일 선형(Route), 다중 선형(MultipleRoute)인지 분별합니다.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
segments
→ List<
RouteSegment> -
다중 선형(MultipleRoute)를 구성하는
RouteSegment
을 담은 배열입니다.no setteroverride -
styles
→ List<
RouteStyle> -
다중 선형(MultipleRoute)를 구성하는
RouteStyle
을 담은 배열입니다.no setteroverride - visible → bool
-
선형(Route 또는 MultipleRoute)가 현재 지도에 그려지는지 여부를 나타냅니다.
no setterinherited
- zOrder → int
-
선형(Route 또는 MultipleRoute)의 렌더링 우선순위입니다.
no setterinherited
Methods
-
changeStyle(
List< RouteStyle> styles) → Future<void> - MultipleRoute에서 사용하는 스타일(RouteStyle)을 다시 정의합니다.
-
hide(
) → Future< void> -
선형이 지도에서 노출되지 않도록 합니다.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
) → Future< void> -
선형 개체를 삭제합니다.
inherited
-
setZOrder(
int zOrder) → Future< void> -
선형의 렌더링 우선순위를 다시 정의합니다.
inherited
-
show(
) → Future< void> -
선형이 지도에서 보이도록 합니다.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited