Package com.kakao.vectormap.shape
Interface OnPolylineCreateCallback
-
public interface OnPolylineCreateCallback
Polyline
이 생성되면 호출되는 콜백 리스너.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPolylineCreated(ShapeLayer layer, Polyline polyline)
Polyline 이 생성되면 이벤트가 호출된다.
-
-
-
Method Detail
-
onPolylineCreated
void onPolylineCreated(ShapeLayer layer, Polyline polyline)
Polyline 이 생성되면 이벤트가 호출된다.- Parameters:
layer
- Polyline 이 추가 된 ShapeLayer.polyline
- 생성 된 Polyline.
-
-