InvRoute.InvRouteLink
로 대체됩니다.@Deprecated public static final class InvMultiLine.InvLine extends Object
다중 선형에서 사용하는 선형의 좌표열과 색상 속성을 정의한 클래스.
InvMultiLine
에서 사용됩니다.Constructor and Description |
---|
InvLine(List<LatLng> coords)
Deprecated.
좌표열 설정을 포함한 생성자.
|
InvLine(List<LatLng> coords,
int lineColor)
Deprecated.
좌표열과 색상 설정을 포함한 생성자.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
List<LatLng> |
getCoords()
Deprecated.
라인의 좌표열을 반환합니다.
|
int |
getLineColor()
Deprecated.
라인의 색상을 반환합니다.
|
int |
hashCode()
Deprecated.
|
void |
setLineColor(int lineColor)
Deprecated.
라인의 색상을 설정합니다.
|
public InvLine(List<LatLng> coords)
좌표열 설정을 포함한 생성자.
좌표열의 크기는2
이상이어야 합니다.coords
- 좌표열public int getLineColor()
라인의 색상을 반환합니다.
기본값은Color.BLACK
입니다.public void setLineColor(int lineColor)
라인의 색상을 설정합니다.
기본값은Color.BLACK
입니다.lineColor
- 색상© 2019. iNavi Systems Corp. All rights reserved.