Class InvMultiLine.InvLine

java.lang.Object
com.inavi.mapsdk.style.shapes.InvMultiLine.InvLine
Enclosing class:
InvMultiLine

@Deprecated public static final class InvMultiLine.InvLine extends Object
Deprecated.
InvRoute.InvRouteLink로 대체됩니다.

다중 선형에서 사용하는 선형의 좌표열과 색상 속성을 정의한 클래스.

InvMultiLine에서 사용됩니다.
  • Constructor Details

    • InvLine

      public InvLine(List<LatLng> coords)
      Deprecated.

      좌표열 설정을 포함한 생성자.

      좌표열의 크기는 2 이상이어야 합니다.
      Parameters:
      coords - 좌표열
    • InvLine

      public InvLine(List<LatLng> coords, int lineColor)
      Deprecated.

      좌표열과 색상 설정을 포함한 생성자.

      좌표열의 크기는 2 이상이어야 합니다.
      Parameters:
      coords - 좌표열
      lineColor - 색상
  • Method Details

    • getCoords

      public List<LatLng> getCoords()
      Deprecated.
      라인의 좌표열을 반환합니다.
      Returns:
      좌표열
    • getLineColor

      public int getLineColor()
      Deprecated.

      라인의 색상을 반환합니다.

      기본값은 Color.BLACK입니다.
      Returns:
      색상
    • setLineColor

      public void setLineColor(int lineColor)
      Deprecated.

      라인의 색상을 설정합니다.

      기본값은 Color.BLACK입니다.
      Parameters:
      lineColor - 색상
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object