Interface DimScreenLayer.OnPolygonCreateCallback

  • Enclosing class:
    DimScreenLayer

    public static interface DimScreenLayer.OnPolygonCreateCallback
    Polygon 이 생성되면 호출되는 콜백 리스너.
    • Method Detail

      • onPolygonCreated

        void onPolygonCreated​(DimScreenLayer layer,
                              Polygon... polygons)
        Polygon 이 생성되면 이벤트가 호출된다.
        Parameters:
        layer - Polygon 이 추가 된 DimScreenLayer
        polygons - 생성 된 Polygon 배열